mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 08:34:42 +08:00
9 lines
161 B
Bash
Executable File
9 lines
161 B
Bash
Executable File
set -x
|
|
TOP_DIR=${PWD}
|
|
git clone https://github.com/STMicroelectronics/STM32CubeF1.git vendor
|
|
cd vendor
|
|
git submodule update --init --recursive
|
|
cd ..
|
|
# make
|
|
make
|