zephyr/tests/lib
Kim Sekkelund 0450263393 Bluetooth: Host: Remove printk dependency from settings
Some modules use snprintk to format the settings keys. Unfortunately
snprintk is tied with printk which is very large for some embedded
systems.
To be able to have settings enabled without also enabling printk
support, change creation of settings key strings to use bin2hex, strlen
and strcpy instead.
A utility function to make decimal presentation of a byte value is
added as u8_to_dec in lib/os/dec.c
Add new Kconfig setting BT_SETTINGS_USE_PRINTK

Signed-off-by: Kim Sekkelund <ksek@oticon.com>
2019-09-25 17:36:39 +02:00
..
base64 tests: base64: add tests for error paths 2019-07-30 10:14:41 -07:00
c_lib libc: minimal: add strspn and strcspn support 2019-07-31 09:22:49 -07:00
crc tests: crc: convert to regular test case 2019-07-06 00:31:04 +02:00
fdtable tests/lib/fdtable/prj.conf: remove hardcoded CONFIG_COVERAGE=y 2019-09-25 05:04:30 -04:00
gui/lvgl tests: gui: Added tests for LVGL glue logic 2019-09-16 16:08:36 -05:00
json tests: exclude platforms with limited flash 2019-09-23 17:49:46 -07:00
mem_alloc tests: exclude twr_ke18f platform from several user mode tests 2019-09-03 16:44:22 +02:00
rbtree riscv: add a qemu_riscv64 board 2019-08-09 09:11:45 -05:00
ringbuffer cleanup: include/: move ring_buffer.h to sys/ring_buffer.h 2019-06-27 22:55:49 -04:00
sprintf tests: lib: sprintf: filter-out MCIMX7_M4 platform 2019-08-16 17:35:04 +02:00
sys/util Bluetooth: Host: Remove printk dependency from settings 2019-09-25 17:36:39 +02:00
timeutil lib/timeutil: avoid implementation-defined behavior 2019-09-19 20:49:51 -04:00