Skip to content

Commit 16f1805

Browse files
committed
Merge branch 'release/v3.3.0'
2 parents a607b97 + 5382831 commit 16f1805

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+148
-993
lines changed

.github/workflows/examples.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,27 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [ubuntu-16.04, windows-latest, macos-latest]
11-
python-version: [3.7]
10+
os: [ubuntu-latest, windows-latest, macos-latest]
1211
example:
1312
- "examples/arduino-asyncudp"
1413
- "examples/arduino-blink"
1514
- "examples/arduino-webserver"
1615
- "examples/arduino-wifiscan"
1716
- "examples/esp8266-nonos-sdk-blink"
1817
- "examples/esp8266-rtos-sdk-blink"
19-
- "examples/simba-blink"
2018
runs-on: ${{ matrix.os }}
2119
steps:
22-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2321
with:
2422
submodules: "recursive"
25-
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v1
23+
- name: Set up Python
24+
uses: actions/setup-python@v3
2725
with:
28-
python-version: ${{ matrix.python-version }}
26+
python-version: "3.9"
2927
- name: Install dependencies
3028
run: |
31-
python -m pip install --upgrade pip
3229
pip install -U https://github.com/platformio/platformio/archive/develop.zip
33-
platformio platform install file://.
30+
pio pkg install --global --platform symlink://.
3431
- name: Build examples
3532
run: |
36-
platformio run -d ${{ matrix.example }}
33+
pio run -d ${{ matrix.example }}

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Espressif 8266: development platform for [PlatformIO](http://platformio.org)
1+
# Espressif 8266: development platform for [PlatformIO](https://platformio.org)
22

33
[![Build Status](https://github.com/platformio/platform-espressif8266/workflows/Examples/badge.svg)](https://github.com/platformio/platform-espressif8266/actions)
44

55
Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
66

7-
* [Home](http://platformio.org/platforms/espressif8266) (home page in PlatformIO Platform Registry)
8-
* [Documentation](http://docs.platformio.org/page/platforms/espressif8266.html) (advanced usage, packages, boards, frameworks, etc.)
7+
* [Home](https://registry.platformio.org/platforms/platformio/espressif8266) (home page in the PlatformIO Registry)
8+
* [Documentation](https://docs.platformio.org/page/platforms/espressif8266.html) (advanced usage, packages, boards, frameworks, etc.)
99

1010
# Usage
1111

12-
1. [Install PlatformIO](http://platformio.org)
13-
2. Create PlatformIO project and configure a platform option in [platformio.ini](http://docs.platformio.org/page/projectconf.html) file:
12+
1. [Install PlatformIO](https://platformio.org)
13+
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
1414

1515
## Stable version
1616

@@ -32,4 +32,4 @@ board = ...
3232

3333
# Configuration
3434

35-
Please navigate to [documentation](http://docs.platformio.org/page/platforms/espressif8266.html).
35+
Please navigate to [documentation](https://docs.platformio.org/page/platforms/espressif8266.html).

boards/agruminolemon.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
],
1717
"frameworks": [
1818
"arduino",
19-
"simba",
2019
"esp8266-rtos-sdk",
2120
"esp8266-nonos-sdk"
2221
],

boards/esp01.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
],
1717
"frameworks": [
1818
"arduino",
19-
"simba",
2019
"esp8266-rtos-sdk",
2120
"esp8266-nonos-sdk"
2221
],

boards/esp12e.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
],
1717
"frameworks": [
1818
"arduino",
19-
"simba",
2019
"esp8266-rtos-sdk",
2120
"esp8266-nonos-sdk"
2221
],

boards/esp8285.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"f_flash": "40000000L",
1010
"flash_mode": "dout",
1111
"mcu": "esp8266",
12-
"variant": "generic"
12+
"variant": "esp8285"
1313
},
1414
"connectivity": [
1515
"wifi"

boards/esp_wroom_02.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
],
1717
"frameworks": [
1818
"arduino",
19-
"simba",
2019
"esp8266-rtos-sdk",
2120
"esp8266-nonos-sdk"
2221
],

boards/huzzah.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
],
1717
"frameworks": [
1818
"arduino",
19-
"simba",
2019
"esp8266-rtos-sdk",
2120
"esp8266-nonos-sdk"
2221
],

boards/inventone.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
],
1717
"frameworks": [
1818
"arduino",
19-
"simba",
2019
"esp8266-rtos-sdk",
2120
"esp8266-nonos-sdk"
2221
],

boards/nodemcu.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
],
2323
"frameworks": [
2424
"arduino",
25-
"simba",
2625
"esp8266-rtos-sdk",
2726
"esp8266-nonos-sdk"
2827
],

0 commit comments

Comments
 (0)