summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-05-15 12:58:59 +0700
committerhathach <[email protected]>2019-05-15 12:58:59 +0700
commit352a02c305eb9337881af8070a183d0baf0c80fe (patch)
tree1b2b5a3f0e3a5d6cd1daf338cbfbb847de0a2330
parent8ccecde18e9cf10397ce483fa14564f859686bde (diff)
add lpc1769 to travis device example build
-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 606ed0a69..6fdaebaf0 100644
--- a/tools/build_all.py
+++ b/tools/build_all.py
@@ -13,7 +13,7 @@ fail_count = 0
exit_status = 0
all_device_example = ["cdc_msc_hid", "msc_dual_lun", "hid_generic_inout"]
-all_boards = ["metro_m0_express", "metro_m4_express", "pca10056", "feather_nrf52840_express", "stm32f407g_disc1", "lpcxpresso11u68", "lpcxpresso1347"]
+all_boards = ["metro_m0_express", "metro_m4_express", "pca10056", "feather_nrf52840_express", "stm32f407g_disc1", "lpcxpresso11u68", "lpcxpresso1347", "lpcxpresso1769"]
def build_example(example, board):
subprocess.run("make -C examples/device/{} BOARD={} clean".format(example, board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)