index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
avr
/
gpio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avr: Add at90usb646 support
Douglas Hammond
2018-02-25
1
-3
/
+3
*
avr: Round hardware pwm clock ticks to nearest divisor
Kevin O'Connor
2018-01-29
1
-12
/
+12
*
avr: Clear the ADCSRA/ADCSRB registers on ADC init
Kevin O'Connor
2018-01-07
1
-2
/
+2
*
avr: Add support for atmega1284p
Kevin O'Connor
2017-10-05
1
-3
/
+8
*
avr: Add support for atmega328 chip
Kevin O'Connor
2017-05-28
1
-3
/
+3
*
pwmcmds: Export the maximum PWM value
Kevin O'Connor
2017-05-15
1
-0
/
+2
*
gpio: Fix off-by-one in declaration of ADC_MAX
Kevin O'Connor
2017-05-15
1
-1
/
+1
*
avr: Rework adc and pwm pin search to be more clear
Kevin O'Connor
2017-04-11
1
-59
/
+65
*
avr: Move code around in gpio.c
Kevin O'Connor
2017-04-11
1
-102
/
+110
*
avr: Fix irqstatus_t typo in gpio_pwm_setup
Kevin O'Connor
2017-04-11
1
-1
/
+1
*
mcu: Obtain the maximum adc value from the firmware
Kevin O'Connor
2016-12-23
1
-0
/
+2
*
gpio: Merge gpio_adc_sample_time() into gpio_adc_sample()
Kevin O'Connor
2016-11-02
1
-17
/
+17
*
irq: Allow boards to define the return type of irq_save()
Kevin O'Connor
2016-06-13
1
-6
/
+6
*
gpio: Fix off-by-one bug in check for the maximum gpio port
Kevin O'Connor
2016-06-13
1
-2
/
+2
*
avr: Separate out gpio pwm pin definitions from pwm register definitions
Kevin O'Connor
2016-06-05
1
-41
/
+44
*
avr: Eliminate gpio_adc_info struct in gpio adc pin definitions
Kevin O'Connor
2016-06-05
1
-17
/
+12
*
avr: Define timer1 timers and prevent their use as PWM at runtime
Kevin O'Connor
2016-06-05
1
-10
/
+12
*
avr: Initial support for Atmel AT90USB1286 mcu
Kevin O'Connor
2016-06-05
1
-2
/
+19
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+337