Skip to content

Commit fedb17e

Browse files
committed
Remove unused board ports
1 parent 0c76545 commit fedb17e

File tree

647 files changed

+1
-54271
lines changed

Some content is hidden

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

647 files changed

+1
-54271
lines changed

.github/workflows/build_util.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -93,19 +93,4 @@ jobs:
9393
with:
9494
files: |
9595
tinyuf2-${{ matrix.board }}-*.zip
96-
update-tinyuf2-${{ matrix.board }}-${{ github.event.release.tag_name }}.uf2
97-
98-
- name: Upload Release Assets To AWS S3
99-
env:
100-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
101-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
102-
if: github.event_name == 'release' && inputs.port == 'espressif'
103-
run: |
104-
if [ -n \"$AWS_ACCESS_KEY_ID\" ]; then
105-
aws s3 cp tinyuf2-${{ matrix.board }}-${{ github.event.release.tag_name }}.zip s3://adafruit-circuit-python/bootloaders/esp32/${{ matrix.board }}/tinyuf2-${{ matrix.board }}-${{ github.event.release.tag_name }}.zip --no-progress --region us-east-1
106-
aws s3 cp update-tinyuf2-${{ matrix.board }}-${{ github.event.release.tag_name }}.uf2 s3://adafruit-circuit-python/bootloaders/esp32/${{ matrix.board }}/update-tinyuf2-${{ matrix.board }}-${{ github.event.release.tag_name }}.uf2 --no-progress --region us-east-1
107-
aws s3 cp combined.bin s3://adafruit-circuit-python/bootloaders/esp32/${{ matrix.board }}/tinyuf2-${{ matrix.board }}-${{ github.event.release.tag_name }}-combined.bin --no-progress --region us-east-1
108-
if [ -f combined-ota.bin ]; then
109-
aws s3 cp combined-ota.bin s3://adafruit-circuit-python/bootloaders/esp32/${{ matrix.board }}/tinyuf2-${{ matrix.board }}-${{ github.event.release.tag_name }}-combined-ota.bin --no-progress --region us-east-1
110-
fi
111-
fi
96+
update-tinyuf2-${{ matrix.board }}-${{ github.event.release.tag_name }}.uf2

ports/ch32v20x/CMakeLists.txt

Lines changed: 0 additions & 28 deletions
This file was deleted.

ports/ch32v20x/Makefile

Lines changed: 0 additions & 24 deletions
This file was deleted.

ports/ch32v20x/boards.c

Lines changed: 0 additions & 297 deletions
This file was deleted.

0 commit comments

Comments
 (0)