1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/examples/riot_and_cpp
2020-12-11 18:25:36 +01:00
..
c_functions.c
c_functions.h
cpp_class.cpp
cpp_class.hpp
main.cpp treewide: Cleanup access to internal variables 2020-09-07 12:59:55 +02:00
Makefile examples/riot_and_cpp: require libstdcpp feature 2020-07-24 15:22:34 +02:00
Makefile.ci examples: add samd10-xmini to Makefile.ci 2020-12-11 18:25:36 +01:00
README.md

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