zephyr/lib
Nicolas Pitre 132a286c39 prf.c: fix display of float exponent >= 100
The code accounts only for 2 exponent digits even though the exponent
may grow up to 308. Before this change, printf("%g", 1e300) would
produce "1e+N0".

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-07-14 23:07:44 -04:00
..
cmsis_rtos_v1
cmsis_rtos_v2 CMSIS v2: Work around time unit confusion 2019-07-02 22:52:29 -04:00
gui gui: Move lvgl into a zephyr module 2019-07-06 07:58:44 -04:00
libc prf.c: fix display of float exponent >= 100 2019-07-14 23:07:44 -04:00
os malloc: make sure returned memory is properly aligned 2019-07-03 14:17:29 -07:00
posix cleanup: include/: move misc/slist.h to sys/slist.h 2019-06-27 22:55:49 -04:00
updatehub cleanup: include/: move misc/reboot.h to power/reboot.h 2019-06-27 22:55:49 -04:00
CMakeLists.txt
Kconfig