Skip to content

Commit

Permalink
on-release: remove files unrelated to Nano ESP32
Browse files Browse the repository at this point in the history
- RISCV toolchain
- examples
- libraries
- SDK files
  • Loading branch information
pillo79 committed Sep 15, 2023
1 parent 5aff26d commit 18f0f05
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 33 deletions.
1 change: 1 addition & 0 deletions .github/scripts/on-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ cp -f $GITHUB_WORKSPACE/tools/platformio-build*.py "$PKG_DIR/tools/"
echo "Cleaning up folders ..."
find "$PKG_DIR" -name '*.DS_Store' -exec rm -f {} \;
find "$PKG_DIR" -name '*.git*' -type f -delete
find "$PKG_DIR" -name '.skip.esp32s3' -type f -exec bash -c 'echo rm -rf $(dirname "{}")' \; | tac | /bin/bash

# Replace tools locations in platform.txt
echo "Generating platform.txt..."
Expand Down
Empty file.
Empty file.
Empty file.
34 changes: 1 addition & 33 deletions package/package_esp32_index.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"platforms": [
{
"name": "esp32",
"name": "Arduino ESP32 Boards",
"architecture": "esp32",
"version": "",
"category": "ESP32",
Expand All @@ -22,33 +22,11 @@
"online": ""
},
"boards": [
{
"name": "ESP32 Dev Board"
},
{
"name": "ESP32-S2 Dev Board"
},
{
"name": "ESP32-S3 Dev Board"
},
{
"name": "ESP32-C3 Dev Board"
},
{
"name": "Arduino Nano ESP32"
}
],
"toolsDependencies": [
{
"packager": "esp32",
"name": "xtensa-esp32-elf-gcc",
"version": "esp-2021r2-patch5-8.4.0"
},
{
"packager": "esp32",
"name": "xtensa-esp32s2-elf-gcc",
"version": "esp-2021r2-patch5-8.4.0"
},
{
"packager": "esp32",
"name": "xtensa-esp32s3-elf-gcc",
Expand All @@ -59,16 +37,6 @@
"name": "xtensa-esp-elf-gdb",
"version": "11.2_20220823"
},
{
"packager": "esp32",
"name": "riscv32-esp-elf-gcc",
"version": "esp-2021r2-patch5-8.4.0"
},
{
"packager": "esp32",
"name": "riscv32-esp-elf-gdb",
"version": "11.2_20220823"
},
{
"packager": "esp32",
"name": "openocd-esp32",
Expand Down
Empty file added tools/sdk/esp32/.skip.esp32s3
Empty file.
Empty file added tools/sdk/esp32c3/.skip.esp32s3
Empty file.
Empty file added tools/sdk/esp32s2/.skip.esp32s3
Empty file.

0 comments on commit 18f0f05

Please sign in to comment.