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
*
gpiocmds: Add update_digital_out command
Kevin O'Connor
2018-06-27
1
-0
/
+15
*
avr: Don't set SS high on spi_init()
Kevin O'Connor
2018-06-27
1
-1
/
+3
*
pru: Disable ADC reading directly from the PRU
Kevin O'Connor
2018-06-27
1
-1
/
+1
*
lcd_st7920: Use a longer delay at the start of each command/data
Kevin O'Connor
2018-06-22
1
-9
/
+27
*
lpc176x: Build with LCD support
Kevin O'Connor
2018-06-18
1
-0
/
+1
*
basecmd: Rename get_status to get_clock
Kevin O'Connor
2018-05-29
1
-3
/
+3
*
mcu: Do not automatically restart MCU with new config if it is shutdown
Kevin O'Connor
2018-05-29
1
-2
/
+2
*
serialqueue: Limit message transmission to available receive buffer size
Kevin O'Connor
2018-05-28
1
-1
/
+4
*
command: Wait to send ack until after processing commands
Kevin O'Connor
2018-05-28
4
-4
/
+18
*
command: Add command_find_and_dispatch() helper
Kevin O'Connor
2018-05-28
5
-10
/
+17
*
command: Add a command_encode_and_frame() helper
Kevin O'Connor
2018-05-28
6
-9
/
+17
*
command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths
Kevin O'Connor
2018-05-28
11
-78
/
+71
*
lpc176x: Add a dummy "make flash" command to advise users on how to flash
Kevin O'Connor
2018-05-25
1
-0
/
+8
*
lpc176x: Add build rules for smoothieware bootloader support
Kevin O'Connor
2018-05-25
2
-1
/
+10
*
lpc176x: Initial support for serial over usb
Kevin O'Connor
2018-05-25
8
-1
/
+961
*
lpc176x: Add ADC support
Kevin O'Connor
2018-05-25
3
-0
/
+100
*
lpc176x: Enable watchdog
Kevin O'Connor
2018-05-25
1
-0
/
+23
*
lpc176x: Add support for GPIO pins
Kevin O'Connor
2018-05-25
3
-1
/
+115
*
lpc176x: Add initial support for LPC176x processors
Kevin O'Connor
2018-05-25
8
-0
/
+283
*
byteorder: Add a header file defining common byteswap functions
Kevin O'Connor
2018-05-21
1
-0
/
+40
*
stepper: Introduce and use gpio_out_toggle_noirq()
Kevin O'Connor
2018-05-15
13
-10
/
+46
*
linux: Convert linux SPI code to use the generic spicmds.c code
Kevin O'Connor
2018-05-07
3
-11
/
+38
*
sam3x8e: Add SPI support
Kevin O'Connor
2018-05-07
4
-1
/
+132
*
spicmds: Rework SPI message transmission
Kevin O'Connor
2018-05-07
5
-28
/
+203
*
stm32f1: Enable lcd chip support
Kevin O'Connor
2018-05-07
1
-0
/
+1
*
sam3x8e: Enable lcd chip support
Kevin O'Connor
2018-05-07
1
-0
/
+1
*
avr: Do not use Idle mode
Kevin O'Connor
2018-04-28
2
-9
/
+1
*
avr: Explicitly set ADCSRA on each conversion start
Kevin O'Connor
2018-04-25
1
-7
/
+10
*
avr: Clean up serial port register aliases
Kevin O'Connor
2018-04-25
2
-31
/
+38
*
serial_irq: Add new generic/serial_irq.c code
Kevin O'Connor
2018-04-20
8
-343
/
+166
*
stm32f1: Use generic timer_irq.c dispatch code
Kevin O'Connor
2018-04-20
1
-62
/
+3
*
stm32f1: Use different method for handling 16bit -> 32bit timer conversion
Kevin O'Connor
2018-04-20
1
-47
/
+39
*
stm32f1: Prefer uint32_t over uint16_t in timer.c
Kevin O'Connor
2018-04-20
1
-6
/
+6
*
Add STM32F103 port
Grigori Goronzy
2018-04-09
8
-0
/
+811
*
lcd_hd44780: Add micro-controller code for the HD44780 LCD chip
Kevin O'Connor
2018-03-06
2
-1
/
+133
*
lcd_st7920: Add micro-controller code for the ST7920 LCD chip
Kevin O'Connor
2018-03-06
4
-0
/
+126
*
avr: Add at90usb646 support
Douglas Hammond
2018-02-25
2
-5
/
+9
*
avr: Round hardware pwm clock ticks to nearest divisor
Kevin O'Connor
2018-01-29
1
-12
/
+12
*
avr: Clear the TCNT1 register on timer startup
Kevin O'Connor
2018-01-07
1
-1
/
+2
*
avr: Clear the ADCSRA/ADCSRB registers on ADC init
Kevin O'Connor
2018-01-07
1
-2
/
+2
*
avr: Only use the avrdude "wiring" protocol on atmega2560 devices
Kevin O'Connor
2018-01-05
2
-1
/
+7
*
sched: Interrupts must be disabled during setjmp() call
Kevin O'Connor
2017-12-21
1
-0
/
+3
*
gpiocmds: Clear SPF_NEXT_* flags on new schedule_soft_pwm_out
Kevin O'Connor
2017-12-16
1
-2
/
+2
*
docs: Provide additional information on "make flash" failures
Kevin O'Connor
2017-12-11
2
-2
/
+2
*
linux: Remove unneeded includes from timer.c
Kevin O'Connor
2017-10-23
1
-2
/
+0
*
pru: Don't reset the ADC reset complete flag if a shutdown occurs
Kevin O'Connor
2017-10-18
1
-1
/
+1
*
linux: Fix typo causing config_reset to not fully restart
Kevin O'Connor
2017-10-15
1
-1
/
+1
*
linux: Open watchdog device after console
Kevin O'Connor
2017-10-15
1
-7
/
+5
*
linux: Make sure to close fd on analog/pca9685 init failure
Kevin O'Connor
2017-10-14
2
-11
/
+17
*
pca9685: Fix missing devices_count increment
Kevin O'Connor
2017-10-13
1
-0
/
+1
[next]