From 7032a6ff039b496d7f6a488cd4e2848dab729ddf Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Thu, 9 Mar 2023 16:22:20 +0000 Subject: [PATCH] Remove WiFi examples from Badger 2040 build. --- .github/workflows/micropython.yml | 2 +- firmware/PIMORONI_BADGER2040/uf2-manifest.txt | 18 ++++++++++++++++++ .../PIMORONI_BADGER2040W}/uf2-manifest.txt | 0 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 firmware/PIMORONI_BADGER2040/uf2-manifest.txt rename {badger_os => firmware/PIMORONI_BADGER2040W}/uf2-manifest.txt (100%) diff --git a/.github/workflows/micropython.yml b/.github/workflows/micropython.yml index cb06245..8696b66 100644 --- a/.github/workflows/micropython.yml +++ b/.github/workflows/micropython.yml @@ -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 diff --git a/firmware/PIMORONI_BADGER2040/uf2-manifest.txt b/firmware/PIMORONI_BADGER2040/uf2-manifest.txt new file mode 100644 index 0000000..18ef4e1 --- /dev/null +++ b/firmware/PIMORONI_BADGER2040/uf2-manifest.txt @@ -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 \ No newline at end of file diff --git a/badger_os/uf2-manifest.txt b/firmware/PIMORONI_BADGER2040W/uf2-manifest.txt similarity index 100% rename from badger_os/uf2-manifest.txt rename to firmware/PIMORONI_BADGER2040W/uf2-manifest.txt