Skip to content

Commit f05a687

Browse files
authored
Merge pull request #1164 from veremenko-y/pico-cleanup
pico: gitignore cleanup. image build fix. recude build verbosity
2 parents 0c11361 + e0ad759 commit f05a687

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

Applications/util/Makefile.generic

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ SRCS = \
111111
xargs.c
112112

113113
SRCTC = fleamacs.c \
114+
less.c \
114115
tget.c \
115116
tchelp.c \
116117
vile.c \

Images/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*/

Kernel/platform/platform-rpipico/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build/Makefile: CMakeLists.txt $(wildcard ../../*.[chS]) $(wildcard ../../*/*.[c
3434
image:: world
3535
./update-flash.sh
3636
../../../Standalone/mkftl -s 1952 -e 0x1000 -g 10 filesystem.img -o filesystem.ftl
37-
${PICOTOOL} uf2 convert --verbose filesystem.ftl -t bin filesystem.uf2 -o 0x10018000 ${PICOTOOLFLAGS}
37+
${PICOTOOL} uf2 convert filesystem.ftl -t bin filesystem.uf2 -o 0x10018000 ${PICOTOOLFLAGS}
3838

3939
diskimage:
4040

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
picoctl
2+
picogpio

Library/tools/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
/syscall_6809
2323
/syscall_8080
2424
/syscall_8086
25+
/syscall_armm0
2526
/syscall_armm4
2627
/syscall_msp430x
2728
/syscall_riscv32

0 commit comments

Comments
 (0)