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
Commit message (
Expand
)
Author
Age
Files
Lines
*
avr: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
2
-12
/
+26
*
avr: Disable HAVE_GPIO_BITBANGING on atmega168
Kevin O'Connor
2018-08-27
1
-1
/
+1
*
Kconfig: Rename HAVE_USER_INTERFACE to HAVE_GPIO_BITBANGING
Kevin O'Connor
2018-08-27
1
-1
/
+1
*
atmega1284p: Add choice between UART0 or UART1 to Kconfig
Pascal Albert
2018-07-13
1
-1
/
+12
*
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
2
-0
/
+5
*
avr: Don't set SS high on spi_init()
Kevin O'Connor
2018-06-27
1
-1
/
+3
*
command: Add command_find_and_dispatch() helper
Kevin O'Connor
2018-05-28
1
-4
/
+2
*
command: Add a command_encode_and_frame() helper
Kevin O'Connor
2018-05-28
1
-2
/
+1
*
command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths
Kevin O'Connor
2018-05-28
2
-5
/
+4
*
stepper: Introduce and use gpio_out_toggle_noirq()
Kevin O'Connor
2018-05-15
2
-1
/
+8
*
spicmds: Rework SPI message transmission
Kevin O'Connor
2018-05-07
2
-13
/
+91
*
avr: Do not use Idle mode
Kevin O'Connor
2018-04-28
2
-9
/
+1
*
avr: Explicitly set ADCSRA on each conversion start
Kevin O'Connor
2018-04-25
1
-7
/
+10
*
avr: Clean up serial port register aliases
Kevin O'Connor
2018-04-25
2
-31
/
+38
*
serial_irq: Add new generic/serial_irq.c code
Kevin O'Connor
2018-04-20
2
-112
/
+11
*
lcd_st7920: Add micro-controller code for the ST7920 LCD chip
Kevin O'Connor
2018-03-06
1
-0
/
+1
*
avr: Add at90usb646 support
Douglas Hammond
2018-02-25
2
-5
/
+9
*
avr: Round hardware pwm clock ticks to nearest divisor
Kevin O'Connor
2018-01-29
1
-12
/
+12
*
avr: Clear the TCNT1 register on timer startup
Kevin O'Connor
2018-01-07
1
-1
/
+2
*
avr: Clear the ADCSRA/ADCSRB registers on ADC init
Kevin O'Connor
2018-01-07
1
-2
/
+2
*
avr: Only use the avrdude "wiring" protocol on atmega2560 devices
Kevin O'Connor
2018-01-05
2
-1
/
+7
*
docs: Provide additional information on "make flash" failures
Kevin O'Connor
2017-12-11
1
-1
/
+1
*
sched: Don't shutdown on a "timer in the past" if already shutdown
Kevin O'Connor
2017-10-12
1
-1
/
+1
*
avr: Add support for atmega1284p
Kevin O'Connor
2017-10-05
2
-5
/
+13
*
avr: Check that FLASH_DEVICE is set on "make flash" command
Kevin O'Connor
2017-09-05
1
-0
/
+1
*
command: Don't pass max_size to command_encodef()
Kevin O'Connor
2017-08-14
2
-15
/
+10
*
avr: Make sure timer_high and timer_event() stay in sync
Kevin O'Connor
2017-08-11
1
-1
/
+5
*
avr: Rework timer irq handler to check for tasks pending
Kevin O'Connor
2017-08-08
1
-39
/
+33
*
sched: Implement generic sleep mechanism based on tasks pending
Kevin O'Connor
2017-08-08
1
-22
/
+1
*
sched: Introduce sched_wake_tasks() function to wake up tasks
Kevin O'Connor
2017-08-08
2
-1
/
+6
*
avr: Tune the low-level timer entry and exit heuristics
Kevin O'Connor
2017-08-08
1
-2
/
+4
*
avr: Implement internal avr specific timer to handle 16bit overflows
Kevin O'Connor
2017-08-08
1
-7
/
+25
*
sched: Support adding timers to the start of timer_list
Kevin O'Connor
2017-08-08
1
-9
/
+7
*
avr: Move prescaler and sleep initialization from timer.c to main.c
Kevin O'Connor
2017-08-07
2
-11
/
+21
*
avr: Enable watchdog code even on simulavr
Kevin O'Connor
2017-08-07
1
-1
/
+0
*
build: Allow boards to disable digital input/output support
Kevin O'Connor
2017-07-20
1
-0
/
+1
*
basecmd: Move low-level alloc code into basecmd.c
Kevin O'Connor
2017-07-20
1
-24
/
+9
*
irq: Support sleeping when mcu is idle
Kevin O'Connor
2017-07-17
2
-1
/
+29
*
avr: Fix readl() typo in serial.c
Kevin O'Connor
2017-07-12
1
-1
/
+1
*
avr: Integrate usb serial console functions
Kevin O'Connor
2017-06-29
1
-32
/
+16
*
avr: Integrate serial console functions
Kevin O'Connor
2017-06-29
1
-47
/
+28
*
command: Move low-level sendf transmission into board code
Kevin O'Connor
2017-06-29
2
-5
/
+34
*
command: Move command_task() to board specific code
Kevin O'Connor
2017-06-29
2
-4
/
+32
*
avr: Enable CLEAR_PRESCALER by default on at90usb1286
Kevin O'Connor
2017-06-09
1
-1
/
+1
*
avr: Support using serial instead of usb on AT90USB1286
Kevin O'Connor
2017-06-05
2
-16
/
+28
*
avr: Allow atmega328 to select a cpu speed of 20Mhz
Kevin O'Connor
2017-05-29
1
-1
/
+1
*
avr: Add SIMULAVR build option; don't show WATCHDOG or SERIAL_BAUD_U2X
Kevin O'Connor
2017-05-28
1
-3
/
+17
*
avr: Add support for atmega328 chip
Kevin O'Connor
2017-05-28
2
-3
/
+6
*
avr: Reorder Kconfig entries so that atmega2560 at 16mhz is default
Kevin O'Connor
2017-05-28
1
-12
/
+13
[next]