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
2014-09-25 14:37:47 +02:00
..
c_functions.c doc: use lgplv2.1-short license header instead of lgpl-short-riot 2014-07-31 22:57:20 +02:00
c_functions.h fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
cpp_class.cpp fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
cpp_class.h fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
main.cpp cpu/examples/sys/drivers: reduce scope of variables 2014-09-13 19:03:40 +02:00
Makefile samr21-xpro: initial import for the samr21-xpro board 2014-09-25 14:37:47 +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).