Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-03 08:31:44 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
20697f0f87dfc87a33b671dcbe59ffb51fd473b4
esp-idf/examples/storage/ext_flash_fatfs/CMakeLists.txt

8 lines
305 B
CMake
Raw Normal View History

examples: add FATFS in external Flash example Demonstrates the usage of the new spi_bus_add_flash_device, esp_flash_init, esp_partition_register_external functions.
2019-07-18 15:25:06 +02:00
# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
tools: Increase the minimal supported CMake version to 3.16 This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system. This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-05-27 10:10:51 +02:00
cmake_minimum_required(VERSION 3.16)
examples: add FATFS in external Flash example Demonstrates the usage of the new spi_bus_add_flash_device, esp_flash_init, esp_partition_register_external functions.
2019-07-18 15:25:06 +02:00
build_app: make multi target support readable
2020-04-09 16:40:57 +08:00
# external SPI flash driver not currently supported for ESP32-S2
examples: add FATFS in external Flash example Demonstrates the usage of the new spi_bus_add_flash_device, esp_flash_init, esp_partition_register_external functions.
2019-07-18 15:25:06 +02:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(ext_flash_fatfs)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 92ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API