add stm32 dev template
This commit is contained in:
parent
5340e71dd1
commit
93c8d40a98
8 changed files with 322 additions and 0 deletions
6
templates/dev/stm32-blink/build.sh
Executable file
6
templates/dev/stm32-blink/build.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
make clean
|
||||
mkdir -p build
|
||||
bear -- make
|
||||
Loading…
Add table
Add a link
Reference in a new issue