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: Fix typo causing broken gpio mappings
Kevin O'Connor
2021-08-15
1
-2
/
+2
*
avr: Define PORTE on atmega328p
Kevin O'Connor
2021-08-14
1
-0
/
+6
*
avr: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-0
/
+18
*
pins: Add support for pull down resistors
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
avr: Split gpio.c into gpio.c, adc.c, hard_pwm.c, and spi.c
Kevin O'Connor
2018-11-20
1
-390
/
+4
*
avr: Add initial support for atmega32u4 chips
Kevin O'Connor
2018-11-20
1
-2
/
+12
*
avr: Add support for atmega328p
Kevin O'Connor
2018-10-29
1
-3
/
+3
*
avr: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
1
-12
/
+24
*
avr: Configure spi transfer in spi_prepare()
Kevin O'Connor
2018-07-11
1
-4
/
+4
*
SPI: introduce spi_prepare function
Grigori Goronzy
2018-07-08
1
-0
/
+4
*
avr: Don't set SS high on spi_init()
Kevin O'Connor
2018-06-27
1
-1
/
+3
*
stepper: Introduce and use gpio_out_toggle_noirq()
Kevin O'Connor
2018-05-15
1
-1
/
+7
*
spicmds: Rework SPI message transmission
Kevin O'Connor
2018-05-07
1
-11
/
+85
*
avr: Explicitly set ADCSRA on each conversion start
Kevin O'Connor
2018-04-25
1
-7
/
+10
*
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