zephyr/lib/libc
Peter Bigot dfd26dbbeb libc/minimal/assert: conditionalize static_assert macro
static_assert was not added to C until C11.  Zephyr builds default to
C99.  To preserve compatibility with newlib avoid defining the
macro at standard levels where it did not exist.

Relates to #17738 and #11754.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2019-09-19 09:37:42 -05:00
..
minimal libc/minimal/assert: conditionalize static_assert macro 2019-09-19 09:37:42 -05:00
newlib kernel: Port remaining buildable syscalls to new API 2019-09-12 11:31:50 +08:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig libc: Make libc-nano default for ARM toolchain if newlib 2019-08-28 10:59:29 -05:00