RIOT/examples/riot_and_cpp
Gaëtan Harter 387da5214f
examples: update documentation to use 'BOARDSDIR'
Replace uses of 'RIOTBOARD' by 'BOARDSDIR' in examples.
2019-12-16 15:35:05 +01:00
..
2019-11-23 22:39:39 +01:00
2019-11-23 22:39:39 +01:00
2019-11-23 22:39:39 +01:00
2014-06-25 16:37:05 +07:00

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).