Skip to content

Commit ec16f68

Browse files
committed
make: add esp32-c3 build target addresses
1 parent 313bf08 commit ec16f68

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Configuration.mk

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ QEMU_RV32_VIRT_TOCK_TARGETS := rv32imac|rv32imac.0x80100080.0x80300000|0x8010008
7272
rv32imac|rv32imac.0x80130080.0x80330000|0x80130080|0x80330000\
7373
rv32imac|rv32imac.0x80180080.0x80380000|0x80180080|0x80380000
7474

75+
# Specific addresses useful for the ESP32-C3.
76+
ESP32_C3_TOCK_TARGETS := rv32imc|rv32imc.0x403B0080.0x3FCA2000|0x403B0080|0x3FCA2000\
77+
rv32imc|rv32imc.0x403C0080.0x3FCA8000|0x403C0080|0x3FCA8000\
78+
rv32imc|rv32imc.0x403D0080.0x3FCB0000|0x403D0080|0x3FCB0000
79+
7580
VEER_EL2_TOCK_TARGETS := rv32imc|rv32imc.0x20300080.0x20602000|0x20300080|0x20602000
7681

7782
# Include the RISC-V targets.
@@ -90,7 +95,8 @@ TOCK_TARGETS ?= cortex-m0\
9095
$(OPENTITAN_TOCK_TARGETS) \
9196
$(ARTY_E21_TOCK_TARGETS) \
9297
$(VEER_EL2_TOCK_TARGETS) \
93-
$(QEMU_RV32_VIRT_TOCK_TARGETS)
98+
$(QEMU_RV32_VIRT_TOCK_TARGETS)\
99+
$(ESP32_C3_TOCK_TARGETS)\
94100

95101
# Generate `TOCK_ARCH_FAMILIES`, the set of architecture families which will be
96102
# used to determine toolchains to use in the build process.

0 commit comments

Comments
 (0)