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: 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
*
stepper: Increase the step delay time from 1us to 2us
Kevin O'Connor
2017-06-13
1
-1
/
+1
*
avr: Enable CLEAR_PRESCALER by default on at90usb1286
Kevin O'Connor
2017-06-09
1
-1
/
+1
*
avr: Support using serial instead of usb on AT90USB1286
Kevin O'Connor
2017-06-05
2
-16
/
+28
*
avr: Allow atmega328 to select a cpu speed of 20Mhz
Kevin O'Connor
2017-05-29
1
-1
/
+1
*
avr: Add SIMULAVR build option; don't show WATCHDOG or SERIAL_BAUD_U2X
Kevin O'Connor
2017-05-28
1
-3
/
+17
*
avr: Add support for atmega328 chip
Kevin O'Connor
2017-05-28
2
-3
/
+6
*
avr: Reorder Kconfig entries so that atmega2560 at 16mhz is default
Kevin O'Connor
2017-05-28
1
-12
/
+13
*
command: Store the command parsing information directly in array
Kevin O'Connor
2017-05-26
2
-9
/
+4
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
23
-107
/
+54
*
sched: Allow shutdown_reason to be uint8
Kevin O'Connor
2017-05-26
4
-16
/
+17
*
build: Avoid linker magic in compile_time_request.c unique id generation
Kevin O'Connor
2017-05-26
4
-45
/
+43
*
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
10
-0
/
+643
*
irq: Add an irq_poll() stub for board code
Kevin O'Connor
2017-05-15
6
-0
/
+17
*
build: Avoid using noinline in common code
Kevin O'Connor
2017-05-15
2
-2
/
+2
*
stepper: It is not necessary to ensure gpio_out_write value is 0 or 1
Kevin O'Connor
2017-05-15
1
-2
/
+2
*
debugcmds: Move debugging commands from basecmd.c to new file
Kevin O'Connor
2017-05-15
3
-91
/
+100
*
command: Use "i" instead of "m" constraint in _DECL_REQUEST_ID
Kevin O'Connor
2017-05-15
1
-1
/
+1
*
gpiocmds: Change MAX_SOFT_PWM from 255 to 256
Kevin O'Connor
2017-05-15
1
-6
/
+5
*
pwmcmds: Export the maximum PWM value
Kevin O'Connor
2017-05-15
3
-6
/
+11
*
gpio: Fix off-by-one in declaration of ADC_MAX
Kevin O'Connor
2017-05-15
2
-2
/
+2
*
command: Only implement 16bit signed conversion on AVR
Kevin O'Connor
2017-05-15
1
-1
/
+1
*
build: Rename makefile CFLAGS-y to CFLAGS and LDFLAGS-y to CFLAGS_klipper.elf
Kevin O'Connor
2017-05-15
2
-8
/
+8
*
avr: Merge misc.c into main.c
Kevin O'Connor
2017-05-11
3
-56
/
+55
*
basecmd: Avoid calling malloc() from main code
Kevin O'Connor
2017-05-11
6
-45
/
+66
*
build: Add workaround to suppress broken avr-gcc "misspelled" warnings
Kevin O'Connor
2017-04-24
1
-0
/
+3
*
basecmd: Add debugging commands for testing communication
Kevin O'Connor
2017-04-23
1
-0
/
+15
*
build: Support makefile rule with default flashing commands
Kevin O'Connor
2017-04-21
2
-0
/
+9
*
sam3x8e: Rework adc pin search to be more clear
Kevin O'Connor
2017-04-11
1
-16
/
+22
*
avr: Rework adc and pwm pin search to be more clear
Kevin O'Connor
2017-04-11
1
-59
/
+65
[next]