zephyr/lib/os
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
..
assert.c
base64.c
CMakeLists.txt Bluetooth: Host: Remove printk dependency from settings 2019-09-25 17:36:39 +02:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
dec.c Bluetooth: Host: Remove printk dependency from settings 2019-09-25 17:36:39 +02:00
fdtable.c
hex.c
json.c
Kconfig
mempool.c
mutex.c kernel: syscalls: Whitespace fixups 2019-09-12 11:31:50 +08:00
printk.c userspace: Support for split 64 bit arguments 2019-09-12 11:31:50 +08:00
rb.c
ring_buffer.c
sem.c
thread_entry.c
timeutil.c lib/timeutil: avoid implementation-defined behavior 2019-09-19 20:49:51 -04:00
work_q.c