forked from espressif/esp-idf
fix(storage/fatfs): fix CMake project names in fatfs examples
This commit is contained in:
@@ -4,4 +4,4 @@ cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
# external SPI flash driver not currently supported for ESP32-S2
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(ext_flash_fatfs)
|
||||
project(fatfs_ext_flash)
|
||||
|
@@ -3,4 +3,4 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(fatfsgen)
|
||||
project(fatfs_fatfsgen)
|
||||
|
@@ -3,4 +3,4 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(fatfsgen)
|
||||
project(fatfs_fs_operations)
|
||||
|
@@ -3,4 +3,4 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(fatfsgen)
|
||||
project(fatfs_getting_started)
|
||||
|
Reference in New Issue
Block a user