examples: Mark flash encryption & external flash examples as ESP32 only for now

pull/4273/head
Angus Gratton 2019-08-13 15:15:32 +10:00 zatwierdzone przez Angus Gratton
rodzic e32d27e7e8
commit 85c2df060d
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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)