diff options
author | Daniel Esteban <[email protected]> | 2022-07-02 11:24:33 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-07-06 22:23:47 +0200 |
commit | b112477e9523603c7534626b0e00a2f59974ac52 (patch) | |
tree | 123ea79077f6de26121abe8a7e02ce8fe4eb3137 /Makefile | |
parent | 2fa24ef752c6a5aacc96dd7f8e317e49cf0302f1 (diff) | |
download | tinygo-b112477e9523603c7534626b0e00a2f59974ac52.tar.gz tinygo-b112477e9523603c7534626b0e00a2f59974ac52.zip |
Initial support for XIAO RP2040
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -567,6 +567,8 @@ endif @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=thingplus-rp2040 examples/blinky1 @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=xiao-rp2040 examples/blinky1 + @$(MD5SUM) test.hex # test pwm $(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm @$(MD5SUM) test.hex |