mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:32:44 +01:00
8 lines
304 B
Markdown
8 lines
304 B
Markdown
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).
|