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
*
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
*
command: Check for reentrant calls to sendf()
Kevin O'Connor
2017-01-13
1
-1
/
+14
*
basecmd: Improve accuracy of stats "sumsq" variable
Kevin O'Connor
2017-01-09
1
-2
/
+13
*
gpio: Fix sam38xe ADC startup check
Kevin O'Connor
2017-01-01
1
-1
/
+1
*
sam3x8e: Add support for ADC pins
Kevin O'Connor
2016-12-23
4
-1
/
+90
*
mcu: Obtain the maximum adc value from the firmware
Kevin O'Connor
2016-12-23
1
-0
/
+2
*
build: Define DECL_CONSTANT mechanism for defining exported constants
Kevin O'Connor
2016-12-23
6
-4
/
+21
*
stepper: Reset the next step time on a stepper stop
Kevin O'Connor
2016-11-14
1
-0
/
+1
*
stepper: Default to a high direction pin meaning positive direction
Kevin O'Connor
2016-11-08
1
-2
/
+2
*
gpio: Merge gpio_adc_sample_time() into gpio_adc_sample()
Kevin O'Connor
2016-11-02
5
-34
/
+29
*
sam3x8e: Rework timer priority code to use time instead of event count
Kevin O'Connor
2016-10-31
1
-11
/
+14
*
sam3x8e: Clear all bits of PSR register when clearing IRQ status
Kevin O'Connor
2016-10-31
1
-3
/
+2
*
sched: Improve AVR optimization of reschedule_timer()
Kevin O'Connor
2016-10-19
1
-7
/
+11
*
timer: Rework AVR timer priority code to use time instead of event count
Kevin O'Connor
2016-10-19
1
-11
/
+23
*
serial: Increase AVR serial receive buffer
Kevin O'Connor
2016-10-18
1
-3
/
+2
*
stepper: Disable "no next step" check for some count=1 queue_step commands
Kevin O'Connor
2016-09-22
1
-5
/
+16
*
build: Avoid objcopy --dump-section flag
Kevin O'Connor
2016-07-10
1
-3
/
+0
*
sam3x8e: Add initial support for Arduino Due boards
Kevin O'Connor
2016-06-14
9
-2
/
+599
*
stepper: Support rescheduling of step events on faster MCUs
Kevin O'Connor
2016-06-14
3
-19
/
+80
*
build: Update declfuncs.lds.S to only use progmem sections on AVR
Kevin O'Connor
2016-06-14
2
-5
/
+16
*
avr/serial: Separate out low-level hardware manipulation to its own function
Kevin O'Connor
2016-06-14
1
-3
/
+9
*
build: Default to O2 optimization
Kevin O'Connor
2016-06-14
1
-1
/
+1
*
sched: Use 'unsigned int' instead of 'uint16_t' for shutdown reason
Kevin O'Connor
2016-06-14
2
-4
/
+4
*
sched: Use uint_fast8_t for return type of timers
Kevin O'Connor
2016-06-14
7
-14
/
+14
*
irq: Allow boards to define the return type of irq_save()
Kevin O'Connor
2016-06-13
8
-25
/
+33
*
irq: Prefer irq_disable/enable instead of irq_save/restore in cmds/tasks
Kevin O'Connor
2016-06-13
4
-13
/
+13
*
pwmcmds: Add Kconfig option to allow boards to disable hardware PWM commands
Kevin O'Connor
2016-06-13
5
-70
/
+85
*
spicmds: Add Kconfig option to allow boards to disable SPI commands
Kevin O'Connor
2016-06-13
3
-1
/
+6
*
gpiocmds: Add Kconfig option to allow boards to disable ADC commands
Kevin O'Connor
2016-06-13
5
-111
/
+132
*
compiler.h: Check if __aligned and __section macros are already defined
Kevin O'Connor
2016-06-13
1
-0
/
+4
*
Makefile: Move listing of directories to create to board makefiles
Kevin O'Connor
2016-06-13
2
-0
/
+4
[next]