arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

commit 4e88bc0a61bfb83f56ad7d3ac02e2d7bc5aee5cd
parent b2e01e1ed0f6d530c80b6f24426ea57c39c703c2
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 15 Jan 2018 19:57:19 +0100

Add path to decode.blend

Diffstat:
Msdk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sdk b/sdk @@ -86,6 +86,7 @@ load() { blend_map=( "dowse" "https://github.com/dyne/dowse/raw/master/ops/dowse.blend" + "decode" "../decode.blend" ) boardlib="${board_map[$dev]}"