Skip to content

Commit a53e3c1

Browse files
sylvioalvescarlescufi
authored andcommitted
soc: esp32: add toolchain name
Add ESP32 and ESP32S2 toolchain name that is addressed when integrated with zephyr-sdk. Signed-off-by: Sylvio Alves <[email protected]>
1 parent b6ab394 commit a53e3c1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

soc/xtensa/esp32/Kconfig.defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ endif
2222
config SOC
2323
default "esp32"
2424

25+
config SOC_TOOLCHAIN_NAME
26+
string
27+
default "espressif_esp32"
28+
2529
if SMP
2630

2731
config SCHED_IPI_SUPPORTED

soc/xtensa/esp32s2/Kconfig.defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ endif
2424
config SOC
2525
default "esp32s2"
2626

27+
config SOC_TOOLCHAIN_NAME
28+
string
29+
default "espressif_esp32s2"
30+
2731
config GEN_ISR_TABLES
2832
default y
2933

0 commit comments

Comments
 (0)