1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/hardware/arduino/sam
Matthijs Kooijman 7fd6244621 Enable C11 support
This uses the gnu11 standard, which is C11 with GNU extensions.
Previously, gnu89 was being used, which is pretty ancient by now. C99
brings some important improvements, some of which were already available
and used even without this option. C11 is more recent and brings more
minor improvements. Most notable feature is the static_assert statement,
allowing checking invariants at compiletime using the full C
expressions.
2015-07-16 13:06:10 +02:00
..
cores/arduino Check for __cplusplus >= 201103L as well as __GXX_EXPERIMENTAL_CXX0X__ 2015-07-16 13:06:10 +02:00
firmwares/atmega16u2 Added old firmware for Arduino Due USB2Serial (atmega16u2) 2013-02-11 22:18:22 +01:00
libraries Examples: mass code format. See example_formatter.conf 2015-07-06 15:19:05 +02:00
system Due: Wire.setClock can be called at any time 2014-07-06 00:36:22 +02:00
variants/arduino_due_x Add Due watchdog functions; modified according to feedback supplied 2015-05-08 14:16:12 +02:00
boards.txt Disabling uncertified warning, leaving vids/pids 2015-04-27 10:55:16 +02:00
platform.txt Enable C11 support 2015-07-16 13:06:10 +02:00
programmers.txt Removed unused boards/programmers 2012-08-25 16:31:25 +02:00