diff options
author | Ayke van Laethem <[email protected]> | 2018-09-05 11:59:24 +0200 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-09-05 12:13:33 +0200 |
commit | 93248c93edc7410f756a4499ef71820a7f594e20 (patch) | |
tree | 63f3eb6b26569fa6432de9f40db0795e2f81f6bd /.gitmodules | |
parent | 7258553528c4336186b63c6fae8fe3b8c8ee6525 (diff) | |
download | tinygo-93248c93edc7410f756a4499ef71820a7f594e20.tar.gz tinygo-93248c93edc7410f756a4499ef71820a7f594e20.zip |
avr: remove device files, use them from a subrepository
These files don't really belong in this repository. It's better to
generate them automatically from a source, like the one provided by the
avr-rust project. So a new command `make gen-device-avr` has been
provided for this purpose.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 87c3f3a93..a879dba48 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "lib/CMSIS"] path = lib/CMSIS url = https://github.com/ARM-software/CMSIS.git +[submodule "lib/avr"] + path = lib/avr + url = https://github.com/avr-rust/avr-mcu.git |