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
/
pru
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pru: Fix race condition in clearing of irq flags
Kevin O'Connor
2017-09-08
1
-2
/
+4
*
pru: Support config_reset command to manually reset mcu
Kevin O'Connor
2017-09-03
1
-0
/
+3
*
pru: Compile the irq_poll() function with -O2 optimization
Kevin O'Connor
2017-08-15
1
-1
/
+1
*
command: Don't pass max_size to command_encodef()
Kevin O'Connor
2017-08-14
1
-3
/
+2
*
sched: Implement generic sleep mechanism based on tasks pending
Kevin O'Connor
2017-08-08
1
-7
/
+1
*
sched: Introduce sched_wake_tasks() function to wake up tasks
Kevin O'Connor
2017-08-08
1
-2
/
+4
*
sched: Support adding timers to the start of timer_list
Kevin O'Connor
2017-08-08
1
-12
/
+14
*
pru: Improve comments in pru0.c
Kevin O'Connor
2017-08-02
1
-2
/
+0
*
basecmd: Move low-level alloc code into basecmd.c
Kevin O'Connor
2017-07-20
1
-25
/
+9
*
irq: Support sleeping when mcu is idle
Kevin O'Connor
2017-07-17
1
-0
/
+12
*
pru: Move peripheral init from pru0 to pru1
Kevin O'Connor
2017-07-17
1
-0
/
+2
*
pru: Use a pointer when working with send_data array items
Kevin O'Connor
2017-06-30
1
-7
/
+4
*
pru: Rework command processing so that most of it is done on pru0
Kevin O'Connor
2017-06-30
1
-47
/
+45
*
command: Move low-level sendf transmission into board code
Kevin O'Connor
2017-06-29
1
-2
/
+15
*
command: Move command_task() to board specific code
Kevin O'Connor
2017-06-29
1
-2
/
+15
*
pru: Remove unnecessary barrier() calls
Kevin O'Connor
2017-06-16
1
-2
/
+0
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
1
-4
/
+3
*
pru: Add support for ADC input
Kevin O'Connor
2017-05-17
1
-2
/
+0
*
pru: Move communication code to second PRU
Kevin O'Connor
2017-05-17
1
-13
/
+83
*
pru: Initial support for the Beaglebone PRU
Kevin O'Connor
2017-05-15
1
-0
/
+150