diff options
author | Kenneth Bell <[email protected]> | 2023-10-20 11:47:05 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-10-27 13:25:32 +0200 |
commit | 9fb5a5b9a480c1fa407748b7defd8249ae94d537 (patch) | |
tree | b00b38d4344ff5873323c8dfc0f338304ce96796 /GNUmakefile | |
parent | 9fd9d9c05a5c03c11c385c3d920cfb4e64016168 (diff) | |
download | tinygo-9fb5a5b9a480c1fa407748b7defd8249ae94d537.tar.gz tinygo-9fb5a5b9a480c1fa407748b7defd8249ae94d537.zip |
nrf,sam,rp2040: add machine.HardwareID function
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index aacfe4b7c..718e45807 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -506,6 +506,8 @@ smoketest: @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=feather-rp2040 examples/watchdog @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=feather-rp2040 examples/device-id + @$(MD5SUM) test.hex # test simulated boards on play.tinygo.org ifneq ($(WASM), 0) $(TINYGO) build -size short -o test.wasm -tags=arduino examples/blinky1 |