8000 on-release: remove files unrelated to Nano ESP32 · mikrocoder/arduino-esp32@18f0f05 · GitHub
[go: up one dir, main page]

Skip to content

Commit 18f0f05

Browse files
committed
on-release: remove files unrelated to Nano ESP32
- RISCV toolchain - examples - libraries - SDK files
1 parent 5aff26d commit 18f0f05

File tree

8 files changed

+2
-33
lines changed
  • esp32s2
  • 8 files changed

    +2
    -33
    lines changed

    .github/scripts/on-release.sh

    Lines 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

    Whitespace-only changes.

    libraries/Ethernet/.skip.esp32s3

    Whitespace-only changes.

    libraries/RainMaker/.skip.esp32s3

    Whitespace-only changes.

    package/package_esp32_index.template.json

    Lines changed: 1 addition & 33 deletions
    Original file line numberDiff line numberDiff line change
    @@ -10,7 +10,7 @@
    1010
    },
    1111
    "platforms": [
    1212
    {
    13-
    "name": "esp32",
    13+
    "name": "Arduino ESP32 Boards",
    1414
    "architecture": "esp32",
    1515
    "version": "",
    1616
    "category": "ESP32",
    @@ -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",

    tools/sdk/esp32/.skip.esp32s3

    Whitespace-only changes.

    tools/sdk/esp32c3/.skip.esp32s3

    Whitespace-only changes.

    tools/sdk/esp32s2/.skip.esp32s3

    Whitespace-only changes.

    0 commit comments

    Comments
     (0)
    0