Zephyr, Software platforms Johan Ekberg Zephyr, Software platforms Johan Ekberg

Setting up a Zephyr toolchain

A challenge for an embedded developer is to manage different toolchains on the development machine. You might work with different hardware architectures in different projects or handling compilers in the same project, where different project releases use different compilers. One way to handle this is to use containerized development in Docker.

Read More
Software platforms Michael Svenstam Software platforms Michael Svenstam

Why using a RTOS?

Developing RTOS features from scratch is difficult and time-consuming. There is no doubt that you will bring a product to market faster by using a mature existing RTOS and it is likely that your maintenance burden will be reduced.

Read More