mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
cpu/esp32: rename architecture to riscv_esp32 to rv32
This commit is contained in:
parent
4ed925a2b3
commit
d6aeea7e75
@ -22,7 +22,7 @@ include $(RIOTCPU)/esp_common/Makefile.include
|
||||
|
||||
ifeq (xtensa,$(CPU_ARCH))
|
||||
TARGET_ARCH ?= xtensa-$(CPU_FAM)-elf
|
||||
else ifeq (riscv_esp32,$(CPU_ARCH))
|
||||
else ifeq (rv32,$(CPU_ARCH))
|
||||
TARGET_ARCH ?= riscv32-esp-elf
|
||||
else
|
||||
$(error Unkwnown ESP32x SoC architecture)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user