Skip to content

Commit

Permalink
Remove WiFi examples from Badger 2040 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Mar 9, 2023
1 parent e3ee63f commit 7032a6f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
shell: bash
run: |
python3 -m pip install littlefs-python
./dir2uf2/dir2uf2 --fs-start ${{matrix.dir2uf2_fs_start}} --fs-size ${{matrix.dir2uf2_fs_size}} --append-to micropython/ports/rp2/build/${{env.RELEASE_FILE}} --manifest ${{env.BADGER_OS_DIR}}/uf2-manifest.txt --filename with-badger-os.uf2 ${{env.BADGER_OS_DIR}}/
./dir2uf2/dir2uf2 --fs-start ${{matrix.dir2uf2_fs_start}} --fs-size ${{matrix.dir2uf2_fs_size}} --append-to micropython/ports/rp2/build/${{env.RELEASE_FILE}} --manifest ${{env.BOARD_DIR}}/uf2-manifest.txt --filename with-badger-os.uf2 ${{env.BADGER_OS_DIR}}/
- name: Store .uf2 as artifact
uses: actions/upload-artifact@v3
Expand Down
18 changes: 18 additions & 0 deletions firmware/PIMORONI_BADGER2040/uf2-manifest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
launcher.py
main.py
examples/*.jpg
examples/badge.py
examples/clock.py
examples/ebook.py
examples/fonts.py
examples/help.py
examples/image.py
examples/info.py
examples/list.py
examples/qrgen.py
images/*.jpg
images/*.txt
badges/*.txt
badges/*.jpg
books/*.txt
icons/*.jpg
File renamed without changes.

0 comments on commit 7032a6f

Please sign in to comment.