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
*
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
*
generic: Add new file generic/io.h and move read/writeb() to it
Kevin O'Connor
2016-06-13
3
-19
/
+26
*
generic: Move simulator/gpio.h to generic/gpio.h
Kevin O'Connor
2016-06-13
2
-3
/
+3
*
generic: Move simulator/irq.h to new file generic/irq.h
Kevin O'Connor
2016-06-13
4
-34
/
+46
*
generic: Move board timer.h files into generic/misc.h
Kevin O'Connor
2016-06-13
5
-26
/
+8
*
generic: Create generic board infrastructure and move misc.h to it
Kevin O'Connor
2016-06-13
10
-68
/
+69
*
sched: Optimize timer list handling
Kevin O'Connor
2016-06-13
1
-39
/
+50
*
stepper: Optimize for case where add is zero
Kevin O'Connor
2016-06-13
1
-11
/
+15
*
gpio: Fix off-by-one bug in check for the maximum gpio port
Kevin O'Connor
2016-06-13
1
-2
/
+2
*
avr: Add config option to clear the CPU prescaler
Kevin O'Connor
2016-06-05
2
-0
/
+23
*
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
4
-2
/
+93
*
sched: Change sched_from_ms() to sched_from_us()
Kevin O'Connor
2016-06-02
7
-16
/
+16
*
stepper: Use stepper_stop() instead of stepper_reset() in stepper_shutdown()
Kevin O'Connor
2016-06-02
1
-13
/
+6
*
timer: Move union u32_u16_u from compiler.h to avr/timer.c
Kevin O'Connor
2016-06-01
2
-6
/
+4
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
36
-0
/
+3129