summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-05-02 18:10:06 +0700
committerhathach <[email protected]>2019-05-02 18:10:06 +0700
commit6446b02ae7a2f4a55c0ac43f9c87836820f06bdf (patch)
tree8cdd71dade3fe5795caf3a59088073f2aee6047d /tools
parenta9ef8c9e9da1ec02d3dcad95cfe065469b6aab77 (diff)
add hid_test.py for testing #58
add feather nrf52840 express to supported board
Diffstat (limited to 'tools')
-rw-r--r--tools/build_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_all.py b/tools/build_all.py
index 4f1bc2636..d652f1507 100644
--- a/tools/build_all.py
+++ b/tools/build_all.py
@@ -5,7 +5,7 @@ import subprocess
import time
all_device_example = ["cdc_msc_hid", "msc_dual_lun", "hid_generic_inout"]
-all_boards = ["metro_m0_express", "metro_m4_express", "pca10056", "stm32f407g_disc1"]
+all_boards = ["metro_m0_express", "metro_m4_express", "pca10056", "feather_nrf52840_express", "stm32f407g_disc1"]
for example in all_device_example:
for board in all_boards: