kopia lustrzana https://github.com/peterhinch/micropython-samples
Improvements to fastbuild scripts
rodzic
88bb36a1a1
commit
fca404821b
|
@ -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
|
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Ładowanie…
Reference in New Issue