Commit Graph

14 Commits

Author SHA1 Message Date
5fd9df0ed0 Add SPDX license identifiers
Add license information to files. Mostly automated with:

    find src/ -name '*.[c,h]' | xargs sed -i '1s,^,// SPDX-License-Identifier: GPL-3.0-only\n\n,'
    find src/ -name '*.mk' | xargs sed -i '1s,^,# SPDX-License-Identifier: GPL-3.0-only\n\n,'
2020-09-17 09:17:08 -06:00
6672befb31 Update AVR I2C functions 2020-01-16 14:37:39 -07:00
0a07213412 Implement ISP programmer firmware 2020-01-02 15:46:33 -07:00
97502b61b0 Update avr i2c to match new common i2c library 2019-11-13 19:26:04 -07:00
890d8e9968 Move i2c support to common 2019-11-13 14:33:04 -07:00
73cd5f1cdf Add i2c slave support to arduino firmware 2019-11-11 09:35:56 -07:00
badc84d99b Use Werror for avr architecture 2019-11-11 09:35:11 -07:00
044584e96e Add i2c capability for AVR 2019-10-01 14:20:35 -06:00
01bae12644 Add AVR GPIO 2019-09-29 21:47:37 -06:00
e3aa21cae4 Add Arduino Micro and Arduino Uno 2019-09-29 21:20:03 -06:00
abd457ba73 Fix building AVR hex files 2019-09-29 21:19:32 -06:00
ded5181926 Organize into arch, board, and ec modules 2019-09-29 20:13:03 -06:00
9d056547e6 Add includes from each directory 2019-09-29 20:09:42 -06:00
b04352cb63 Reorganize to allow compiling and running AVR firmware 2019-09-29 17:13:31 -06:00