mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
build_app: make multi target support readable
This commit is contained in:
committed by
Ivan Grokhotkov
parent
2e14149bff
commit
5b2fa1a5ad
@@ -2,6 +2,6 @@
|
||||
# CMakeLists in this exact order for cmake to work correctly
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
set(SUPPORTED_TARGETS esp32) # Secure Boot not currently supported for ESP32-S2beta
|
||||
# Secure Boot not currently supported for ESP32-S2
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(secure_boot)
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
| Supported Targets | ESP32 |
|
||||
| ----------------- | ----- |
|
||||
|
||||
# Secure Boot
|
||||
|
||||
The example checks if the secure boot feature is enabled/disabled and if enabled prints the secure boot version (Version 1 / Version 2) and FLASH_CRYPT_CNT eFuse value.
|
||||
|
||||
Reference in New Issue
Block a user