mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
FW: use NONOS-SDK branch 2.2.x from 2019-10-24 by default (#6724)
* FW: use NONOS-SDK branch 2.2.x from 2019-10-24 by default former one is available when using generic board configuration * tv qvoqve, Platform-ii * nonos-sdk v2.2.x from 2019-11-05 by default for all boards (previous ones can be selected with the generic board) * (w/ fw files) * 191024 by default, 191105 is an option
This commit is contained in:
@ -39,7 +39,12 @@ build.stdcpp_level=-std=gnu++11
|
||||
|
||||
build.float=-u _printf_float -u _scanf_float
|
||||
build.led=
|
||||
build.sdk=NONOSDK22x_190703
|
||||
|
||||
# default SDK for all boards
|
||||
# (generic board overrides this variable)
|
||||
#build.sdk=NONOSDK22x_190703
|
||||
build.sdk=NONOSDK22x_191024
|
||||
#build.sdk=NONOSDK22x_191105
|
||||
|
||||
compiler.path={runtime.tools.xtensa-lx106-elf-gcc.path}/bin/
|
||||
compiler.sdk.path={runtime.platform.path}/tools/sdk
|
||||
|
Reference in New Issue
Block a user