1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-04 18:03:20 +03:00

release 3.0.2 (#8242)

This commit is contained in:
david gauchard 2021-07-26 22:27:44 +02:00 committed by GitHub
parent f9084603de
commit 14c3798d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,7 @@
// autogenerated from https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv // autogenerated from https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv
// by script <esp8266 arduino core>/tools/TZupdate.sh // 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 // This database is autogenerated from IANA timezone database
// https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv // https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv

View File

@ -3,6 +3,7 @@
// This file's contents have been moved to newlib. This file simply // This file's contents have been moved to newlib. This file simply
// includes the newlib pgmspace file as well as some ets headers // includes the newlib pgmspace file as well as some ets headers
// to preserve backwards compatibility // 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> #include <sys/pgmspace.h>

View File

@ -1,7 +1,7 @@
// this file is autogenerated - any modification will be overwritten // this file is autogenerated - any modification will be overwritten
// unused symbols will not be linked in the final binary // 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'] // by ['../../../../tools/cert.py', '-s', 'api.github.com', '-n', 'github']
#pragma once #pragma once

View File

@ -1,7 +1,7 @@
// this file is autogenerated - any modification will be overwritten // this file is autogenerated - any modification will be overwritten
// unused symbols will not be linked in the final binary // 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'] // by ['../../../../tools/cert.py', '-s', 'www.gitlab.com', '-n', 'gitlab']
#pragma once #pragma once

View File

@ -1,7 +1,7 @@
// this file is autogenerated - any modification will be overwritten // this file is autogenerated - any modification will be overwritten
// unused symbols will not be linked in the final binary // 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'] // by ['../../../../tools/cert.py', '-s', 'api.github.com', '-n', 'github']
#pragma once #pragma once

View File

@ -2,5 +2,5 @@
"name": "framework-arduinoespressif8266", "name": "framework-arduinoespressif8266",
"description": "Arduino Wiring-based Framework (ESP8266 Core)", "description": "Arduino Wiring-based Framework (ESP8266 Core)",
"url": "https://github.com/esp8266/Arduino", "url": "https://github.com/esp8266/Arduino",
"version": "3.1.0-dev" "version": "3.0.2"
} }

View File

@ -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) * [platform.txt](https://github.com/esp8266/Arduino/blob/master/platform.txt)
* [package.json](https://github.com/esp8266/Arduino/blob/master/package.json) * [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. Wait until the release notes have been checked by other maintainers (can be changed afterwards anyway)

View File

@ -5,8 +5,8 @@
# For more info: # For more info:
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
name=ESP8266 Boards (3.1.0-dev) name=ESP8266 Boards (3.0.2)
version=3.1.0-dev version=3.0.2
# These will be removed by the packager script when doing a JSON release # 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 runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf