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
*
avr: Increase stack size to 256 for all AVR targets
Kevin O'Connor
2018-10-01
1
-2
/
+1
*
usbstd: Force usb_string_descriptor data field to match unicode string
Kevin O'Connor
2018-09-30
1
-1
/
+2
*
avr: Use generic usb_cdc code for usb serial support
Kevin O'Connor
2018-09-30
2
-46
/
+225
*
usb_cdc: Perform basic request validation
Kevin O'Connor
2018-09-30
1
-1
/
+25
*
usb_cdc: Add usb_read_ep0_setup() interface function
Kevin O'Connor
2018-09-30
4
-2
/
+14
*
usb_cdc: Add support for usb_send_ep0_progmem()
Kevin O'Connor
2018-09-30
4
-2
/
+9
*
usb_cdc: Fix handling of zero-length-packets
Kevin O'Connor
2018-09-30
1
-5
/
+10
*
usb_cdc: Rework transfer state tracking code
Kevin O'Connor
2018-09-30
1
-39
/
+40
*
usb_cdc: Rename interface functions to avoid the term "setup"
Kevin O'Connor
2018-09-30
4
-33
/
+32
*
tmc2208: Initial support for configuring TMC2208 drivers
Kevin O'Connor
2018-08-27
2
-1
/
+251
*
stm32f1: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
2
-12
/
+28
*
pru: Add wrappers for gpio_x_reset()
Kevin O'Connor
2018-08-27
2
-0
/
+14
*
simulator: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
2
-0
/
+6
*
samd21: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
2
-15
/
+37
*
sam4e8e: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
2
-30
/
+38
*
sam3x8e: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
2
-19
/
+35
*
lpc176x: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
2
-15
/
+44
*
avr: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
2
-12
/
+26
*
sched: Don't require 2ms pad in sched_add_timer()
Kevin O'Connor
2018-08-27
1
-1
/
+1
*
avr: Disable HAVE_GPIO_BITBANGING on atmega168
Kevin O'Connor
2018-08-27
1
-1
/
+1
*
samd21: Enable HAVE_GPIO_BITBANGING
Kevin O'Connor
2018-08-27
1
-0
/
+1
*
Kconfig: Rename HAVE_USER_INTERFACE to HAVE_GPIO_BITBANGING
Kevin O'Connor
2018-08-27
7
-7
/
+7
*
sam4e8e: Use local copy of bossac for flashing
Kevin O'Connor
2018-08-27
1
-3
/
+9
*
sam3x8e: Use local copy of bossac for flashing
Kevin O'Connor
2018-08-27
1
-3
/
+9
*
sam4e8e: Fix bug in sam4e gpio.c (#563)
Florian Heilmann
2018-08-24
2
-5
/
+14
*
samd21: Fix description of bootloader offset
Kevin O'Connor
2018-08-08
1
-2
/
+2
*
sam4e8e: Add the SAM4e8e port
Florian Heilmann
2018-08-08
9
-0
/
+780
*
samd21: Minor fixes to usbserial
Kevin O'Connor
2018-08-08
1
-7
/
+2
*
samd21: Add support for USB
Kevin O'Connor
2018-08-07
3
-0
/
+237
*
samd21: Add support for gpio pins
Kevin O'Connor
2018-08-07
3
-0
/
+110
*
samd21: Initial support for SAMD21 micro-controllers
Kevin O'Connor
2018-08-07
9
-0
/
+351
*
armcm_irq: Enhance clear_active_irq() so it works on cortex-m0
Kevin O'Connor
2018-08-06
1
-2
/
+3
*
usb_cdc: Allow USB endpoint ids to be board specific
Kevin O'Connor
2018-08-06
5
-9
/
+26
*
lpc176x: Use common cmsis-core files
Kevin O'Connor
2018-08-06
1
-2
/
+2
*
sam3x8e: Use SAM3X CMSIS files instead of arduino CMSIS files
Kevin O'Connor
2018-08-06
1
-6
/
+6
*
thermocouple: Minor fixes
Kevin O'Connor
2018-07-25
1
-6
/
+5
*
thermocouple: Add support for MAX6675 chip
Ricardo Amezquita
2018-07-24
1
-3
/
+21
*
thermocouple: Add initial support for common SPI temperature sensing chips
Kevin O'Connor
2018-07-24
4
-2
/
+197
*
linux: Add support for bi-directional SPI communication
Ricardo Amezquita
2018-07-24
2
-5
/
+33
*
lpc176x: Add support for SPI
Kevin O'Connor
2018-07-18
4
-0
/
+91
*
atmega1284p: Add choice between UART0 or UART1 to Kconfig
Pascal Albert
2018-07-13
1
-1
/
+12
*
spidev: Minor rework to spidev_transfer()
Kevin O'Connor
2018-07-11
1
-7
/
+7
*
sam3x8e: Configure spi transfer in spi_prepare()
Kevin O'Connor
2018-07-11
1
-2
/
+1
*
avr: Configure spi transfer in spi_prepare()
Kevin O'Connor
2018-07-11
1
-4
/
+4
*
simulator: Rework dummy simulator code to user timer_irq / serial_irq
Kevin O'Connor
2018-07-11
6
-109
/
+165
*
stm32f1: implement spi_prepare
Grigori Goronzy
2018-07-08
1
-3
/
+2
*
SPI: introduce spi_prepare function
Grigori Goronzy
2018-07-08
11
-0
/
+30
*
stm32f1: add SPI support
Grigori Goronzy
2018-07-07
4
-0
/
+118
*
sam3x8e: Read from the SPI_RDR on SPI send even if no data needed
Kevin O'Connor
2018-07-05
1
-8
/
+9
*
adccmds: Add support for min/max temperature check filtering
Kevin O'Connor
2018-07-02
1
-3
/
+12
[next]