Daniel Wagenknecht
Daniel Wagenknecht
Thanks for testing! I realized I can compile and run the nano33ble binary on my target. The CDC related stuff is identical and the missing sensors don't matter for testing....
>> I get no console output over CDC at all. > But I encountered the problem you described as well (no CDC at all or more accurately board crashing early,...
Just one additional note: with the nano33ble kernel flashed on my board I didn't find any commit, that had working panic via CDC. Console via CDC worked in most of...
I was trying to make the packages defined in a flake available to the nixosConfigurations defined in the same flake via adding them to `pkgs` via an overlay. The overlay...
> Is `ezLib` meant to be used for importing `userModules` inside host module like so? yes exactly! > Is it necessary to export `ezLib` in flake outputs of the user?...