1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00
RIOT/examples/riot_and_cpp
Hauke Petersen 938c61a5a2 Merge pull request #1456 from haukepetersen/board_stm32f3discovery
board/cpu: Added support for the stm32f3discovery board and stm32f3 cpu
2014-07-31 23:55:05 +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 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 examples: changed stacksize to the recommended value 2014-07-18 21:21:43 +02:00
Makefile examples/tests: blacklisted stm32f3discovery 2014-07-31 19:42:05 +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).