mayl
mayl
I'm not a 100% sure, but are all your files added to git? The nix flake mechanism only copies files to the store that have been added to git, so...
If I understand what you mean it's something like this: ```nix { inputs = { nixpkgs.url = ... flakeInput1 = ... ... }; outputs = {self, nixpkgs, flakeInput1, ...}: {...
`portDisableInterrupts()` is not an IAR intrinsic... It's defined by FreeRTOS as an `asm` directive. Unless there is more to these examples than you shared, these only prove that IAR will...
> > portDisableInterrupts() is not an IAR intrinsic... It's defined by FreeRTOS as an asm directive. Unless there is more to these examples than you shared, these only prove that...
I'm still trying to get to the bottom of it. [this reply](https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1403121/msp430fr5969-nop-before-eint) indicates a nop is needed before, but not after. [this reply](https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/382388/compiler-warning-w0005-nop-required-before-set-of-gie-bit) indicates that a nop before is overkill...
Wow, big news! I notice that your manual link links to the stable branch where `nixos-rebuild build-image` is not yet defined. I found the documentation in the unstable manual, but...
Thanks for the clarifications, I should try the new system out sometime soon to be sure I get it, but I think I mostly understand how it's mean to work....
Is this still on the roadmap for fish? Are there more or better work arounds now available?