aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-06-25 15:34:44 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-06-26 01:04:41 +0200
commit67cc18c9ed357d4ba290d62e2f2836601a19ca2b (patch)
treea951bdb27be326deb01189aab1d4a5753fdc27b9 /README
parentd36536e3743f5868f39908762bdab728802232b3 (diff)
Add ArduinoCore-avr as a submodule.
Unfortunately, as of 2019-06-25 the version found in Debian sid is too old (cf. #780706, #925578, #927329), so for now we add ArduinoCore-avr as a submodule. This avoids manually downloading the entire IDE from https://www.arduino.cc .
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 25e0ee7..e8fda53 100644
--- a/README
+++ b/README
@@ -19,13 +19,13 @@ On Debian systems, the following packages are required:
Running `apt install arduino-mk` should pull in all required
dependencies. Moreover Arduino 1.6.7 or newer is required.
Unfortunately, as of 2019-06-25 the version found in Debian sid is too
-Unfortunately, as of 2019-06-25 the version found in Debian sid is too
-old (cf. #780706, #925578, #927329). Dowload a recent version at
-https://www.arduino.cc and it unpack to /usr/local/arduino.
+old (cf. #780706, #925578, #927329), so for now we add ArduinoCore-avr
+as a submodule.
Initialize (or update) submodules:
~$ git submodule update --init \
+ lib/hardware/arduino/avr \
lib/hardware/keyboardio
~$ git -C lib/hardware/keyboardio submodule update --init --recursive \