1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/examples/riot_and_cpp
2017-01-19 18:30:53 +01:00
..
c_functions.c
c_functions.h *: fix mismatching endifs for header guards 2017-01-19 18:30:53 +01:00
cpp_class.cpp
cpp_class.hpp *: fix mismatching endifs for header guards 2017-01-19 18:30:53 +01:00
main.cpp examples: adapted to renamed THREAD_FLAGS 2015-12-07 22:09:47 +01:00
Makefile boards/nucleo32-f042: change board name nucleo->nucleo32 2017-01-18 22:04:59 +01:00
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).