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
Martine Lenders 58e8b75fc7 riot_and_cpp: do not link on build tests for stm32f0discovery 9 years ago
..
Makefile riot_and_cpp: do not link on build tests for stm32f0discovery 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 fix license headers in non-.c files 9 years ago
cpp_class.cpp renamed the cpp header file to `*.hpp` to preven eventually a collision with #1789 9 years ago
cpp_class.hpp renamed the cpp header file to `*.hpp` to preven eventually a collision with #1789 9 years ago
main.cpp lint: fix invalidPrintfArgType_sint warning 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).