Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 10ceffb

Browse filesBrowse files
committed
on-release: remove files unrelated to Nano ESP32
- RISCV toolchain - examples - libraries - SDK files
1 parent dc7aa43 commit 10ceffb
Copy full SHA for 10ceffb

File tree

8 files changed

+15
-35
lines changed
Filter options

8 files changed

+15
-35
lines changed

‎.github/scripts/on-release.sh

Copy file name to clipboardExpand all lines: .github/scripts/on-release.sh
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ cp -f $GITHUB_WORKSPACE/tools/platformio-build*.py "$PKG_DIR/tools/"
214214
echo "Cleaning up folders ..."
215215
find "$PKG_DIR" -name '*.DS_Store' -exec rm -f {} \;
216216
find "$PKG_DIR" -name '*.git*' -type f -delete
217+
find "$PKG_DIR" -name '.skip.esp32s3' -type f -exec bash -c 'echo rm -rf $(dirname "{}")' \; | tac | /bin/bash
217218

218219
# Replace tools locations in platform.txt
219220
echo "Generating platform.txt..."

‎libraries/BluetoothSerial/.skip.esp32s3

Copy file name to clipboardExpand all lines: libraries/BluetoothSerial/.skip.esp32s3
Whitespace-only changes.

‎libraries/Ethernet/.skip.esp32s3

Copy file name to clipboardExpand all lines: libraries/Ethernet/.skip.esp32s3
Whitespace-only changes.

‎libraries/RainMaker/.skip.esp32s3

Copy file name to clipboardExpand all lines: libraries/RainMaker/.skip.esp32s3
Whitespace-only changes.

‎package/package_esp32_index.template.json

Copy file name to clipboardExpand all lines: package/package_esp32_index.template.json
+14-35Lines changed: 14 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": [
33
{
4-
"name": "esp32",
4+
"name": "arduino",
55
"maintainer": "Espressif Systems",
66
"websiteURL": "https://github.com/espressif/arduino-esp32",
77
"email": "hristo@espressif.com",
@@ -10,10 +10,10 @@
1010
},
1111
"platforms": [
1212
{
13-
"name": "esp32",
13+
"name": "Arduino ESP32 Boards",
1414
"architecture": "esp32",
1515
"version": "",
16-
"category": "ESP32",
16+
"category": "Arduino",
1717
"url": "",
1818
"archiveFileName": "",
1919
"checksum": "",
@@ -22,33 +22,11 @@
2222
"online": ""
2323
},
2424
"boards": [
25-
{
26-
"name": "ESP32 Dev Board"
27-
},
28-
{
29-
"name": "ESP32-S2 Dev Board"
30-
},
31-
{
32-
"name": "ESP32-S3 Dev Board"
33-
},
34-
{
35-
"name": "ESP32-C3 Dev Board"
36-
},
3725
{
3826
"name": "Arduino Nano ESP32"
3927
}
4028
],
4129
"toolsDependencies": [
42-
{
43-
"packager": "esp32",
44-
"name": "xtensa-esp32-elf-gcc",
45-
"version": "esp-2021r2-patch5-8.4.0"
46-
},
47-
{
48-
"packager": "esp32",
49-
"name": "xtensa-esp32s2-elf-gcc",
50-
"version": "esp-2021r2-patch5-8.4.0"
51-
},
5230
{
5331
"packager": "esp32",
5432
"name": "xtensa-esp32s3-elf-gcc",
@@ -59,16 +37,6 @@
5937
"name": "xtensa-esp-elf-gdb",
6038
"version": "11.2_20220823"
6139
},
62-
{
63-
"packager": "esp32",
64-
"name": "riscv32-esp-elf-gcc",
65-
"version": "esp-2021r2-patch5-8.4.0"
66-
},
67-
{
68-
"packager": "esp32",
69-
"name": "riscv32-esp-elf-gdb",
70-
"version": "11.2_20220823"
71-
},
7240
{
7341
"packager": "esp32",
7442
"name": "openocd-esp32",
@@ -97,6 +65,17 @@
9765
]
9866
}
9967
],
68+
"tools": []
69+
},
70+
{
71+
"name": "esp32",
72+
"maintainer": "Espressif Systems",
73+
"websiteURL": "https://github.com/espressif/arduino-esp32",
74+
"email": "hristo@espressif.com",
75+
"help": {
76+
"online": "http://esp32.com"
77+
},
78+
"platforms": [],
10079
"tools": [
10180
{
10281
"name": "xtensa-esp32-elf-gcc",

‎tools/sdk/esp32/.skip.esp32s3

Copy file name to clipboardExpand all lines: tools/sdk/esp32/.skip.esp32s3
Whitespace-only changes.

‎tools/sdk/esp32c3/.skip.esp32s3

Copy file name to clipboardExpand all lines: tools/sdk/esp32c3/.skip.esp32s3
Whitespace-only changes.

‎tools/sdk/esp32s2/.skip.esp32s3

Copy file name to clipboardExpand all lines: tools/sdk/esp32s2/.skip.esp32s3
Whitespace-only changes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.