aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* mcu: Obtain the maximum adc value from the firmwareKevin O'Connor2016-12-231-0/+2
* gpio: Merge gpio_adc_sample_time() into gpio_adc_sample()Kevin O'Connor2016-11-021-17/+17
* irq: Allow boards to define the return type of irq_save()Kevin O'Connor2016-06-131-6/+6
* gpio: Fix off-by-one bug in check for the maximum gpio portKevin O'Connor2016-06-131-2/+2
* avr: Separate out gpio pwm pin definitions from pwm register definitionsKevin O'Connor2016-06-051-41/+44
* avr: Eliminate gpio_adc_info struct in gpio adc pin definitionsKevin O'Connor2016-06-051-17/+12
* avr: Define timer1 timers and prevent their use as PWM at runtimeKevin O'Connor2016-06-051-10/+12
* avr: Initial support for Atmel AT90USB1286 mcuKevin O'Connor2016-06-051-2/+19
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+337