xtensa/esp32: Add support for Protected Mode

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei
2022-05-11 18:59:27 -03:00
committed by Xiang Xiao
parent 6f0334140f
commit 76acfef5ec
25 changed files with 2110 additions and 30 deletions

View File

@@ -128,6 +128,10 @@ endif
ESPTOOL_BINS += $(FLASH_APP)
ifeq ($(CONFIG_BUILD_PROTECTED),y)
ESPTOOL_BINS += $(CONFIG_ESP32_USER_IMAGE_OFFSET) nuttx_user.bin
endif
# Commands for colored and formatted output
RED = \033[1;31m