[riot-commits] [RIOT-OS/RIOT] 95f814: CODING_CONVENTIONS.md: default to C11
benpicco
noreply at github.com
Mon Feb 15 10:43:16 CET 2021
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 95f814b5da71c7a992c3fc869f1efd980a4cc6c3
https://github.com/RIOT-OS/RIOT/commit/95f814b5da71c7a992c3fc869f1efd980a4cc6c3
Author: Benjamin Valentin <benjamin.valentin at ml-pa.com>
Date: 2021-02-14 (Sun, 14 Feb 2021)
Changed paths:
M CODING_CONVENTIONS.md
M boards/native/Makefile.include
M makefiles/cflags.inc.mk
M pkg/relic/Makefile
Log Message:
-----------
CODING_CONVENTIONS.md: default to C11
The standard is 9 years old now, it is well supported in all mayor compilers.
In fact, features of the 'new' standard are already used in RIOT (std_atomic).
Let's make it the default and adapt the Makefiles accordingly.
Commit: ffdddc802e5edf6892a76beb79a0a2c893df3222
https://github.com/RIOT-OS/RIOT/commit/ffdddc802e5edf6892a76beb79a0a2c893df3222
Author: benpicco <benjamin.valentin at ml-pa.com>
Date: 2021-02-15 (Mon, 15 Feb 2021)
Changed paths:
M CODING_CONVENTIONS.md
M boards/native/Makefile.include
M makefiles/cflags.inc.mk
M pkg/relic/Makefile
Log Message:
-----------
Merge pull request #14738 from benpicco/c11
CODING_CONVENTIONS.md: default to C11
Compare: https://github.com/RIOT-OS/RIOT/compare/54b2436daa0e...ffdddc802e5e
More information about the commits
mailing list