Commit Graph

3 Commits

Author SHA1 Message Date
4963e04a83 Reindent files using spaces 2021-05-07 12:44:48 -06:00
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
044584e96e Add i2c capability for AVR 2019-10-01 14:20:35 -06:00