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

This commit is contained in:
Angus Gratton 2019-08-13 15:15:32 +10:00 committed by Angus Gratton
parent e32d27e7e8
commit 85c2df060d
2 changed files with 2 additions and 0 deletions

View File

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

View File

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