[qemu][cortex-m4] Support qemu-m4 target.
This commit is contained in:
8
scripts/toolpaths.default
Normal file
8
scripts/toolpaths.default
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
LOCAL_TOOLPATH="$DIR/toolpaths.local"
|
||||
if [ -e "$LOCAL_TOOLPATH" ]
|
||||
then
|
||||
source $LOCAL_TOOLPATH
|
||||
fi
|
||||
Reference in New Issue
Block a user