add toolchain setting for esp32s2

This commit is contained in:
suda-morris
2019-04-03 19:43:37 +08:00
parent e9a2eae639
commit c926f7515e
2 changed files with 11 additions and 1 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ mainmenu "Espressif IoT Development Framework Configuration"
menu "SDK tool configuration"
config SDK_TOOLPREFIX
string "Compiler toolchain path/prefix"
default "xtensa-esp32-elf-"
default "xtensa-esp32-elf-" if IDF_TARGET_ESP32
default "xtensa-lx7-elf-" if IDF_TARGET_ESP32S2BETA
help
The prefix/path that is used to call the toolchain. The default setting assumes
a crosstool-ng gcc setup that is in your PATH.