mirror of https://github.com/arendst/Tasmota.git
Merge pull request #12173 from Jason2866/16k_more_heap
option for 16k more heap
This commit is contained in:
commit
f96c964de5
|
@ -12,15 +12,14 @@ build_flags = ${common.build_flags}
|
|||
|
||||
[core_stage]
|
||||
; *** Esp8266 core for Arduino version stage
|
||||
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino/releases/download/3.0.0/esp8266-3.0.0.zip
|
||||
platform_packages = framework-arduinoespressif8266 @ https://github.com/tasmota/Arduino.git#3.0.0.1
|
||||
; *** 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}
|
||||
; *** Use ONE of the two PWM variants. Tasmota default is Locked PWM
|
||||
;-DWAVEFORM_LOCKED_PHASE
|
||||
-DWAVEFORM_LOCKED_PWM
|
||||
; *** 16k extra heap https://github.com/esp8266/Arduino/pull/7060
|
||||
;-DPIO_FRAMEWORK_MMU__16KB_CACHE__48KB_IRAM
|
||||
-Wno-switch-unreachable
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue