mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 08:13:44 +00:00
disable power domain in mcuboot (fix for heltec build)
This commit is contained in:
@@ -23,5 +23,10 @@ CONFIG_LOG_DEFAULT_LEVEL=3
|
||||
# Disable to avoid spi_context build errors with minimal threading config.
|
||||
CONFIG_SPI=n
|
||||
|
||||
# MCUboot doesn't need power domain management — some boards (e.g. Heltec V3)
|
||||
# have power-domain-gpio DTS nodes whose driver calls k_can_yield() which is
|
||||
# unavailable in MCUboot's minimal kernel.
|
||||
CONFIG_POWER_DOMAIN=n
|
||||
|
||||
# ESP32 HAL's mcuboot_config.h is patched (patches/modules/hal/espressif/...)
|
||||
# to respect Zephyr Kconfig: mbedTLS detection, AUTO sector count, slot0 validation.
|
||||
|
||||
Reference in New Issue
Block a user