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
*
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
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
5
-8
/
+8
*
irq: Add an irq_poll() stub for board code
Kevin O'Connor
2017-05-15
1
-0
/
+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
*
build: Rename makefile CFLAGS-y to CFLAGS and LDFLAGS-y to CFLAGS_klipper.elf
Kevin O'Connor
2017-05-15
1
-2
/
+2
*
avr: Merge misc.c into main.c
Kevin O'Connor
2017-05-11
3
-56
/
+55
*
basecmd: Avoid calling malloc() from main code
Kevin O'Connor
2017-05-11
1
-10
/
+27
*
build: Add workaround to suppress broken avr-gcc "misspelled" warnings
Kevin O'Connor
2017-04-24
1
-0
/
+3
*
build: Support makefile rule with default flashing commands
Kevin O'Connor
2017-04-21
1
-0
/
+4
*
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
*
avr: Invert diff in timer checks
Kevin O'Connor
2017-04-03
1
-8
/
+6
*
avr: Implement reset command
Kevin O'Connor
2017-04-02
1
-2
/
+22
*
avr: Do not use --relax linker option
Kevin O'Connor
2017-04-02
1
-1
/
+0
[next]