build-system: add property for architecture (riscv/xtensa)

riscv/xtensa is now a common component.
This commit is contained in:
Marius Vikhammer
2022-05-17 15:13:30 +08:00
parent 38345d9cd8
commit 9362434c47
10 changed files with 23 additions and 11 deletions

View File

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