Skip to content

Commit 14c3798

Browse files
authored
release 3.0.2 (#8242)
1 parent f908460 commit 14c3798

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

cores/esp8266/TZ.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// autogenerated from https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv
33
// by script <esp8266 arduino core>/tools/TZupdate.sh
4-
// Sat Jun 26 17:17:30 UTC 2021
4+
// Mon Jul 26 20:04:37 UTC 2021
55
//
66
// This database is autogenerated from IANA timezone database
77
// https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv

cores/esp8266/pgmspace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// This file's contents have been moved to newlib. This file simply
44
// includes the newlib pgmspace file as well as some ets headers
55
// to preserve backwards compatibility
6+
// current source: https://github.com/earlephilhower/newlib-xtensa/blob/xtensa-4_0_0-lock-arduino/newlib/libc/sys/xtensa/sys/pgmspace.h
67

78
#include <sys/pgmspace.h>
89

libraries/ESP8266WiFi/examples/BearSSL_Sessions/certs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// this file is autogenerated - any modification will be overwritten
33
// unused symbols will not be linked in the final binary
4-
// generated on 2021-07-16 02:12:55
4+
// generated on 2021-07-26 22:04:48
55
// by ['../../../../tools/cert.py', '-s', 'api.github.com', '-n', 'github']
66

77
#pragma once

libraries/ESP8266WiFi/examples/BearSSL_Validation/certs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// this file is autogenerated - any modification will be overwritten
33
// unused symbols will not be linked in the final binary
4-
// generated on 2021-07-18 00:02:22
4+
// generated on 2021-07-26 22:04:47
55
// by ['../../../../tools/cert.py', '-s', 'www.gitlab.com', '-n', 'gitlab']
66

77
#pragma once

libraries/ESP8266WiFi/examples/HTTPSRequest/certs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// this file is autogenerated - any modification will be overwritten
33
// unused symbols will not be linked in the final binary
4-
// generated on 2021-07-16 02:12:54
4+
// generated on 2021-07-26 22:04:48
55
// by ['../../../../tools/cert.py', '-s', 'api.github.com', '-n', 'github']
66

77
#pragma once

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "framework-arduinoespressif8266",
33
"description": "Arduino Wiring-based Framework (ESP8266 Core)",
44
"url": "https://github.com/esp8266/Arduino",
5-
"version": "3.1.0-dev"
5+
"version": "3.0.2"
66
}

package/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ The following points assume work in a direct clone of the repository, and not in
173173

174174
* [platform.txt](https://github.com/esp8266/Arduino/blob/master/platform.txt)
175175
* [package.json](https://github.com/esp8266/Arduino/blob/master/package.json)
176-
* [TZ.h](https://github.com/esp8266/Arduino/blob/master/cores/esp8266/TZ.h) (<= `cd tools; ./TZupdate.sh`)
176+
* [TZ.h](https://github.com/esp8266/Arduino/blob/master/cores/esp8266/TZ.h) (<= `cd tools; sh ./TZupdate.sh`)
177+
* Certificates (<= `cd tools; sh certsUpdate.sh`)
177178

178179
- [ ] 5. Wait until the release notes have been checked by other maintainers (can be changed afterwards anyway)
179180

platform.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# For more info:
66
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
77

8-
name=ESP8266 Boards (3.1.0-dev)
9-
version=3.1.0-dev
8+
name=ESP8266 Boards (3.0.2)
9+
version=3.0.2
1010

1111
# These will be removed by the packager script when doing a JSON release
1212
runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf

0 commit comments

Comments
 (0)