Flavio Alves

C++ build project for NuttX using cmake

Introduction

This article has the objective to describe a cmake-base project used to build a NuttX based application using C++ language.

Requirements

  • A NuttX based library with the correct endpoint set for the application
  • Toolchain configured
  • JLink tools

Result

The following link shows an application example: https://github.com/Phi-Innovations/nuttx-apps/tree/main/hellocpp

References

Rating:

comments powered by Disqus