Skip to content

Commit

Permalink
Merge pull request #1128 from veremenko-y/pico-uf2-build
Browse files Browse the repository at this point in the history
pico: added lost command to build uf2 filesystem
  • Loading branch information
EtchedPixels authored Dec 26, 2024
2 parents 0dfc4c6 + c0390be commit e0e5330
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Applications/util/Makefile.generic
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ SRCS = \
free.c \
fsck.c \
fsck-fuzix.c \
gpiotool.c \
gptparse.c \
grep.c \
id.c \
Expand Down
1 change: 1 addition & 0 deletions Kernel/platform/platform-rpipico/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ build/Makefile: CMakeLists.txt $(wildcard ../../*.[chS]) $(wildcard ../../*/*.[c
image:: world
./update-flash.sh
../../../Standalone/mkftl -s 1952 -e 0x1000 -g 10 filesystem.img -o filesystem.ftl
${PICOTOOL} uf2 convert --verbose filesystem.ftl -t bin filesystem.uf2 -o 0x10018000 --family ${FSFAMILY}

diskimage:

Expand Down
4 changes: 2 additions & 2 deletions Library/libs/Makefile.armm0
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ SRC_C += listen.c localtim.c localtim_r.c lseek.c lsearch.c lstat.c ltoa.c ltost
SRC_C += malloc.c mkfifo.c mkstemps.c mntent.c nanosleep.c
SRC_C += opendir.c opendir_r.c pause.c perror.c
SRC_C += popen.c printf.c putenv.c putchar.c putpwent.c putw.c pwent.c qsort.c
SRC_C += raise.c rand.c readdir.c readlink.c realloc.c regerror.c
SRC_C += raise.c rand.c readdir.c readlink.c realloc.c recvfrom.c regerror.c
SRC_C += regsub.c remount.c remove.c rewind.c rewinddir.c rindex.c rootmntent.c
SRC_C += seekdir.c setbuffer.c setenv.c
SRC_C += seekdir.c sendto.c setbuffer.c setenv.c
SRC_C += setlocale.c setvbuf.c settimeofday.c sgetl.c sigdisp.c
SRC_C += sleep.c socket.c sprintf.c
SRC_C += sputl.c stat.c statvfs.c stdio0.c stime.c
Expand Down

0 comments on commit e0e5330

Please sign in to comment.