Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #40 from arntsonl/0.5.0-releasecandidate
Browse files Browse the repository at this point in the history
0.5.0 releasecandidate
  • Loading branch information
arntsonl authored Aug 12, 2022
2 parents 2497849 + 2c6b138 commit e401833
Show file tree
Hide file tree
Showing 41 changed files with 58 additions and 755 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,5 @@ jobs:
pio platform install https://github.com/arntsonl/wizio-pico
- name: Run PlatformIO
run: |
# pio run -e osfrd
# mv .pio/build/osfrd/APPLICATION.uf2 .pio/build/osfrd/GP2040-OSFRD.uf2
# pio run -e crush-counter-1.5
# mv .pio/build/crush-counter-1.5/APPLICATION.uf2 .pio/build/crush-counter-1.5/GP2040-CrushCounter-15.uf2
# pio run -e crush-counter-2.0
# mv .pio/build/crush-counter-2.0/APPLICATION.uf2 .pio/build/crush-counter-2.0/GP2040-CrushCounter-20.uf2
pio run -e raspberry-pi-pico
mv .pio/build/raspberry-pi-pico/APPLICATION.uf2 .pio/build/raspberry-pi-pico/GP2040-RaspberryPiPico.uf2
# pio run -e pico-fighting-board
# mv .pio/build/pico-fighting-board/APPLICATION.uf2 .pio/build/pico-fighting-board/GP2040-PicoFightingBoard.uf2
# pio run -e dural
# mv .pio/build/dural/APPLICATION.uf2 .pio/build/dural/GP2040-DURAL.uf2
# pio run -e flatbox-rev-4
# mv .pio/build/flatbox-rev-4/APPLICATION.uf2 .pio/build/flatbox-rev-4/GP2040-FlatboxRev4.uf2
mv .pio/build/raspberry-pi-pico/APPLICATION.uf2 .pio/build/raspberry-pi-pico/GP2040-CE-RaspberryPiPico.uf2
22 changes: 2 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,11 @@ jobs:
pio platform install https://github.com/Wiz-IO/wizio-pico
- name: Run PlatformIO
run: |
pio run -e osfrd
mv .pio/build/osfrd/APPLICATION.uf2 .pio/build/osfrd/GP2040-OSFRD_${{ steps.tagName.outputs.tag }}.uf2
pio run -e crush-counter-1.5
mv .pio/build/crush-counter-1.5/APPLICATION.uf2 .pio/build/crush-counter-1.5/GP2040-CrushCounter-15_${{ steps.tagName.outputs.tag }}.uf2
pio run -e crush-counter-2.0
mv .pio/build/crush-counter-2.0/APPLICATION.uf2 .pio/build/crush-counter-2.0/GP2040-CrushCounter-20_${{ steps.tagName.outputs.tag }}.uf2
pio run -e raspberry-pi-pico
mv .pio/build/raspberry-pi-pico/APPLICATION.uf2 .pio/build/raspberry-pi-pico/GP2040-RaspberryPiPico_${{ steps.tagName.outputs.tag }}.uf2
pio run -e pico-fighting-board
mv .pio/build/pico-fighting-board/APPLICATION.uf2 .pio/build/pico-fighting-board/GP2040-PicoFightingBoard_${{ steps.tagName.outputs.tag }}.uf2
pio run -e dural
mv .pio/build/dural/APPLICATION.uf2 .pio/build/dural/GP2040-DURAL_${{ steps.tagName.outputs.tag }}.uf2
pio run -e flatbox-rev-4
mv .pio/build/flatbox-rev-4/APPLICATION.uf2 .pio/build/flatbox-rev-4/GP2040-FlatboxRev4_${{ steps.tagName.outputs.tag }}.uf2
mv .pio/build/raspberry-pi-pico/APPLICATION.uf2 .pio/build/raspberry-pi-pico/GP2040-CE-RaspberryPiPico_${{ steps.tagName.outputs.tag }}.uf2
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
.pio/build/osfrd/GP2040-OSFRD_${{ steps.tagName.outputs.tag }}.uf2
.pio/build/crush-counter-1.5/GP2040-CrushCounter-15_${{ steps.tagName.outputs.tag }}.uf2
.pio/build/crush-counter-2.0/GP2040-CrushCounter-20_${{ steps.tagName.outputs.tag }}.uf2
.pio/build/raspberry-pi-pico/GP2040-RaspberryPiPico_${{ steps.tagName.outputs.tag }}.uf2
.pio/build/pico-fighting-board/GP2040-PicoFightingBoard_${{ steps.tagName.outputs.tag }}.uf2
.pio/build/dural/GP2040-DURAL_${{ steps.tagName.outputs.tag }}.uf2
.pio/build/flatbox-rev-4/GP2040-FlatboxRev4_${{ steps.tagName.outputs.tag }}.uf2
.pio/build/raspberry-pi-pico/GP2040-CE-RaspberryPiPico_${{ steps.tagName.outputs.tag }}.uf2
62 changes: 0 additions & 62 deletions configs/BentoBox/BoardConfig.h

This file was deleted.

5 changes: 0 additions & 5 deletions configs/BentoBox/env.ini

This file was deleted.

61 changes: 0 additions & 61 deletions configs/CrushCounter/1.5/BoardConfig.h

This file was deleted.

67 changes: 0 additions & 67 deletions configs/CrushCounter/2.0/BoardConfig.h

This file was deleted.

60 changes: 0 additions & 60 deletions configs/CrushCounter/OSFRD/BoardConfig.h

This file was deleted.

25 changes: 0 additions & 25 deletions configs/CrushCounter/env.ini

This file was deleted.

36 changes: 0 additions & 36 deletions configs/DURAL/BoardConfig.h

This file was deleted.

5 changes: 0 additions & 5 deletions configs/DURAL/README.md

This file was deleted.

Binary file removed configs/DURAL/assets/DURAL.jpg
Binary file not shown.
6 changes: 0 additions & 6 deletions configs/DURAL/env.ini

This file was deleted.

Loading

0 comments on commit e401833

Please sign in to comment.