zephyr/subsys
Krzysztof Chruscinski 987586d914 logging: Use vprintk for string formatting by default
Previously, _prf function was used when present and _vprintk
was used otherwise. _prf supports reacher formatting but at
cost of 3k flash and >250 bytes on stack. Stack usage then
depended on which function was used and that was causing
troubles when trimming stack sizes.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-03-05 08:24:50 -05:00
..
bluetooth Bluetooth: controller: Fix unchecked return value 2019-03-05 13:08:12 +01:00
console console: tty: Remove dependency on older "consoles" 2019-02-28 16:57:50 -08:00
cpp c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC 2018-11-28 13:51:35 -08:00
debug segger: sysview: Fix constness of char pointer 2019-03-04 18:59:55 -08:00
dfu dfu: mcuboot: rename boot_swap_type> mcuboot_swap_type 2019-02-19 09:32:02 +01:00
disk include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
fb shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
fs subsys/fs/shell: fix unchecked return from fs_seek in cmd_read 2019-03-02 12:28:03 +01:00
jwt jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
logging logging: Use vprintk for string formatting by default 2019-03-05 08:24:50 -05:00
mgmt shell: removing legacy shell 2019-01-16 21:35:36 -05:00
net net: gptp: Remove ref. to undef. CONFIG_NET_GPTP_STACK_SIZE 2019-03-05 08:23:22 -05:00
power doc: fix docs, include, and Kconfig misspellings 2019-02-28 09:32:12 +01:00
random subsys: random: xoroshiro128: Use entropy get isr during init 2018-09-05 13:04:20 -04:00
settings settings: always uses the storage partition for FCB 2019-03-04 16:51:19 +01:00
shell shell: fix coverity issue 2019-03-04 09:41:13 -05:00
stats stats: move from misc to subsys/stats 2018-11-12 08:01:15 -05:00
storage storage: flash_map: fix copyright assignment 2019-02-11 20:40:47 -06:00
testsuite userspace: get rid of app section placeholders 2019-03-04 08:05:16 -08:00
usb doc: fix docs, include, and Kconfig misspellings 2019-02-28 09:32:12 +01:00
CMakeLists.txt userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00
Kconfig userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00