mcuboot/boot/zephyr/boards
Andrzej Puzdrowski 3f092bd313 zephyr: allow recovery over usb cdc-acm with logs enabled
Modified serial_adapter so log are allowed when using USB
CDC ACM serial port emulation.

Added dedicated thread for log processing of the highest application
priority. This allows to transmit all logs without adding k_sleep
anywhere else int the code.

Introduced boot log thread is simpler than the default log threat
which decreases flash footprint by a few dozen bytes.
Added configuration for nrf52840_pca10056 which shows how
to enable looging along with USB - among other, thread log
processing is required.

build command (form zephyr-project root directory)
west build -d build/mcuboot/nrf52840_pca10056 -b nrf52840_pca10056
./bootloader/mcuboot/boot/zephyr/
 -- -DDTC_OVERLAY_FILE=./boards/nrf52840_pca10056_big.overlay
-DOVERLAY_CONFIG=./usb_cdc_acm_log_recovery.conf

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2020-02-27 10:01:25 +01:00
..
actinius_icarus.conf boot: zephyr: boards: add Actinius Icarus board 2019-11-04 14:37:07 +01:00
intel_s1000_crb.conf zephyr: enable MULTITHREADING by default except on nRF 2019-08-22 14:21:41 +02:00
intel_s1000_crb.overlay Add support for intel_s1000 SoC which is based on Xtensa arch 2018-12-27 08:13:41 -02:00
nrf51_pca10028.conf zephyr: fix logging 2019-04-15 14:18:41 +02:00
nrf52_minimal_footprint.conf zephyr: enable MULTITHREADING by default except on nRF 2019-08-22 14:21:41 +02:00
nrf52840_pca10056_big.overlay zephyr: allow recovery over usb cdc-acm with logs enabled 2020-02-27 10:01:25 +01:00
nrf52840_pca10059.conf zephyr: fix build for nrf52840_pca10059 2019-04-16 15:56:09 +02:00