mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
examples: Mark flash encryption & external flash examples as ESP32 only for now
This commit is contained in:
parent
e32d27e7e8
commit
85c2df060d
@ -2,5 +2,6 @@
|
||||
# CMakeLists in this exact order for cmake to work correctly
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
set(SUPPORTED_TARGETS esp32) # Flash encryption not currently supported for ESP32-S2beta
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(flash_encryption)
|
||||
|
@ -2,5 +2,6 @@
|
||||
# in this exact order for cmake to work correctly
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
set(SUPPORTED_TARGETS esp32) # external SPI flash driver not currently supported for ESP32-S2beta
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(ext_flash_fatfs)
|
||||
|
Loading…
Reference in New Issue
Block a user