zephyr/lib
Nicolas Pitre c47bf1fa5e prf.c: implement the ll length modifiers
This allows for printing long long values. Because the code size
increase may be significant, this is made optional on 32-bit targets.
On 64-bit targets this doesn't change the code much as longs and
long longs are the same size so it is always enabled in that case.

The test on MAXFLD has to be adjusted accordingly. Yet, its minimum
value wasn't large enough to store a full-scale octal value, so this
is fixed as well.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-06-17 10:58:09 -07:00
..
cmsis_rtos_v1 lib: cmsis_v1: set stack size larger if coverage 2019-05-02 15:42:33 -04:00
cmsis_rtos_v2 lib: cmsis_v2: increase stack sizes if coverage 2019-05-02 15:42:33 -04:00
gui gui: Corrected RGB888 pointer in LVGL write function 2019-05-30 09:33:07 -04:00
libc prf.c: implement the ll length modifiers 2019-06-17 10:58:09 -07:00
os printk: make it 64-bit compatible 2019-06-17 10:28:44 -07:00
posix posix: Fix calculation of clock base in clock_settime 2019-05-21 08:24:59 -04:00
updatehub lib: updatehub: add support ipv6 2019-06-05 00:20:37 +02:00
CMakeLists.txt lib: updatehub: Add UpdateHub.io support 2019-06-05 00:20:37 +02:00
Kconfig lib: updatehub: Add UpdateHub.io support 2019-06-05 00:20:37 +02:00