kopia lustrzana https://github.com/espressif/esp-idf
examples: Mark flash encryption & external flash examples as ESP32 only for now
rodzic
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)
|
||||
|
|
Ładowanie…
Reference in New Issue