File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ smoketest-tinygo:
4242 @md5sum test.hex
4343 $(TINYGO ) build -o test.uf2 -size=short -target=nano-rp2040 ./examples/advertisement
4444 @md5sum test.hex
45+ $(TINYGO ) build -o test.uf2 -size=short -target=feather-m4 -tags=" ninafw ninafw_featherwing_init" ./examples/advertisement
46+ @md5sum test.hex
47+ $(TINYGO ) build -o test.uf2 -size=short -target=pybadge ./examples/advertisement
48+ @md5sum test.hex
4549
4650smoketest-linux :
4751 # Test on Linux.
Original file line number Diff line number Diff line change 88
99func init () {
1010 AdapterConfig = NINAConfig {
11- UART : machine .NINA_UART ,
11+ UART : machine .UART_NINA ,
1212 CS : machine .NINA_CS ,
1313 ACK : machine .NINA_ACK ,
1414 GPIO0 : machine .NINA_GPIO0 ,
You can’t perform that action at this time.
0 commit comments