add hid_test.py for testing #58

add feather nrf52840 express to supported board
This commit is contained in:
hathach
2019-05-02 18:10:06 +07:00
parent a9ef8c9e9d
commit 6446b02ae7
6 changed files with 277 additions and 1 deletions

View File

@@ -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: