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
Alexandre Abadie a4f3a9efd6 examples: add nucleo32-f031 to unsufficient memory boards 6 years ago
..
Makefile examples: add nucleo32-f031 to unsufficient memory boards 6 years ago
README.md added riot_and_cpp example 9 years ago
c_functions.c everything: Remove filename from @file Doxygen command 8 years ago
c_functions.h *: fix mismatching endifs for header guards 6 years ago
cpp_class.cpp everything: Remove filename from @file Doxygen command 8 years ago
cpp_class.hpp *: fix mismatching endifs for header guards 6 years ago
main.cpp examples: adapted to renamed THREAD_FLAGS 8 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).