summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-06-09 18:28:02 -0700
committerScott Shawcroft <scott@tannewt.org>2020-06-24 12:47:58 -0700
commita26102607e3fe5b6f888fcd246e20ac82a70af7b (patch)
tree44d21baadc293eeff0a3cc386b96235de4cc090d /Makefile
parent6f050d7af368afb3eb45ac34533727794fa66c58 (diff)
Add UART support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 55f64b17d..0df195093 100644
--- a/Makefile
+++ b/Makefile
@@ -243,3 +243,12 @@ stubs:
update-frozen-libraries:
@echo "Updating all frozen libraries to latest tagged version."
cd frozen; for library in *; do cd $$library; ../../tools/git-checkout-latest-tag.sh; cd ..; done
+
+one-of-each: all-source
+ make -C ports/atmel-samd BOARD=trinket_m0
+ make -C ports/atmel-samd BOARD=feather_m4_express
+ make -C ports/esp32s2 BOARD=espressif_saola_1_wroom
+ make -C ports/litex BOARD=fomu
+ make -C ports/mimxrt10xx BOARD=feather_mimxrt1011
+ make -C ports/nrf BOARD=feather_nrf52840_express
+ make -C ports/stm BOARD=feather_stm32f405_express