Blog

  • Zephyr RTOS project step debugging with OpenOCD on Eclipse IDE

    The Zephyr RTOS project from Linux Foundation has gained a lot of popularity recently. It is one of the best-in-class small, scalable, real-time operating system (RTOS) optimized for resource-constrained devices, across multiple architectures. In firmware development debugging the code is essential to make sure everything works. The Zephyr project provides all the necessary tools to…

  • Create custom device drivers for Zephyr RTOS project

    This article assumes that you have some experience working with the Zephyr RTOS. If not, it would be good to go through the documentation and try out a few samples or you may choose to continue reading to get an overview. The Zephyr RTOS supports a wide range of boards and devices and the list…

  • Setup a simple CMake project for a C/C++ application

    CMake is a cross-platform free and open-source software for build automation, testing, packaging and installation of software by using a compiler-independent method. CMake is not a build system itself; it generates another system’s build files. It supports directory hierarchies and applications that depend on multiple libraries. It can invoke native build environments such as Make,…

  • First Post

    Hello! This is my first post. Thank you for visiting my blog Do check out my other posts https://rodeytech.com/blog/