Skip to content

Commit

Permalink
CI: Bump littlefs-python version for LFS v2.1 support.
Browse files Browse the repository at this point in the history
Change littlefs-python from v0.4.0 to v0.9.3, bumping the
LittleFS version from 2.2.1 to 2.9.0 and adding v2.1 FS
support.

See: micropython/micropython#12731
  • Loading branch information
Gadgetoid committed Feb 22, 2024
1 parent 39ceffb commit f649dd1
Showing 1 changed file with 1 addition 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 @@ -161,7 +161,7 @@ jobs:
- name: Append Filesystem
shell: bash
run: |
python3 -m pip install littlefs-python==0.4.0
python3 -m pip install littlefs-python==0.9.3
./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
Expand Down

0 comments on commit f649dd1

Please sign in to comment.