mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-13 16:58:55 +08:00
feat(gcc): Update cross toolchain GCC to v8.x
This commit is contained in:
@@ -18,6 +18,7 @@ import os
|
||||
from pyparsing import Word, alphanums, printables, Combine, Literal, hexnums, quotedString, Optional, nums, removeQuotes, oneOf, Group, infixNotation, opAssoc
|
||||
|
||||
import sys
|
||||
sys.path.insert(0, os.environ.get('IDF_PATH') + '/tools/kconfig_new')
|
||||
try:
|
||||
import kconfiglib
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user