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