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
Marian Buschsieweke 1d181d5bf3
examples/riot_and_cpp: require libstdcpp feature
The C++ header cstdio is used, but only provided by libstdc++
2020-07-24 15:22:34 +02:00
..
c_functions.c examples/riot_and_cpp: fix typos 2019-11-23 22:39:39 +01:00
c_functions.h examples: superfluous extern "C" in c++ example removed 2018-01-16 23:27:27 +01:00
cpp_class.cpp examples/riot_and_cpp: fix typos 2019-11-23 22:39:39 +01:00
cpp_class.hpp *: fix mismatching endifs for header guards 2017-01-19 18:30:53 +01:00
main.cpp examples/riot_and_cpp: fix typos 2019-11-23 22:39:39 +01:00
Makefile examples/riot_and_cpp: require libstdcpp feature 2020-07-24 15:22:34 +02:00
Makefile.ci examples: add stm32f030f4-demo to Makefile.ci 2019-10-21 15:33:48 +02:00
README.md added riot_and_cpp example 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).