zephyr/lib/libc
Watson Zeng 79fb3b7ccc libc: minimal: mwdt: define __INT*_C() and __UINT*_C()
Our minimal C library makes an alias of UINT*_C() to
be __UINT*_C() and INT*_C() to __INT*_C(). However,
in mwdt, these are not defined by default, so define
them ourselves. We have similar fix for xcc: #31962

Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
2021-05-25 12:55:48 -05:00
..
minimal libc: minimal: mwdt: define __INT*_C() and __UINT*_C() 2021-05-25 12:55:48 -05:00
newlib lib: newlib: Remove internal _sbrk lock 2021-05-13 07:30:43 -05:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig newlib: clamp max heap size on MMU systems 2021-01-23 19:47:23 -05:00