You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/examples/riot_and_cpp
epiktet 1154bd5a50 cpu/nrf51822: squash added support for nrf51822 cpu 9 years ago
..
Makefile cpu/nrf51822: squash added support for nrf51822 cpu 9 years ago
README.md added riot_and_cpp example 9 years ago
c_functions.c doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
c_functions.h added riot_and_cpp example 9 years ago
cpp_class.cpp added riot_and_cpp example 9 years ago
cpp_class.h added riot_and_cpp example 9 years ago
main.cpp examples: changed stacksize to the recommended value 9 years ago

README.md

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).