forked from espressif/esp-idf
build-system: add property for architecture (riscv/xtensa)
riscv/xtensa is now a common component.
This commit is contained in:
@@ -548,7 +548,7 @@ Common component requirements
|
||||
|
||||
To avoid duplication, every component automatically requires some "common" IDF components even if they are not mentioned explicitly. Headers from these components can always be included.
|
||||
|
||||
The list of common components is: cxx, newlib, freertos, esp_hw_support, heap, log, soc, hal, esp_rom, esp_common, esp_system.
|
||||
The list of common components is: cxx, newlib, freertos, esp_hw_support, heap, log, soc, hal, esp_rom, esp_common, esp_system, xtensa/riscv.
|
||||
|
||||
Including components in the build
|
||||
----------------------------------
|
||||
|
Reference in New Issue
Block a user