update helper scripts
This commit is contained in:
@ -1,2 +1,10 @@
|
||||
#!/bin/bash
|
||||
if [ ! -d bsp_stm32h7_freertos ]; then
|
||||
echo "This script should be sourced inside the example repository"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
export PATH="$(pwd)/xpacks/.bin":$PATH
|
||||
export PATH="$(pwd)/cmake/scripts:$PATH"
|
||||
|
||||
export REPO_ROOT="$(pwd)"
|
||||
|
Reference in New Issue
Block a user