[qemu][cortex-m4] Support qemu-m4 target.

This commit is contained in:
Gurjant Kalsi
2015-12-02 18:34:20 -08:00
parent d31bd3d5ef
commit 12415e2b24
8 changed files with 177 additions and 0 deletions

View 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