diff --git a/arduino_dependencies/Arduino_STM32 b/arduino_dependencies/Arduino_STM32 new file mode 160000 index 0000000..69c82db --- /dev/null +++ b/arduino_dependencies/Arduino_STM32 @@ -0,0 +1 @@ +Subproject commit 69c82db069442c4c9864aa2c4a33d1e8a927f9ae diff --git a/arduino_dependencies/Ethernet b/arduino_dependencies/Ethernet new file mode 160000 index 0000000..66ac107 --- /dev/null +++ b/arduino_dependencies/Ethernet @@ -0,0 +1 @@ +Subproject commit 66ac107960c8327f1f09c84d68cdf23271919e87 diff --git a/arduino_dependencies/FastLED b/arduino_dependencies/FastLED new file mode 160000 index 0000000..8bea714 --- /dev/null +++ b/arduino_dependencies/FastLED @@ -0,0 +1 @@ +Subproject commit 8bea7143bdd3735ffcf66a665144346291592a24 diff --git a/flash.jlink b/flash.jlink new file mode 100644 index 0000000..163a589 --- /dev/null +++ b/flash.jlink @@ -0,0 +1,4 @@ +loadbin /var/folders/k3/0w761fqx31ndqfbj31cpbrqr0000gn/T/arduino_build_505593/firmware.ino.bin, 0x0 +r +g +q diff --git a/flash.sh b/flash.sh new file mode 100755 index 0000000..dde1789 --- /dev/null +++ b/flash.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +echo Attempting to flash image + +JLinkExe -device stm32f103c8 -speed 1000 -if swd -autoconnect 1 -CommanderScript flash.jlink