mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Merge pull request #12489 from Jason2866/patch-1
Use ArduinoEsp8266 core 3.0.1
This commit is contained in:
commit
0da3ae3a26
@ -39,7 +39,11 @@ extern "C"
|
|||||||
#include "ets_sys.h"
|
#include "ets_sys.h"
|
||||||
|
|
||||||
#include "i2s_reg.h"
|
#include "i2s_reg.h"
|
||||||
|
#ifndef ARDUINO_ESP8266_RELEASE_3_0_1
|
||||||
#include "i2s.h"
|
#include "i2s.h"
|
||||||
|
#else
|
||||||
|
#include "core_esp8266_i2s.h"
|
||||||
|
#endif
|
||||||
#include "eagle_soc.h"
|
#include "eagle_soc.h"
|
||||||
#include "esp8266_peri.h"
|
#include "esp8266_peri.h"
|
||||||
#include "slc_register.h"
|
#include "slc_register.h"
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
;build_flags = ${core_stage.build_flags}
|
;build_flags = ${core_stage.build_flags}
|
||||||
|
|
||||||
[core_stage]
|
[core_stage]
|
||||||
; *** Esp8266 core for Arduino version stage
|
; *** Esp8266 core for Arduino 3.0.1
|
||||||
platform = espressif8266 @ 3.0.0
|
platform = espressif8266
|
||||||
platform_packages =
|
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino/releases/download/3.0.1/esp8266-3.0.1.zip
|
||||||
; *** Use Xtensa build chain 10.2. GNU23 from https://github.com/earlephilhower/esp-quick-toolchain
|
; *** Use Xtensa build chain 10.2. GNU23 from https://github.com/earlephilhower/esp-quick-toolchain
|
||||||
tasmota/toolchain-xtensa @ 5.100200.210303
|
tasmota/toolchain-xtensa @ 5.100200.210303
|
||||||
build_unflags = ${esp_defaults.build_unflags}
|
build_unflags = ${esp_defaults.build_unflags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user