We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80c44a commit 32ae3f6Copy full SHA for 32ae3f6
Makefile
@@ -15,6 +15,8 @@ smoke-test:
15
@md5sum ./build/test.hex
16
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m4 ./examples/console/fatfs/qspi/
17
18
+ tinygo build -size short -o ./build/test.hex -target=feather-m4 ./examples/console/fatfs/sdcard/
19
+ @md5sum ./build/test.hex
20
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/console/littlefs/spi/
21
22
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m4 ./examples/console/littlefs/qspi/
0 commit comments