mcuboot/boot/zephyr
Carles Cufi 5ceeddb413 zephyr: Use sys_slist instead of k_fifo in serial adapter
The k_fifo_* primitives are not available when multithreading is
disabled. Use sys_slist_* instead.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2018-06-20 16:08:58 +02:00
..
boards zephyr: Fix overlay dir for Zephyr build 2018-03-13 16:39:14 -06:00
include Add per platform mcuboot_logging.h files 2018-06-04 06:54:39 -03:00
targets zephyr: cleanup flash driver name 2018-04-10 14:03:35 -03:00
CMakeLists.txt zephyr: cmake: Fix a typo in file CMakeLists.txt 2018-06-08 12:11:57 -03:00
Kconfig Add public/private key file option to Kconfig 2018-06-06 11:07:06 -03:00
dts.overlay hotfix for "zephyr: force mcuboot to fit in the boot partition" 2017-10-04 20:36:34 -04:00
flash_map_extended.c Replace mcuboot flash_map by zephyr flash_map 2018-05-16 16:05:17 -03:00
flash_map_legacy.c Remove per file log level configs 2018-06-04 06:54:39 -03:00
keys.c Update old hardcoded keys to use autogenerated 2018-06-06 11:07:06 -03:00
main.c zephyr: Fix assert booleanness 2018-06-20 16:08:58 +02:00
os.c zephyr: migrate signature type to Kconfig 2018-04-25 18:44:03 -03:00
prj.conf zephyr: Disable power management 2018-06-20 16:08:58 +02:00
serial_adapter.c zephyr: Use sys_slist instead of k_fifo in serial adapter 2018-06-20 16:08:58 +02:00