xtensa/esp32s3: Add support for Protected Mode

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei
2022-10-31 11:47:33 -03:00
committed by Xiang Xiao
parent 31347da187
commit bfc40c74d0
20 changed files with 1559 additions and 16 deletions
+4
View File
@@ -80,6 +80,10 @@ endif
ESPTOOL_BINS += $(FLASH_APP)
ifeq ($(CONFIG_BUILD_PROTECTED),y)
ESPTOOL_BINS += $(CONFIG_ESP32S3_USER_IMAGE_OFFSET) nuttx_user.bin
endif
# MERGEBIN -- Merge raw binary files into a single file
define MERGEBIN