RIOT/examples/riot_and_cpp
Alexandre Abadie 56e1b96a30
initial commit
2022-02-08 11:30:49 +01:00
..
2022-02-08 11:30:49 +01:00
2022-02-08 11:30:49 +01:00
2022-02-08 11:30:49 +01:00
2022-02-08 11:30:49 +01:00
2022-02-08 11:30:49 +01:00
2022-02-08 11:30:49 +01:00
2022-02-08 11:30:49 +01:00
2022-02-08 11:30:49 +01: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).