Merge branch 'docs/update_xtensa-esp-elf_to_xtensa-esp32-elf' into 'master'
Update toolchain xtensa-esp-elf to xtensa-esp32-elf by modifying the dict TOOLCHAIN_NAMES Closes DOC-68 and DOC-72 See merge request espressif/esp-idf!8103
This commit is contained in:
commit
042285d938
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class StringSubstituter:
|
|||
|
||||
"""
|
||||
TARGET_NAMES = {'esp32': 'ESP32', 'esp32s2': 'ESP32-S2'}
|
||||
TOOLCHAIN_NAMES = {'esp32': 'esp', 'esp32s2': 'esp32s2'}
|
||||
TOOLCHAIN_NAMES = {'esp32': 'esp32', 'esp32s2': 'esp32s2'}
|
||||
CONFIG_PREFIX = {'esp32': 'ESP32', 'esp32s2': 'ESP32S2'}
|
||||
|
||||
TRM_EN_URL = {'esp32': 'https://www.espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf',
|
||||
|
|
Loading…
Reference in a new issue