mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-19 17:47:27 +00:00
Merge branch 'feature/support_esp32c3_master_cmake_secure_boot' into 'master'
bootloader/esp32c3: Support secure boot Closes IDF-2115 See merge request espressif/esp-idf!11797
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
#include "uart_caps.h"
|
||||
#include "rtc_caps.h"
|
||||
|
||||
/*-------------------------- COMMON CAPS ---------------------------------------*/
|
||||
#define SOC_SUPPORTS_SECURE_DL_MODE 1
|
||||
#define SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3
|
||||
|
||||
/*-------------------------- TOUCH SENSOR CAPS -------------------------------*/
|
||||
#define SOC_TOUCH_SENSOR_NUM (0) /*! No touch sensors on ESP32-C3 */
|
||||
|
||||
|
Reference in New Issue
Block a user