summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-04-21 13:16:41 +0000
committerDamien George <damien.p.george@gmail.com>2015-04-21 13:16:41 +0000
commit23a2b11abf22d434be17cfce1c491fca0e9c58f2 (patch)
treea8f61712f27ed035c68ec80119630d64d4010fd3
parent43d56f9ba93b2f3a889f024b250f39335cf18bb7 (diff)
downloadmicropython-23a2b11abf22d434be17cfce1c491fca0e9c58f2.tar.gz
micropython-23a2b11abf22d434be17cfce1c491fca0e9c58f2.zip
tools: Add STM32F4DISC and ESPRUINO_PICO to stmhal build script.
-rwxr-xr-xtools/build-stm-latest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build-stm-latest.sh b/tools/build-stm-latest.sh
index e80df648fb..07cb168daa 100755
--- a/tools/build-stm-latest.sh
+++ b/tools/build-stm-latest.sh
@@ -38,3 +38,5 @@ do_build pybv3 PYBV3
do_build pybv3-network PYBV3 MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
do_build pybv10 PYBV10
do_build pybv10-network PYBV10 MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
+do_build stm32f4disc STM32F4DISC
+do_build espruino-pico ESPRUINO_PICO