mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-03 07:02:28 +03:00
release 3.0.2 (#8242)
This commit is contained in:
parent
f9084603de
commit
14c3798d4f
@ -1,7 +1,7 @@
|
||||
|
||||
// autogenerated from https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv
|
||||
// by script <esp8266 arduino core>/tools/TZupdate.sh
|
||||
// Sat Jun 26 17:17:30 UTC 2021
|
||||
// Mon Jul 26 20:04:37 UTC 2021
|
||||
//
|
||||
// This database is autogenerated from IANA timezone database
|
||||
// https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv
|
||||
|
@ -3,6 +3,7 @@
|
||||
// This file's contents have been moved to newlib. This file simply
|
||||
// includes the newlib pgmspace file as well as some ets headers
|
||||
// to preserve backwards compatibility
|
||||
// current source: https://github.com/earlephilhower/newlib-xtensa/blob/xtensa-4_0_0-lock-arduino/newlib/libc/sys/xtensa/sys/pgmspace.h
|
||||
|
||||
#include <sys/pgmspace.h>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
// this file is autogenerated - any modification will be overwritten
|
||||
// unused symbols will not be linked in the final binary
|
||||
// generated on 2021-07-16 02:12:55
|
||||
// generated on 2021-07-26 22:04:48
|
||||
// by ['../../../../tools/cert.py', '-s', 'api.github.com', '-n', 'github']
|
||||
|
||||
#pragma once
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
// this file is autogenerated - any modification will be overwritten
|
||||
// unused symbols will not be linked in the final binary
|
||||
// generated on 2021-07-18 00:02:22
|
||||
// generated on 2021-07-26 22:04:47
|
||||
// by ['../../../../tools/cert.py', '-s', 'www.gitlab.com', '-n', 'gitlab']
|
||||
|
||||
#pragma once
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
// this file is autogenerated - any modification will be overwritten
|
||||
// unused symbols will not be linked in the final binary
|
||||
// generated on 2021-07-16 02:12:54
|
||||
// generated on 2021-07-26 22:04:48
|
||||
// by ['../../../../tools/cert.py', '-s', 'api.github.com', '-n', 'github']
|
||||
|
||||
#pragma once
|
||||
|
@ -2,5 +2,5 @@
|
||||
"name": "framework-arduinoespressif8266",
|
||||
"description": "Arduino Wiring-based Framework (ESP8266 Core)",
|
||||
"url": "https://github.com/esp8266/Arduino",
|
||||
"version": "3.1.0-dev"
|
||||
"version": "3.0.2"
|
||||
}
|
||||
|
@ -173,7 +173,8 @@ The following points assume work in a direct clone of the repository, and not in
|
||||
|
||||
* [platform.txt](https://github.com/esp8266/Arduino/blob/master/platform.txt)
|
||||
* [package.json](https://github.com/esp8266/Arduino/blob/master/package.json)
|
||||
* [TZ.h](https://github.com/esp8266/Arduino/blob/master/cores/esp8266/TZ.h) (<= `cd tools; ./TZupdate.sh`)
|
||||
* [TZ.h](https://github.com/esp8266/Arduino/blob/master/cores/esp8266/TZ.h) (<= `cd tools; sh ./TZupdate.sh`)
|
||||
* Certificates (<= `cd tools; sh certsUpdate.sh`)
|
||||
|
||||
- [ ] 5. Wait until the release notes have been checked by other maintainers (can be changed afterwards anyway)
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
# For more info:
|
||||
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
|
||||
|
||||
name=ESP8266 Boards (3.1.0-dev)
|
||||
version=3.1.0-dev
|
||||
name=ESP8266 Boards (3.0.2)
|
||||
version=3.0.2
|
||||
|
||||
# These will be removed by the packager script when doing a JSON release
|
||||
runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf
|
||||
|
Loading…
x
Reference in New Issue
Block a user