Hi
Is it normal behaviour that the merged.hex file I send to my target is only updated on pristine builds? These take ages.
I’m testing this on the blinky sample, but others also do the same. I’ve tried regenerating the build several times, updating west and reinstalling tool chains.
If I edit main.c and just run “build” in VS Code, it creates a new zephyr.elf but never calls the command to update merged.hex.
Having to do a pristine build for every code change is too painful..