forked from espressif/esp-idf
g1: add esp_mm to g1 list
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
set(g0_components soc hal esp_common esp_rom) # also <arch>, i.e. xtensa or riscv, will be added below
|
set(g0_components soc hal esp_common esp_rom) # also <arch>, i.e. xtensa or riscv, will be added below
|
||||||
set(g1_components spi_flash freertos log heap newlib esp_system esp_hw_support)
|
set(g1_components spi_flash freertos log heap newlib esp_system esp_hw_support esp_mm)
|
||||||
set(COMPONENTS ${g0_components} ${g1_components} main)
|
set(COMPONENTS ${g0_components} ${g1_components} main)
|
||||||
|
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
|
Reference in New Issue
Block a user