Developer Tools
On this page, we provide you with some links and information on useful developer tools. It is always worth looking at these tools for even more efficient working and programming. These tools are not OpenWalnut specific but help you programming and working with source more efficiently or comfortably.
Debugging and Profiling
We have a separate page for this: DebuggingProfiling
Platform specific tools, tips, and tricks that might help
Mac
- Colorful
ls
and other stuff:sudo port install coreutils +with_default_names
- Install Doxygen:
sudo port install doxygen