Setting Up A Development Environment
Part I in “Building REXIS, a Cortex-M microcontroller Real Time OS” As we stopped development of the ImageCraft embedded tools in 2020, when I decided to rewrite my message passing kernel REXIS (Real-time EXecutive for Intelligent Systems) in modern C++ and planning to eventually evolve it into a full operating system, I needed to set up a new development environment. In this post, I described the tools I ended up using, and why I made the decisions that I did. To do basic C++ embedded development with the Cortex-M microcontrollers, at the minimum, you need: A C/C++ compiler An IDE, […]
Setting Up A Development Environment Read Post »