Otavio Salvador
Otavio Salvador
I certainly would like to use something like that. How would that be done without the tool using regular tools?
What I mean is using the regular Nix command tools.
@NixOS/nixpkgs-merge-bot merge
We had a similar issue in STM32G0. In our case, it was because of PWM frequency was too low and not using the CPU frequency as expected.
Take a look if it is not related to the PWM either way, because in our case it was affecting the timers, so changing the frequency over there fixed the...
In our specific case we had to change the repl file and adjust that to use the proper frequency as specified in the microcontroller datasheet. See: ```repl nvic0: IRQControllers.NVIC @...
I ported the NixOS packages (https://github.com/NixOS/nixpkgs/pull/332064) for the new .NET build and encountered the same issue.
After changing to the new backend, it worked like a charm. See the change at: https://github.com/NixOS/nixpkgs/pull/332064/files#diff-6e91f99c400b14f01f2e898dfb725181ebd4599c83032c4cdb71a1a815f7a8abR11
Can you rebase the patch and send a PR to fix that?
Absolutely, You just need to remove the layer from the bblayers file.