Tag: CMake

Best Tools for Embedded Development

What tools you use for embedded development largely depends on which chip manufacturer you choose, along with the resulting CPU architecture. This post focuses largely on ARM Cortex processors. Each of the chip manufacturers provides a suite of tools for creating, editing and...

Read More

Top Tips for Embedded Development with CMake

Why use CMake and Arm GCC? CMake and Arm GCC (arm-none-eabi-gcc) are the perfect combination for developing your embedded applications. CMake is a cross platform tool for building software, and if you have ever got tired of jumping from one chip manufacturer IDE to another,...

Read More
Loading