1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/examples/riot_and_cpp
2014-07-10 15:23:31 +02:00
..
c_functions.c added riot_and_cpp example 2014-06-25 16:37:05 +07:00
c_functions.h added riot_and_cpp example 2014-06-25 16:37:05 +07:00
cpp_class.cpp added riot_and_cpp example 2014-06-25 16:37:05 +07:00
cpp_class.h added riot_and_cpp example 2014-06-25 16:37:05 +07:00
main.cpp core: remove extra thread_create_arg() function 2014-07-09 10:28:23 +02:00
Makefile make: don't use export on example makefiles 2014-07-10 15:23:31 +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).