1
0
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:
Gunar Schorcht 2022-07-20 17:18:42 +02:00
parent 4ed925a2b3
commit d6aeea7e75

View File

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