ardix/.gitmodules
fef 60f1ebea8a
arch: use CMSIS after all
It was inevitable, tbh.  I really wanted to do
everything entirely from scratch, but all those
hardware registers are just too much to be
maintained by a single person.  And since i plan
on supporting different boards at some point in
the future, it would be complete madness to redo
everything for that board.
2021-08-07 14:30:09 +02:00

6 lines
231 B
Text

[submodule "contrib/arduino-cmsis"]
path = contrib/arduino-cmsis
url = https://github.com/arduino/ArduinoModule-CMSIS-Atmel.git
[submodule "contrib/cmsis"]
path = contrib/cmsis
url = https://github.com/ARM-software/CMSIS_5.git