From 2f5a7f4721df657db543a09f70219b4bcf9151e5 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Fri, 21 Jun 2024 11:03:59 +0100 Subject: [PATCH] boot: zephyr: Fix build for thingy53 Fixes building MCUboot for this board Signed-off-by: Jamie McCrae --- boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf diff --git a/boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf b/boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf new file mode 100644 index 00000000..f2e42fd6 --- /dev/null +++ b/boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf @@ -0,0 +1,3 @@ +CONFIG_NORDIC_QSPI_NOR=n +CONFIG_SPI=n +CONFIG_MULTITHREADING=y