Skip to content

Commit 5cf30f6

Browse files
committed
Merge branch 'release/v4.3.0'
2 parents 6f9e45a + c226fe6 commit 5cf30f6

30 files changed

+1062
-62
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
pio pkg install --global --platform symlink://.
4646
- name: Build examples
4747
run: |
48-
platformio run -d ${{ matrix.example }}
48+
pio run -d ${{ matrix.example }}

.github/workflows/tests.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: "Unit Testing"
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
build:
7+
strategy:
8+
fail-fast: false
9+
matrix:
10+
os: [ubuntu-latest, windows-latest, macos-latest]
11+
python-version: [3.7]
12+
example:
13+
- "examples/espidf-hello-world"
14+
runs-on: ${{ matrix.os }}
15+
steps:
16+
- uses: actions/checkout@v2
17+
with:
18+
submodules: "recursive"
19+
- name: Set up Python ${{ matrix.python-version }}
20+
uses: actions/setup-python@v3
21+
with:
22+
python-version: ${{ matrix.python-version }}
23+
- name: Install dependencies
24+
run: |
25+
python -m pip install --upgrade pip
26+
pip install -U https://github.com/platformio/platformio/archive/develop.zip
27+
pio pkg install --global --platform symlink://.
28+
- name: Build test
29+
run: |
30+
pio test -d ${{ matrix.example }} --without-uploading --without-testing

boards/adafruit_feather_esp32_v2.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_ADAFRUIT_FEATHER_ESP32_V2",
9+
"-DBOARD_HAS_PSRAM",
10+
"-mfix-esp32-psram-cache-issue",
11+
"-mfix-esp32-psram-cache-strategy=memw"
12+
],
13+
"f_cpu": "240000000L",
14+
"f_flash": "40000000L",
15+
"flash_mode": "dio",
16+
"mcu": "esp32",
17+
"variant": "adafruit_feather_esp32_v2"
18+
},
19+
"connectivity": [
20+
"wifi",
21+
"bluetooth",
22+
"ethernet",
23+
"can"
24+
],
25+
"debug": {
26+
"openocd_board": "esp-wroom-32.cfg"
27+
},
28+
"frameworks": [
29+
"arduino",
30+
"espidf"
31+
],
32+
"name": "Adafruit Feather ESP32 V2",
33+
"upload": {
34+
"flash_size": "8MB",
35+
"maximum_ram_size": 327680,
36+
"maximum_size": 8388608,
37+
"require_upload_port": true,
38+
"speed": 460800
39+
},
40+
"url": "https://www.adafruit.com/product/5400",
41+
"vendor": "Adafruit"
42+
}

boards/adafruit_feather_esp32s3.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32s3_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_ADAFRUIT_FEATHER_ESP32S3_NOPSRAM",
9+
"-DARDUINO_USB_CDC_ON_BOOT=1",
10+
"-DARDUINO_RUNNING_CORE=1",
11+
"-DARDUINO_EVENT_RUNNING_CORE=1"
12+
],
13+
"f_cpu": "240000000L",
14+
"f_flash": "80000000L",
15+
"flash_mode": "qio",
16+
"hwids": [
17+
[
18+
"0x239A",
19+
"0x8113"
20+
],
21+
[
22+
"0x239A",
23+
"0x0113"
24+
],
25+
[
26+
"0x239A",
27+
"0x8114"
28+
]
29+
],
30+
"mcu": "esp32s3",
31+
"variant": "adafruit_feather_esp32s3_nopsram"
32+
},
33+
"connectivity": [
34+
"wifi"
35+
],
36+
"debug": {
37+
"openocd_target": "esp32s3.cfg"
38+
},
39+
"frameworks": [
40+
"arduino"
41+
],
42+
"name": "Adafruit Feather ESP32-S3 No PSRAM",
43+
"upload": {
44+
"arduino": {
45+
"flash_extra_images": [
46+
[
47+
"0x410000",
48+
"variants/adafruit_feather_esp32s3_nopsram/tinyuf2.bin"
49+
]
50+
]
51+
},
52+
"flash_size": "4MB",
53+
"maximum_ram_size": 327680,
54+
"maximum_size": 4194304,
55+
"use_1200bps_touch": true,
56+
"wait_for_upload_port": true,
57+
"require_upload_port": true,
58+
"speed": 460800
59+
},
60+
"url": "https://www.adafruit.com/product/5323",
61+
"vendor": "Adafruit"
62+
}

boards/adafruit_qtpy_esp32.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_ADAFRUIT_QTPY_ESP32_PICO",
9+
"-DBOARD_HAS_PSRAM",
10+
"-mfix-esp32-psram-cache-issue",
11+
"-mfix-esp32-psram-cache-strategy=memw"
12+
],
13+
"f_cpu": "240000000L",
14+
"f_flash": "40000000L",
15+
"flash_mode": "dio",
16+
"mcu": "esp32",
17+
"variant": "adafruit_qtpy_esp32"
18+
},
19+
"connectivity": [
20+
"wifi",
21+
"bluetooth",
22+
"ethernet",
23+
"can"
24+
],
25+
"debug": {
26+
"openocd_board": "esp-wroom-32.cfg"
27+
},
28+
"frameworks": [
29+
"arduino",
30+
"espidf"
31+
],
32+
"name": "Adafruit QT Py ESP32",
33+
"upload": {
34+
"flash_size": "8MB",
35+
"maximum_ram_size": 327680,
36+
"maximum_size": 8388608,
37+
"require_upload_port": true,
38+
"speed": 460800
39+
},
40+
"url": "https://www.adafruit.com/product/5395",
41+
"vendor": "Adafruit"
42+
}

