Now using gcc hosted on GitHub instead of brunner.ninja
This commit is contained in:
@ -14,7 +14,7 @@ board = esp32dev
|
|||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
platform_packages =
|
platform_packages =
|
||||||
toolchain-xtensa32 @ https://brunner.ninja/esp32_neuer_gcc_1.tar.gz
|
toolchain-xtensa32 @ https://github.com/0xFEEDC0DE64/esp32-platformio-gcc#v8.4.0
|
||||||
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.0
|
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.0
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
@ -28,7 +28,7 @@ build_unflags =
|
|||||||
-Os
|
-Os
|
||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
-std=gnu++17
|
-std=gnu++2a
|
||||||
-O3
|
-O3
|
||||||
; -Werror
|
; -Werror
|
||||||
-Wall
|
-Wall
|
||||||
|
Reference in New Issue
Block a user