mcuboot/boot/zephyr/boards
Marti Bolivar f84cc4b309 zephyr: enable MULTITHREADING by default except on nRF
CONFIG_MULTITHREADING is generally assumed to be y by the zephyr
kernel, even though that's not reflected in the Kconfig. For example,
semaphores depend on it being y, but CMake will still build sem.c even
if it's n.

The sensible default for this option is thus y.

However, it's a size advantage to disable it if the platform drivers
are all aware of this option, such as nRF.

Let's re-work our use of this option to keep it disabled when we know
it's safe, but enable it by default so more platforms can be expected
to work out of the box.

Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
2019-08-22 14:21:41 +02: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_pca10059.conf zephyr: fix build for nrf52840_pca10059 2019-04-16 15:56:09 +02:00