Results 269 comments of crasbe

Let us know once you want a (preliminary) review. For the time being, there are some static test errors you can look at. Also you can change the `doc.txt` file...

The #21617 Pull Request created a Merge Conflict. Perhaps you can take a look at that? Then the compile test will run again as well.

Is this ready for review? It's still in draft stage.

I wonder if this tool wouldn't be more at home in a separate repository tbh. We could create `RIOT-OS/SBOM` for it and then only have a small `Makefile` in `dist/tools`...

Thank you @maribu for the "history lesson". With that in mind it is indeed the better solution to remove the check and not move the feature check to a global...

This would be similar to the `BOARD_ALIAS` in #21242, right?

![image](https://github.com/user-attachments/assets/af7a3a6d-59d1-4a6c-bfe5-09d78033c6ba) Hello empty page bug, my old friend... This is a Doxygen thing though. @mguetschow any ideas how to hide that? 👀

We should probably give this a full build without fast fail, otherwise you'll be chasing your tail for days 😅

Btw: you can use the built-in function to compare Build Sizes: https://doc.riot-os.org/advanced-build-system-tricks.html#comparing-build-sizes Someone (👀👀) recently fixed it :D

I didn't want to install the RISC-V and ESP32 toolchains as well, so this is just a smaller set. ``` cbuec@W11nMate:~/RIOTstuff/riot-mpaland/RIOT/examples/basic/hello-world$ OLDBIN=master NEWBIN=mpaland make info-buildsizes-diff using BOARD="native64" as "native" on...