mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-18 05:33:58 +00:00
Makefile: remove AVR=0 flag
Now that we don't rely on external tools anymore, this isn't necessary anymore.
This commit is contained in:
committed by
Ron Evans
parent
5cc21329a6
commit
1eb7072162
@@ -169,12 +169,10 @@ smoke-test:
|
|||||||
@md5sum ./build/test.bin
|
@md5sum ./build/test.bin
|
||||||
tinygo build -size short -o ./build/test.hex -target=feather-nrf52840 ./examples/is31fl3731/main.go
|
tinygo build -size short -o ./build/test.hex -target=feather-nrf52840 ./examples/is31fl3731/main.go
|
||||||
@md5sum ./build/test.hex
|
@md5sum ./build/test.hex
|
||||||
ifneq ($(AVR), 0)
|
|
||||||
tinygo build -size short -o ./build/test.hex -target=arduino ./examples/ws2812
|
tinygo build -size short -o ./build/test.hex -target=arduino ./examples/ws2812
|
||||||
@md5sum ./build/test.hex
|
@md5sum ./build/test.hex
|
||||||
tinygo build -size short -o ./build/test.hex -target=digispark ./examples/ws2812
|
tinygo build -size short -o ./build/test.hex -target=digispark ./examples/ws2812
|
||||||
@md5sum ./build/test.hex
|
@md5sum ./build/test.hex
|
||||||
endif
|
|
||||||
tinygo build -size short -o ./build/test.hex -target=trinket-m0 ./examples/bme280/main.go
|
tinygo build -size short -o ./build/test.hex -target=trinket-m0 ./examples/bme280/main.go
|
||||||
@md5sum ./build/test.hex
|
@md5sum ./build/test.hex
|
||||||
tinygo build -size short -o ./build/test.hex -target=circuitplay-express ./examples/microphone/main.go
|
tinygo build -size short -o ./build/test.hex -target=circuitplay-express ./examples/microphone/main.go
|
||||||
|
|||||||
Reference in New Issue
Block a user