Improvements to fastbuild scripts

pull/7/head
Peter Hinch 2016-11-27 13:53:43 +00:00
rodzic 88bb36a1a1
commit fca404821b
2 zmienionych plików z 0 dodań i 12 usunięć

Wyświetl plik

@ -1,6 +0,0 @@
#! /bin/bash
# PYB V1.1 build script for 4/8 Core i7 and frozen bytecode
# Run from micropython/stmhal
# edit location of pyb_boot
make BOARD=PYBV10 clean && make -j 8 BOARD=PYBV10 FROZEN_MPY_DIR=scripts && /mnt/qnap2/Scripts/pyb_boot && make BOARD=PYBV10 deploy

Wyświetl plik

@ -1,6 +0,0 @@
#! /bin/bash
# PYB V1.1 build script for 4/8 Core i7 and frozen bytecode
# Run from micropython/stmhal
# edit location of pyb_boot
make BOARD=PYBV11 clean && make -j 8 BOARD=PYBV11 FROZEN_MPY_DIR=scripts && /mnt/qnap2/Scripts/pyb_boot && make BOARD=PYBV11 deploy