klipper/src/pru
Kevin O'Connor 7083a33ecd pru: Support config_reset command to manually reset mcu
Add support for resetting the MCU via a software only mechanism.  This
is useful on the PRU.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2017-09-03 23:16:38 -04:00
..
adc.c pru: Move peripheral init from pru0 to pru1 2017-07-17 11:16:55 -04:00
gpio.c pru: Move ADC code from gpio.c to new file adc.c 2017-07-12 23:03:14 -04:00
gpio.h pru: Add support for ADC input 2017-05-17 19:46:12 -04:00
internal.h command: Don't pass max_size to command_encodef() 2017-08-14 18:32:15 -04:00
Kconfig build: Allow boards to disable digital input/output support 2017-07-20 10:44:31 -04:00
main.c pru: Support config_reset command to manually reset mcu 2017-09-03 23:16:38 -04:00
Makefile pru: Compile with -Os instead of -O2 2017-08-14 21:08:28 -04:00
pru.lds pru: Initial support for the Beaglebone PRU 2017-05-15 15:15:52 -04:00
pru0.c pru: Only sleep the pru0 if the incoming queue is fully empty 2017-09-03 23:15:49 -04:00