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
*
neopixel: Fix neopixel_result message so that it contains an oid
Kevin O'Connor
2020-11-05
1
-1
/
+1
*
command: Fix handling of buffer passing in args[] on 64bit mcu
Kevin O'Connor
2020-10-30
4
-0
/
+17
*
command: Add command_decode_ptr() helper
Kevin O'Connor
2020-10-30
10
-30
/
+38
*
neopixel: Increase the maximum LED chain length
Kevin O'Connor
2020-10-29
1
-15
/
+33
*
atsamd: Support reading chip based temperature sensor
Kevin O'Connor
2020-10-29
1
-1
/
+15
*
stm32: Support reading chip based temperature sensor on stm32f0
Kevin O'Connor
2020-10-29
1
-2
/
+10
*
stm32: Reduce adc_pins storage size in stm32f0_adc.c
Kevin O'Connor
2020-10-29
1
-19
/
+7
*
stm32: Support reading chip based temperature sensor on stm32f1/2/4
Kevin O'Connor
2020-10-29
1
-5
/
+24
*
atsam: Support reading chip based temperature sensor on sam4e
Kevin O'Connor
2020-10-29
1
-1
/
+5
*
atsam: Support reading chip based temperature sensor on sam3/sam4s
Kevin O'Connor
2020-10-29
1
-5
/
+13
*
linux: Fix spi handling with more than one spi device
Kevin O'Connor
2020-10-25
1
-0
/
+1
*
stm32: Don't default to HID bootloader in Kconfig
Kevin O'Connor
2020-10-13
1
-6
/
+8
*
stm32: Fixed CAN bus for STM32F4, there were syntax errors that prevented com...
bondus
2020-10-11
1
-3
/
+3
*
gpiocmds: Add soft-pwm frequency modulation support
Guy Shapira
2020-09-26
1
-10
/
+9
*
sensor_adxl345: Remove unused stop_time parameter
Kevin O'Connor
2020-09-05
1
-1
/
+1
*
adxl345: Add support for adxl345 accelerometer
Kevin O'Connor
2020-09-05
2
-1
/
+180
*
config: Added TronXY X5SA support (#3265)
Cabia Rangris
2020-08-30
1
-0
/
+3
*
stm32: Improvements to CAN bus ID generation. And added a small fast hash lib...
bondus
2020-08-09
2
-6
/
+7
*
linux: Set the SPI mode in spidev.c
Kevin O'Connor
2020-07-31
1
-0
/
+5
*
linux: Disable hardware pwm when it is set to zero
Kevin O'Connor
2020-07-20
2
-13
/
+12
*
lpc176x: Fix spi mode bits
Kevin O'Connor
2020-07-10
1
-1
/
+1
*
stm32: Improved CAN support for STM32 (#2976)
bondus
2020-06-24
7
-279
/
+493
*
stm32: Initial support for stm32f2 (#3001)
combolek
2020-06-23
4
-6
/
+46
*
stm32: Support for 20KiB bootloader offset. (#3008)
kianusch
2020-06-20
1
-0
/
+3
*
generic: Minor header cleanup to generic/irq.h
Kevin O'Connor
2020-06-07
1
-2
/
+0
*
linux: Wait in timer dispatch for up to 2us
Kevin O'Connor
2020-06-07
1
-2
/
+2
*
linux: Ability to use multiple GPIO chips (#2935)
Lucio Tarantino
2020-06-06
3
-20
/
+48
*
Kconfig: Only show the "usb ids" menu if low-level options are enabled
Kevin O'Connor
2020-05-31
1
-7
/
+10
*
Kconfig: Change the default usb vendor/product id
Kevin O'Connor
2020-05-31
1
-2
/
+2
*
lcd_hd44780: Only calibrate cmd_wait_ticks on mcus with strict timing
Kevin O'Connor
2020-05-31
1
-0
/
+5
*
lcd_st7920: Only calibrate wait ticks on mcus with strict timing
Kevin O'Connor
2020-05-31
1
-0
/
+6
*
stepper: Make toggling the step gpio after timer read conditional
Kevin O'Connor
2020-05-31
1
-1
/
+5
*
Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definition
Kevin O'Connor
2020-05-31
7
-0
/
+9
*
stm32: Fix typo causing internal clock to always be used on stm32f042
Kevin O'Connor
2020-05-28
1
-1
/
+1
*
stm32f4: Add support for HID bootloader
Arksine
2020-05-28
2
-2
/
+16
*
stm32f1: Add support for HID Bootloader
Arksine
2020-05-28
3
-4
/
+16
*
linux: userspace GPIO control
andryblack
2020-05-17
9
-22
/
+186
*
stm32: add support for i2c read
Arksine
2020-05-05
1
-3
/
+39
*
htu21d: Support for HTI21D family sensor on I2C bus (#2803)
Lucio Tarantino
2020-05-03
1
-1
/
+2
*
stm32: Wait for setup complete to enable ep0 rx in usbotg.c
Arksine
2020-05-03
1
-4
/
+11
*
stm32: Wait for setup complete notification in usbotg.c
Kevin O'Connor
2020-05-03
1
-6
/
+13
*
linux: Adapt servo0 channels for beagleboard kernel 4.14.108-ti (#2746)
Janne Grunau
2020-05-03
1
-12
/
+29
*
linux: change clock frequency
andryblack
2020-05-02
1
-1
/
+1
*
stm32: Slow ADC frequency to 4.5Mhz
Kevin O'Connor
2020-04-30
2
-4
/
+4
*
lpc176x: Add support for additional i2c buses
Kevin O'Connor
2020-04-21
3
-46
/
+66
*
neopixel: Make sure there is a minimum low duration after a long pulse
Kevin O'Connor
2020-04-21
1
-4
/
+3
*
neopixel: Allow host software to configure neopixel timing
Kevin O'Connor
2020-04-15
1
-9
/
+14
*
neopixel: Use names for key timing values
Kevin O'Connor
2020-04-15
1
-12
/
+19
*
stm32: Add support for 64KiB bootloader on stm32f103
Kevin O'Connor
2020-03-24
1
-2
/
+5
*
stm32: Explicitly reset peripheral clocks on stm32f1
Kevin O'Connor
2020-03-24
1
-0
/
+5
[next]