update helper scripts

This commit is contained in:
2022-05-22 16:43:47 +02:00
parent 6caf6ea36c
commit 12c5ee0625
3 changed files with 29 additions and 12 deletions

View File

@ -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)"