Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avr: Add enumerations for the atmega168/328 analog only pins | Kevin O'Connor | 2019-03-31 | 1 | -0/+5 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | command: Always pass a string to the DECL_CONSTANT() macro | Kevin O'Connor | 2019-03-17 | 1 | -1/+1 |
| | | | | | | | | Make it clear that the name of the constant being defined is a string. When the value being defined is also a string, use a new DECL_CONSTANT_STR() macro. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | avr: Split gpio.c into gpio.c, adc.c, hard_pwm.c, and spi.c | Kevin O'Connor | 2018-11-20 | 1 | -0/+117 |
Split up gpio.c into multiple files in an effort to make the code a little more understandable. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |