mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 00:56:38 +08:00
tools(idf_monitor): changed default esp32 toolchain prefix to esp8266
This commit is contained in:
@ -96,7 +96,7 @@ TAG_SERIAL_FLUSH = 2
|
||||
# regex matches an potential PC value (0x4xxxxxxx)
|
||||
MATCH_PCADDR = re.compile(r'0x4[0-9a-f]{7}', re.IGNORECASE)
|
||||
|
||||
DEFAULT_TOOLCHAIN_PREFIX = "xtensa-esp32-elf-"
|
||||
DEFAULT_TOOLCHAIN_PREFIX = "xtensa-lx106-elf-"
|
||||
|
||||
DEFAULT_PRINT_FILTER = ""
|
||||
|
||||
|
Reference in New Issue
Block a user