boards/adafruit_qtpy_esp32c3.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32c3_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_ADAFRUIT_QTPY_ESP32C3",
9+
"-DARDUINO_USB_MODE=1",
10+
"-DARDUINO_USB_CDC_ON_BOOT=1"
11+
],
12+
"f_cpu": "160000000L",
13+
"f_flash": "80000000L",
14+
"flash_mode": "dout",
15+
"hwids": [
16+
[
17+
"0X303A",
18+
"0x1001"
19+
]
20+
],
21+
"mcu": "esp32c3",
22+
"variant": "adafruit_qtpy_esp32c3"
23+
},
24+
"connectivity": [
25+
"wifi"
26+
],
27+
"debug": {
28+
"openocd_target": "esp32c3.cfg"
29+
},
30+
"frameworks": [
31+
"arduino",
32+
"espidf"
33+
],
34+
"name": "Adafruit QT Py ESP32-C3",
35+
"upload": {
36+
"flash_size": "4MB",
37+
"maximum_ram_size": 327680,
38+
"maximum_size": 4194304,
39+
"require_upload_port": true,
40+
"speed": 460800
41+
},
42+
"url": "https://www.adafruit.com/product/5405",
43+
"vendor": "Adafruit"
44+
}

boards/adafruit_qtpy_esp32s3.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32s3_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_ADAFRUIT_QTPY_ESP32S3_NOPSRAM",
9+
"-DARDUINO_USB_CDC_ON_BOOT=1",
10+
"-DARDUINO_RUNNING_CORE=1",
11+
"-DARDUINO_EVENT_RUNNING_CORE=1"
12+
],
13+
"f_cpu": "240000000L",
14+
"f_flash": "80000000L",
15+
"flash_mode": "qio",
16+
"hwids": [
17+
[
18+
"0x239A",
19+
"0x8119"
20+
],
21+
[
22+
"0x239A",
23+
"0x0119"
24+
],
25+
[
26+
"0x239A",
27+
"0x811A"
28+
]
29+
],
30+
"mcu": "esp32s3",
31+
"variant": "adafruit_qtpy_esp32s3_nopsram"
32+
},
33+
"connectivity": [
34+
"wifi"
35+
],
36+
"debug": {
37+
"openocd_target": "esp32s3.cfg"
38+
},
39+
"frameworks": [
40+
"arduino"
41+
],
42+
"name": "Adafruit QT Py ESP32-S3 No PSRAM",
43+
"upload": {
44+
"arduino": {
45+
"flash_extra_images": [
46+
[
47+
"0x410000",
48+
"variants/adafruit_qtpy_esp32s3_nopsram/tinyuf2.bin"
49+
]
50+
]
51+
},
52+
"flash_size": "4MB",
53+
"maximum_ram_size": 327680,
54+
"maximum_size": 4194304,
55+
"use_1200bps_touch": true,
56+
"wait_for_upload_port": true,
57+
"require_upload_port": true,
58+
"speed": 460800
59+
},
60+
"url": "https://www.adafruit.com/product/5426",
61+
"vendor": "Adafruit"
62+
}

boards/airm2m_core_esp32c3.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32c3_out.ld"
5+
},
6+
"core": "esp32",
7+
"f_cpu": "160000000L",
8+
"f_flash": "80000000L",
9+
"flash_mode": "dio",
10+
"extra_flags": [
11+
"-DARDUINO_AirM2M_CORE_ESP32C3",
12+
"-DARDUINO_USB_MODE=1"
13+
],
14+
"mcu": "esp32c3",
15+
"variant": "AirM2M_CORE_ESP32C3"
16+
},
17+
"connectivity": [
18+
"wifi"
19+
],
20+
"debug": {
21+
"openocd_target": "esp32c3.cfg"
22+
},
23+
"frameworks": [
24+
"arduino",
25+
"espidf"
26+
],
27+
"name": "AirM2M CORE ESP32C3",
28+
"upload": {
29+
"flash_size": "4MB",
30+
"maximum_ram_size": 327680,
31+
"maximum_size": 4194304,
32+
"require_upload_port": true,
33+
"speed": 460800
34+
},
35+
"url": "https://wiki.luatos.com/chips/esp32c3/board.html",
36+
"vendor": "AirM2M"
37+
}

boards/deneyapkart1A.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_DYDK1A",
9+
"-DBOARD_HAS_PSRAM",
10+
"-mfix-esp32-psram-cache-issue",
11+
"-mfix-esp32-psram-cache-strategy=memw"
12+
],
13+
"f_cpu": "240000000L",
14+
"f_flash": "40000000L",
15+
"flash_mode": "dio",
16+
"mcu": "esp32",
17+
"variant": "deneyapkart1A"
18+
},
19+
"connectivity": [
20+
"wifi",
21+
"bluetooth",
22+
"ethernet"
23+
],
24+
"debug": {
25+
"openocd_board": "esp32-wrover.cfg"
26+
},
27+
"frameworks": [
28+
"arduino",
29+
"espidf"
30+
],
31+
"name": "Deneyap Kart 1A",
32+
"upload": {
33+
"flash_size": "4MB",
34+
"maximum_ram_size": 327680,
35+
"maximum_size": 4194304,
36+
"require_upload_port": true,
37+
"speed": 460800
38+
},
39+
"url": "https://deneyapkart.org/magaza/urun-deneyap-kart.html",
40+
"vendor": "Deneyap"
41+
}

boards/esp32-s2-saola-1.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"ldscript": "esp32s2_out.ld"
55
},
66
"core": "esp32",
7+
"extra_flags": "-DARDUINO_ESP32S2_DEV",
78
"f_cpu": "240000000L",
89
"f_flash": "80000000L",
910
"flash_mode": "qio",

0 commit comments

Comments
 (0)