auto-generate Arduino example, to keep in sync

This commit is contained in:
Toby Jaffey 2025-12-11 11:05:44 +00:00
parent 7a1656ab10
commit 9ca720d35c
9 changed files with 22 additions and 980 deletions

View file

@ -5,6 +5,7 @@ all:
(cd host && make)
(cd host-mini && make)
(cd host-parallel && make)
(cd host-arduino && make)
(cd apps && make)
clean:
@ -12,6 +13,7 @@ clean:
(cd host && make clean)
(cd host-mini && make clean)
(cd host-parallel && make clean)
(cd host-arduino && make clean)
(cd apps && make clean)
test: