Thank you for your answer. I've already read the docs but my real question was why do I get this "strange" behaviour ? My app works fine with the flag (flashed on over 50 boards) but without it the app can't start anymore as soon as I unplug the board from power and replug it. With the flag I have no issue.
Where can I look for something bad in my code that can explain this difference ? I looked a bit in the RIOT source code but didn't find anything for the moment that can give me an answer. Envoyé par BlueMail<http://www.bluemail.me/r?b=14874> Le 14 mai 2019, à 20:38, Bas Stottelaar <[email protected]<mailto:[email protected]>> a écrit: Hi Joel, It enables additional debug output and sanity checks. You can find more information at [1]. Kind regards, Bas [1] https://riot-os.org/api/group__utils.html Op 14 mei 2019, om 19:40 heeft Joel Carron < [email protected]<mailto:[email protected]>> het volgende geschreven: Hi everyone, Can someone explain me what this flag in Makefile examples do ? I just finished an app for a custom board. As my Makefile was based on an example, there was still this flag present. As its comment suggests, it's for development so I decided to remove it. After removing it, my application starts normally right after flashing my board but as soon as I unplug it from power supply and plug it again, the app doesn't start anymore. I flashed the app on a Nucleo-F303RE to get some console output but I just get garbage from pyterm. I decided to keep this flag as it works flawlessly with it and takes only 4kB more in ROM but it could be great if someone knows a little more about it. What could cause my app on two boards to fail starting without this flag ? In my app, I use some DEBUG() macros, I start two threads, do some UDP packets exchanges with another boards and that's it. Best regards Joel _______________________________________________ users mailing list [email protected]<mailto:[email protected]> https://lists.riot-os.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
