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
Commit message (
Expand
)
Author
Age
Files
Lines
*
basecmd: Add debugging commands for testing communication
Kevin O'Connor
2017-04-23
1
-0
/
+15
*
build: Support makefile rule with default flashing commands
Kevin O'Connor
2017-04-21
2
-0
/
+9
*
sam3x8e: Rework adc pin search to be more clear
Kevin O'Connor
2017-04-11
1
-16
/
+22
*
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
*
endstop: Support halting more than one stepper on trigger
Kevin O'Connor
2017-04-03
1
-9
/
+31
*
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
*
sam3x8e: Implement reset command
Kevin O'Connor
2017-04-02
1
-0
/
+7
*
avr: Do not use --relax linker option
Kevin O'Connor
2017-04-02
1
-1
/
+0
*
timer: Remove dup timer_shutdown code
Kevin O'Connor
2017-03-31
1
-10
/
+0
*
avr: Fix bug causing timer_read_time() to not be in sync with scheduler
Kevin O'Connor
2017-03-31
1
-10
/
+19
*
sam3x8e: Align the TC0_Handler timer irq handler
Kevin O'Connor
2017-03-30
1
-1
/
+1
*
timer_irq: Integrate timer_try_set_next() into timer_dispatch_many()
Kevin O'Connor
2017-03-30
3
-57
/
+40
*
timer_irq: Rename generic/timer.c to generic/timer_irq.c
Kevin O'Connor
2017-03-30
4
-4
/
+9
*
avr: Integrate timer_try_set_next() into the irq handler
Kevin O'Connor
2017-03-30
1
-43
/
+30
*
sched: Move timer dispatch loop to board code
Kevin O'Connor
2017-03-30
7
-46
/
+59
*
sched: Rename reschedule_timer() to insert_timer() and use in sched_add_timer()
Kevin O'Connor
2017-03-30
1
-29
/
+23
*
timer: Make sure to reset the timer repeat checks on a shutdown
Kevin O'Connor
2017-03-30
2
-9
/
+17
*
stepper: Improve performance of scheduled unsteps
Kevin O'Connor
2017-03-30
1
-25
/
+26
*
avr: Remove F_CPU compile time definition
Kevin O'Connor
2017-03-30
3
-5
/
+7
*
avr: Minor optimization for timer_read_time() / timer_periodic()
Kevin O'Connor
2017-03-27
1
-2
/
+2
*
sched: Be explicit with loading of the waketime variable
Kevin O'Connor
2017-03-26
6
-26
/
+26
*
avr: Introduce optimized timer_is_before()
Kevin O'Connor
2017-03-26
2
-9
/
+22
*
timer: Allow board code to define its own timer_is_before implementation
Kevin O'Connor
2017-03-26
9
-47
/
+48
*
timer: Organize timer_try_set_next() with priority for repeat timers
Kevin O'Connor
2017-03-26
1
-19
/
+26
*
command: Simplify sendf() switch
Kevin O'Connor
2017-03-26
1
-9
/
+10
*
command: Fix encoding of 16bit signed integers
Kevin O'Connor
2017-03-24
1
-7
/
+9
*
sched: Report the time of a shutdown
Kevin O'Connor
2017-03-24
1
-1
/
+2
*
generic: Move generic parts of sam3x8e timer.c to generic directory
Kevin O'Connor
2017-03-11
6
-90
/
+106
*
sched: Move functions within sched.c
Kevin O'Connor
2017-03-11
1
-40
/
+38
*
sched: Rename sched_timer() to sched_add_timer()
Kevin O'Connor
2017-03-11
8
-12
/
+12
*
sched: Don't overwrite shutdown reason if shutdown called while shutdown
Kevin O'Connor
2017-03-10
1
-1
/
+2
*
sched: Avoid rescheduling the currently active timer
Kevin O'Connor
2017-03-10
5
-90
/
+53
*
sched: Use a sentinel timer at the end of the timer_list
Kevin O'Connor
2017-03-10
1
-9
/
+29
*
avr: Optimize 16bit timer upscaling
Kevin O'Connor
2017-03-10
1
-22
/
+24
*
stepper: Introduce stepper_get_position command and remove from endstop.c
Kevin O'Connor
2017-03-09
3
-15
/
+31
*
endstop: No need to store pin_value
Kevin O'Connor
2017-03-09
1
-5
/
+5
*
basecmd: Remove unimplemented command_reset()
Kevin O'Connor
2017-03-09
1
-7
/
+0
*
basecmd: Use oid_ prefix for the oid manipulation functions
Kevin O'Connor
2017-03-09
7
-36
/
+36
*
basecmd: Generalize the "move queue" runtime storage
Kevin O'Connor
2017-03-08
3
-40
/
+84
*
sam3x8e: Fix typo in gpio_in_setup() shutdown message
Kevin O'Connor
2017-03-08
1
-1
/
+1
*
serialhdl: Load the mcu's 64bit clock at start of connection
Kevin O'Connor
2017-03-03
1
-4
/
+16
*
armcm_irq: Move ARM Cortex-M irq handling to new file
Kevin O'Connor
2017-02-19
7
-59
/
+64
*
sam3x8e/timer: Be careful of races in timer_set_next()
Kevin O'Connor
2017-02-14
1
-4
/
+16
*
io.h: read/write[bwl] should use barrier
Kevin O'Connor
2017-02-02
3
-9
/
+13
*
serial: Be careful with comparison of transmit_max to transmit_pos
Kevin O'Connor
2017-01-14
2
-2
/
+2
*
sched: Minor change - remove unneeded header files
Kevin O'Connor
2017-01-14
4
-5
/
+1
*
command: No need to disable irqs in sendf reentrant check
Kevin O'Connor
2017-01-14
3
-14
/
+16
[next]