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
*
atsam: Add support for USB on SAM3X
Kevin O'Connor
2019-01-19
5
-26
/
+268
*
atsam: Add MACH_SAM3X, MACH_SAM4, MACH_SAM4E, MACH_SAM4S definitions
Kevin O'Connor
2019-01-18
8
-46
/
+64
*
lpc176x: Implement a median filter on ADC readings
Kevin O'Connor
2019-01-14
2
-19
/
+69
*
lpc176x: Add mechanism for entering the bootloader from a USB signal
Kevin O'Connor
2019-01-13
1
-0
/
+9
*
adccmds: Run gpio_adc_setup() before oid_alloc()
Kevin O'Connor
2019-01-13
1
-1
/
+2
*
src: Rename source folders for atsam and atsamd architectures
Florian Heilmann
2019-01-12
33
-74
/
+80
*
stepper: Fix bug when using a non-zero CONFIG_STEP_DELAY on AVR
Kevin O'Connor
2019-01-11
1
-1
/
+1
*
stepper: Support configuring the stepper pulse length from Kconfig
Kevin O'Connor
2019-01-09
3
-15
/
+41
*
i2ccmds: Pass the i2c address as a 7-bit number (0-127)
Kevin O'Connor
2019-01-07
4
-7
/
+5
*
sam3: Implement board reset via SAM RSTC hardware
Kevin O'Connor
2019-01-07
1
-1
/
+6
*
sam3: Add USB support for the SAM4 "UDP" hardware
Kevin O'Connor
2019-01-07
6
-2
/
+256
*
sam3: Add support for sam4s8c chips
Kevin O'Connor
2019-01-07
10
-8
/
+222
*
sam3: Add additional SPI and USART buses to spi.c
Kevin O'Connor
2019-01-07
1
-0
/
+4
*
sam3: Merge sam4e_spi.c into spi.c
Kevin O'Connor
2019-01-07
4
-163
/
+193
*
sam3: Add enable_pclock() helper function
Kevin O'Connor
2019-01-07
10
-22
/
+32
*
sam3: Enable i2c on sam3x8e
Kevin O'Connor
2019-01-07
3
-17
/
+16
*
sam3: Merge sam4e8e support into sam3 code
Kevin O'Connor
2019-01-07
23
-551
/
+125
*
lib: Rename lib/cmsis-sam4e/ to lib/sam4e/
Kevin O'Connor
2019-01-07
1
-8
/
+5
*
sam3: Rename src/sam3x8e to src/sam3
Kevin O'Connor
2019-01-07
11
-10
/
+10
*
sam4e8e: Move the sam4 cache setup to its own sam4_cache.c file
Kevin O'Connor
2019-01-07
3
-7
/
+17
*
sam4e8e: Use just a single 'chan' member in 'struct gpio_adc'
Kevin O'Connor
2019-01-07
2
-61
/
+47
*
sam4e8e: Move ADC code to new file afec.c
Kevin O'Connor
2019-01-07
4
-212
/
+219
*
sam4e8e: Rename gpio_set_peripheral() to gpio_peripheral()
Kevin O'Connor
2019-01-07
5
-27
/
+24
*
sam4e8e: Move gpio_set_peripheral() definition from gpio.h to internal.h
Kevin O'Connor
2019-01-07
6
-38
/
+51
*
sam3x8e: Move adc support to a new adc.c file
Kevin O'Connor
2019-01-07
3
-85
/
+93
*
sam3x8e: Pass the gpio id directly to gpio_peripheral()
Kevin O'Connor
2019-01-07
4
-9
/
+10
*
sam3x8e: Add an internal.h header file with local definitions
Kevin O'Connor
2019-01-07
5
-15
/
+23
*
lib: Remove sam4e sam.h and component-version.h files
Kevin O'Connor
2019-01-07
4
-4
/
+4
*
usb_cdc: Notify both the bulk_in and bulk_out tasks on a configure
Kevin O'Connor
2019-01-07
1
-0
/
+1
*
stm32f1: It's only necessary to program the CR1 register during SPI init
Kevin O'Connor
2019-01-07
3
-11
/
+9
*
lpc176x: Pass gpio id to gpio_peripheral()
Kevin O'Connor
2019-01-04
7
-21
/
+21
*
lpc176x: Move enable_peripheral_clock to main.c
Kevin O'Connor
2019-01-04
9
-23
/
+32
*
lpc176x: Move ADC code to new adc.c file
Kevin O'Connor
2019-01-04
4
-95
/
+103
*
samd21: Add support for entering Arduino bootloader via USB
Kevin O'Connor
2018-12-24
2
-1
/
+9
*
usb_cdc: Add support for detecting a USB level Arduino bootloader request
Kevin O'Connor
2018-12-24
6
-0
/
+33
*
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
[next]