Updating run script
This commit is contained in:
parent
0dfdc5808a
commit
55c211631b
|
@ -1,3 +1,2 @@
|
||||||
/target
|
/target
|
||||||
docs/_site/
|
docs/_site/
|
||||||
**/*.pyc
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ set -eux
|
||||||
# Set up python for testing
|
# Set up python for testing
|
||||||
python3 -m venv --system-site-packages py
|
python3 -m venv --system-site-packages py
|
||||||
. py/bin/activate
|
. py/bin/activate
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install miniconf-py/
|
||||||
|
|
||||||
cargo flash --chip STM32H743ZITx --elf target/thumbv7em-none-eabihf/release/dual-iir
|
cargo flash --chip STM32H743ZITx --elf target/thumbv7em-none-eabihf/release/dual-iir
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
gmqtt
|
|
Loading…
Reference in New Issue