264f8f604a
process uses direct downloads. Might be better to move to distribution Arduino install + arduino-cli to install board support in future.
10 lines
236 B
Bash
Executable file
10 lines
236 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
pushd $SCRIPTS_DIR/..
|
|
|
|
source $SCRIPTS_DIR/bootstrap/chipkit.sh
|
|
source $SCRIPTS_DIR/bootstrap/arduino.sh
|
|
source $SCRIPTS_DIR/bootstrap/samd.sh
|