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
*
samd21: Add support for ADC
Kevin O'Connor
2018-12-22
4
-0
/
+131
*
stm32f1: Always read SPI receive buffer
Yannic Schroeder
2018-12-14
1
-2
/
+3
*
samd21: Fix gpio in support
Kevin O'Connor
2018-11-30
2
-3
/
+18
*
samd21: Add support for flashing an application via the bossac tool
Kevin O'Connor
2018-11-30
1
-3
/
+9
*
samd21: Add support for hardware pwm
Kevin O'Connor
2018-11-30
4
-0
/
+110
*
samd21: Minor simplification to timer init code
Kevin O'Connor
2018-11-30
1
-2
/
+2
*
samd21: Add support for SPI
Kevin O'Connor
2018-11-30
4
-0
/
+102
*
samd21: Add support for basic i2c support (write only)
Kevin O'Connor
2018-11-30
4
-0
/
+125
*
samd21: Use GPIO() macro when calling gpio_peripheral()
Kevin O'Connor
2018-11-30
4
-11
/
+12
*
samd21: Enable watchdog
Kevin O'Connor
2018-11-30
1
-0
/
+20
*
samd21: Try to clarify the "generic clock generator" configuration
Kevin O'Connor
2018-11-30
1
-15
/
+19
*
i2ccmds: Validate the i2c address
Kevin O'Connor
2018-11-30
1
-1
/
+4
*
spicmds: Check for an incorrect mode in spicmds.c
Kevin O'Connor
2018-11-30
6
-10
/
+12
*
stm32f1: Move ADC and SPI code from gpio.c to spi.c and adc.c
Kevin O'Connor
2018-11-30
5
-217
/
+238
*
avr: Add support for sending I2C messages
Kevin O'Connor
2018-11-23
4
-0
/
+114
*
i2ccmds: Minor whitespace changes
Kevin O'Connor
2018-11-23
1
-1
/
+3
*
lpc176x: Enable full speed peripheral clocks on SPI and I2C
Kevin O'Connor
2018-11-21
3
-2
/
+8
*
lpc176x: Add an enable_peripheral_clock() helper function
Kevin O'Connor
2018-11-21
4
-5
/
+23
*
avr: Minor comment update in hard_pwm.c
Kevin O'Connor
2018-11-20
1
-1
/
+1
*
avr: Rework hardware pwm pin definitions
Kevin O'Connor
2018-11-20
1
-56
/
+48
*
avr: Split gpio.c into gpio.c, adc.c, hard_pwm.c, and spi.c
Kevin O'Connor
2018-11-20
6
-391
/
+418
*
avr: Add initial support for atmega32u4 chips
Kevin O'Connor
2018-11-20
3
-12
/
+32
*
avr: Minor update to help text in Kconfig
Kevin O'Connor
2018-11-19
1
-2
/
+1
*
timer_irq: Increase maximum busy wait time to 2us
Kevin O'Connor
2018-11-16
1
-1
/
+1
*
lpc176x: Convert i2c code to use standard i2ccmds.c
Kevin O'Connor
2018-11-14
3
-10
/
+28
*
avr: Add support for atmega328p
Kevin O'Connor
2018-10-29
2
-5
/
+8
*
Implement I2C support in the SAM4E8E port
Florian.Heilmann
2018-10-27
5
-1
/
+198
*
Add generic i2c interface
Florian.Heilmann
2018-10-27
3
-0
/
+80
*
sam3x8e: Don't report an error if bossac errors during device restart
Kevin O'Connor
2018-10-22
1
-1
/
+1
*
sam4e8e: Enable SAM4 cache at startup
Kevin O'Connor
2018-10-22
1
-0
/
+6
*
lpc176x: Divide system clock within timer; not on system bus
Kevin O'Connor
2018-10-18
1
-0
/
+3
*
sam3x8e: Align loops to a 16 byte boundary
Kevin O'Connor
2018-10-13
1
-1
/
+1
*
sched: Force sched_try_shutdown to be inlined
Kevin O'Connor
2018-10-13
1
-1
/
+1
*
armcm_irq: Fix jump target alignment
Kevin O'Connor
2018-10-13
1
-2
/
+2
*
stm32f1: Use __always_inline on timer_read_time
Kevin O'Connor
2018-10-11
1
-1
/
+1
*
stm32f1: Use -O2 optimization and inline timer_read_time()
Kevin O'Connor
2018-10-11
2
-2
/
+1
*
stm32f1: Use the main lib/cmsis-core directory for cmsis includes
Kevin O'Connor
2018-10-11
1
-2
/
+2
*
stm32f1: Add support for building with bootloader support
Kevin O'Connor
2018-10-11
4
-2
/
+136
*
stm32f1: Move assembler build rules together
Kevin O'Connor
2018-10-11
1
-10
/
+9
*
stm32f1: Pull the USB D+ line low briefly to signal a device connect
Kevin O'Connor
2018-10-11
1
-0
/
+8
*
stm32f1: Initial support for serial over USB
Kevin O'Connor
2018-10-11
3
-1
/
+286
*
stm32f1: Serial should have a higher irq priority than timers
Kevin O'Connor
2018-10-11
2
-3
/
+2
*
avr: Disable usb serial interrupts while processing data
Kevin O'Connor
2018-10-02
1
-6
/
+10
*
avr: No need to reset ep0 interrupts on a shutdown
Kevin O'Connor
2018-10-02
1
-7
/
+0
*
usb_cdc: Try to read new data before processing data blocks
Kevin O'Connor
2018-10-02
1
-9
/
+12
*
usb_cdc: Wake usb_bulk_out_task() on a shutdown
Kevin O'Connor
2018-10-02
1
-0
/
+1
*
avr: Allow the serial port to be selected on the atmega2560/1280
Kevin O'Connor
2018-10-01
1
-10
/
+17
*
buttons: Clear pressed/last_pressed state on new buttons_query command
Kevin O'Connor
2018-10-01
1
-0
/
+1
*
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
[next]