Skip to content

Commit 32ae3f6

Browse files
bgoulddeadprogram
authored andcommitted
adding smoke test for sdcard fatfs example
1 parent d80c44a commit 32ae3f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ smoke-test:
1515
@md5sum ./build/test.hex
1616
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m4 ./examples/console/fatfs/qspi/
1717
@md5sum ./build/test.hex
18+
tinygo build -size short -o ./build/test.hex -target=feather-m4 ./examples/console/fatfs/sdcard/
19+
@md5sum ./build/test.hex
1820
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/console/littlefs/spi/
1921
@md5sum ./build/test.hex
2022
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m4 ./examples/console/littlefs/qspi/

0 commit comments

Comments
 (0)