diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-06-09 18:28:02 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-06-24 12:47:58 -0700 |
| commit | a26102607e3fe5b6f888fcd246e20ac82a70af7b (patch) | |
| tree | 44d21baadc293eeff0a3cc386b96235de4cc090d /Makefile | |
| parent | 6f050d7af368afb3eb45ac34533727794fa66c58 (diff) | |
Add UART support
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
