You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/examples/riot_and_cpp/README.md

304 B

Using C++ and C in a program with RIOT

This project demonstrates how user can use both C++ and C in their application with RIOT.

Makefile Options

  • CXXEXFLAGS : user's extra flags used to build c++ files should be defined here (e.g -std=gnu++11).