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
|
USEMODULE += xtensa
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (riscv_esp32,$(CPU_ARCH))
|
ifeq (rv32,$(CPU_ARCH))
|
||||||
USEMODULE += esp_riscv
|
USEMODULE += esp_riscv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ ifeq (xtensa,$(CPU_ARCH))
|
|||||||
FEATURES_PROVIDED += arch_esp_xtensa
|
FEATURES_PROVIDED += arch_esp_xtensa
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (riscv_esp32,$(CPU_ARCH))
|
ifeq (rv32,$(CPU_ARCH))
|
||||||
FEATURES_PROVIDED += arch_esp_riscv
|
FEATURES_PROVIDED += arch_esp_riscv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user