1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards
René Kijewski caea069bcf Do not mandate input language
An application might want to use C11 features. The user would assume
that setting `CFLAGS=-std=gnu11` in the Makefile would work. It does not
since the board's Makefile.include shadows the `-std` flag.

This patch removes the `-std=gnu99` from the various Makefile.includes,
and sets the flag in the common Makefile.include of RIOT instead.
If an `-std` flag was provided by an earlier Makefile (the application,
the board, or the CPU [whilst only the former one should]), then no
additional flag is set. It is first tested if the supplied compiler
understands `-std=gnu99`, then `-std=c99`.
2014-02-14 00:06:02 +01:00
..
avsextrem correct cc110x function names 2014-02-12 00:10:15 +01:00
chronos Do not mandate input language 2014-02-14 00:06:02 +01:00
mbed_lpc1768 Do not mandate input language 2014-02-14 00:06:02 +01:00
msb-430 remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
msb-430-common Do not mandate input language 2014-02-14 00:06:02 +01:00
msb-430h remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
msba2 remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
msba2-common Do not mandate input language 2014-02-14 00:06:02 +01:00
native Do not mandate input language 2014-02-14 00:06:02 +01:00
pttu remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
redbee-econotag Do not mandate input language 2014-02-14 00:06:02 +01:00
telosb Do not mandate input language 2014-02-14 00:06:02 +01:00
wsn430-common Do not mandate input language 2014-02-14 00:06:02 +01:00
wsn430-v1_3b remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
wsn430-v1_4 remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
doc.txt remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
README.md removed pointer to RIOT repository from README 2014-01-17 11:54:31 +01:00

Platform configurations for RIOT-OS

This directory contains existing configuration and initialization files for platforms supported by RIOT-OS.