mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Arduino core 3.0
This commit is contained in:
parent
1a9370b0a6
commit
1259b25de9
@ -6,20 +6,22 @@ build_flags = ${common.build_flags}
|
||||
|
||||
[core]
|
||||
; Activate (by removing the ";" in the next lines) if you want to override the standard core defined in platformio.ini !!!
|
||||
;platform = ${core_stage.platform}
|
||||
;platform_packages = ${core_stage.platform_packages}
|
||||
;build_unflags = ${core_stage.build_unflags}
|
||||
;build_flags = ${core_stage.build_flags}
|
||||
|
||||
[core_stage]
|
||||
; *** Esp8266 core for Arduino version stage
|
||||
platform_packages = framework-arduinoespressif8266 @ https://github.com/tasmota/Arduino.git#3.0.0.1
|
||||
platform = espressif8266 @ 3.0.0
|
||||
platform_packages =
|
||||
; *** Use Xtensa build chain 10.2. GNU23 from https://github.com/earlephilhower/esp-quick-toolchain
|
||||
tasmota/toolchain-xtensa @ 5.100200.210303
|
||||
build_unflags = ${esp_defaults.build_unflags}
|
||||
-Wswitch-unreachable
|
||||
build_flags = ${esp82xx_defaults.build_flags}
|
||||
; *** 16k extra heap https://github.com/esp8266/Arduino/pull/7060
|
||||
;-DPIO_FRAMEWORK_MMU__16KB_CACHE__48KB_IRAM
|
||||
-D PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48_SECHEAP_SHARED
|
||||
-Wno-switch-unreachable
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user