1
0
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:
Gunar Schorcht 2022-07-20 17:18:19 +02:00
parent d6aeea7e75
commit 0645371400
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ ifeq (xtensa,$(CPU_ARCH))
USEMODULE += xtensa
endif
ifeq (riscv_esp32,$(CPU_ARCH))
ifeq (rv32,$(CPU_ARCH))
USEMODULE += esp_riscv
endif

View File

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