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
2015-05-22 07:34:41 +02:00
..
c_functions.c everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
c_functions.h everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
cpp_class.cpp everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
cpp_class.hpp everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
main.cpp everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
Makefile riot_and_cpp: do not link on build tests for stm32f0discovery 2014-12-16 21:31:03 +01: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).