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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile: Include debug symbols in the .elf
Sergey Alirzaev
2021-06-08
1
-0
/
+2
*
pru: Request the host not send more than 496 bytes to the pru
Kevin O'Connor
2021-02-12
1
-0
/
+3
*
pru: Disable gpio mux configuration code
Kevin O'Connor
2020-12-04
1
-9
/
+19
*
Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definition
Kevin O'Connor
2020-05-31
1
-0
/
+1
*
pru: The TMR_CNT is cleared by writing all ones
Kevin O'Connor
2019-03-31
1
-1
/
+1
*
pru: Avoid using a timer wake time of exactly zero
Kevin O'Connor
2019-03-31
1
-0
/
+2
*
pru: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
2
-0
/
+7
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
2
-2
/
+2
*
Makefile: Reduce use of $^ in build rules
Kevin O'Connor
2019-03-02
1
-1
/
+1
*
pru: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
2
-21
/
+22
*
pru: Add wrappers for gpio_x_reset()
Kevin O'Connor
2018-08-27
2
-0
/
+14
*
pru: Disable ADC reading directly from the PRU
Kevin O'Connor
2018-06-27
1
-1
/
+1
*
command: Wait to send ack until after processing commands
Kevin O'Connor
2018-05-28
1
-1
/
+3
*
command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths
Kevin O'Connor
2018-05-28
2
-12
/
+12
*
stepper: Introduce and use gpio_out_toggle_noirq()
Kevin O'Connor
2018-05-15
2
-1
/
+8
*
pru: Don't reset the ADC reset complete flag if a shutdown occurs
Kevin O'Connor
2017-10-18
1
-1
/
+1
*
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
*
pru: Support config_reset command to manually reset mcu
Kevin O'Connor
2017-09-03
1
-0
/
+3
*
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
2
-4
/
+4
*
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
2
-3
/
+1
*
build: Allow boards to disable digital input/output support
Kevin O'Connor
2017-07-20
1
-0
/
+1
*
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
2
-2
/
+17
*
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
*
pru: Add support for "make flash" rule
Kevin O'Connor
2017-07-05
1
-0
/
+4
*
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
4
-77
/
+195
*
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
2
-5
/
+0
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
2
-7
/
+11
*
pru: Add support for ADC input
Kevin O'Connor
2017-05-17
6
-4
/
+156
*
pru: Move communication code to second PRU
Kevin O'Connor
2017-05-17
5
-137
/
+200
*
pru: Initial support for the Beaglebone PRU
Kevin O'Connor
2017-05-15
9
-0
/
+640