mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/esp_common: rename architecture to riscv_esp32 to rv32
This commit is contained in:
parent
d6aeea7e75
commit
0645371400
@ -25,7 +25,7 @@ ifeq (xtensa,$(CPU_ARCH))
|
||||
USEMODULE += xtensa
|
||||
endif
|
||||
|
||||
ifeq (riscv_esp32,$(CPU_ARCH))
|
||||
ifeq (rv32,$(CPU_ARCH))
|
||||
USEMODULE += esp_riscv
|
||||
endif
|
||||
|
||||
|
@ -26,7 +26,7 @@ ifeq (xtensa,$(CPU_ARCH))
|
||||
FEATURES_PROVIDED += arch_esp_xtensa
|
||||
endif
|
||||
|
||||
ifeq (riscv_esp32,$(CPU_ARCH))
|
||||
ifeq (rv32,$(CPU_ARCH))
|
||||
FEATURES_PROVIDED += arch_esp_riscv
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user