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
*
pru: Avoid calling "slp" instruction on pru0
Kevin O'Connor
2017-09-11
1
-1
/
+3
*
pru: Batch outgoing writes
Kevin O'Connor
2017-09-08
1
-5
/
+31
*
pru: Fix race condition in clearing of irq flags
Kevin O'Connor
2017-09-08
1
-2
/
+4
*
mcu: Provide some further help on common MCU shutdown errors
Kevin O'Connor
2017-09-05
3
-3
/
+3
*
avr: Check that FLASH_DEVICE is set on "make flash" command
Kevin O'Connor
2017-09-05
1
-0
/
+1
*
pru: Support config_reset command to manually reset mcu
Kevin O'Connor
2017-09-03
5
-2
/
+26
*
pru: Only sleep the pru0 if the incoming queue is fully empty
Kevin O'Connor
2017-09-03
1
-5
/
+7
*
pru: Compile the irq_poll() function with -O2 optimization
Kevin O'Connor
2017-08-15
1
-1
/
+1
*
pru: Compile with -Os instead of -O2
Kevin O'Connor
2017-08-14
1
-1
/
+1
*
command: Don't pass max_size to command_encodef()
Kevin O'Connor
2017-08-14
7
-29
/
+24
*
docs: Update Code_Overview.md with PRU and command_dispatch() changes
Kevin O'Connor
2017-08-11
1
-1
/
+1
*
stepper: Revert f8b0c884
Kevin O'Connor
2017-08-11
1
-26
/
+25
*
avr: Make sure timer_high and timer_event() stay in sync
Kevin O'Connor
2017-08-11
1
-1
/
+5
*
timer_irq: Rework timer irq handler to check for tasks pending
Kevin O'Connor
2017-08-09
1
-24
/
+14
*
sched: Reduce the amount of time irqs are disabled in sleep check
Kevin O'Connor
2017-08-09
1
-16
/
+19
*
sched: Write out a message on startup
Kevin O'Connor
2017-08-08
1
-0
/
+2
*
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
9
-80
/
+60
*
sched: Introduce sched_wake_tasks() function to wake up tasks
Kevin O'Connor
2017-08-08
7
-4
/
+25
*
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
5
-26
/
+31
*
sched: Support adding timers to the start of timer_list
Kevin O'Connor
2017-08-08
7
-44
/
+61
*
sched: Don't count milliseconds in the periodic timer
Kevin O'Connor
2017-08-08
4
-37
/
+53
*
sam3x8e: Fix watchdog timeout calculation
Kevin O'Connor
2017-08-08
1
-1
/
+1
*
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
*
pwmcmds: Update event prototypes to use uint_fast8_t
Kevin O'Connor
2017-08-06
1
-2
/
+2
*
pru: Improve comments in pru0.c
Kevin O'Connor
2017-08-02
2
-3
/
+1
*
build: Allow boards to disable digital input/output support
Kevin O'Connor
2017-07-20
6
-1
/
+17
*
basecmd: Move low-level alloc code into basecmd.c
Kevin O'Connor
2017-07-20
6
-90
/
+74
*
irq: Support sleeping when mcu is idle
Kevin O'Connor
2017-07-17
12
-8
/
+97
*
pru: Move peripheral init from pru0 to pru1
Kevin O'Connor
2017-07-17
3
-45
/
+37
*
pru: Move ADC code from gpio.c to new file adc.c
Kevin O'Connor
2017-07-12
3
-66
/
+78
*
avr: Fix readl() typo in serial.c
Kevin O'Connor
2017-07-12
1
-1
/
+1
*
pru: Add support for "make flash" rule
Kevin O'Connor
2017-07-05
1
-0
/
+4
*
sched: Pass shutdown reason code via longjmp() parameter
Kevin O'Connor
2017-07-04
1
-5
/
+5
*
pru: Use a pointer when working with send_data array items
Kevin O'Connor
2017-06-30
3
-17
/
+14
*
pru: Add hack to shutdown the PRU from a simple command request
Kevin O'Connor
2017-06-30
1
-0
/
+6
*
pru: Rework command processing so that most of it is done on pru0
Kevin O'Connor
2017-06-30
6
-93
/
+214
*
command: Directly call command_sendf() for ack/nak messages
Kevin O'Connor
2017-06-29
1
-2
/
+7
*
sam3x8e: Integrate serial console functions
Kevin O'Connor
2017-06-29
1
-48
/
+30
*
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
8
-40
/
+87
*
command: Move command_task() to board specific code
Kevin O'Connor
2017-06-29
8
-39
/
+67
*
command: Encode MESSAGE_MIN in command_parser->max_size
Kevin O'Connor
2017-06-29
1
-1
/
+1
*
command: Refactor message block generation
Kevin O'Connor
2017-06-29
1
-70
/
+84
*
command: Refactor the command reading task
Kevin O'Connor
2017-06-29
1
-34
/
+38
*
sam3x8e: Use readl/writel instead of readb/writeb() in serial.c
Kevin O'Connor
2017-06-22
1
-12
/
+12
*
pru: Remove unnecessary barrier() calls
Kevin O'Connor
2017-06-16
2
-5
/
+0
[next]