aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* atsamd: Initial support for SAMD51Kevin O'Connor2019-01-2816-61/+432
* atsamd: Add a get_pclock_frequency() helper functionKevin O'Connor2019-01-285-7/+13
* atsamd: Select the 8K bootloader by defaultKevin O'Connor2019-01-281-2/+2
* atsamd: Pass the power management id to enable_pclock()Kevin O'Connor2019-01-289-32/+33
* atsamd: Clarify clock generation codeKevin O'Connor2019-01-281-30/+35
* usbserial: Allow USB ids to be specified via KconfigKevin O'Connor2019-01-252-7/+21
* simulator: Fix simulator buildKevin O'Connor2019-01-251-0/+3
* avr: Only prompt for CLEAR_PRESCALER and SIMULAVR with LOW_LEVEL_OPTIONSKevin O'Connor2019-01-251-2/+2
* Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONSKevin O'Connor2019-01-257-24/+8
* avr: Rename AVR_SERIAL and AVR_USBSERIAL to SERIAL and USBSERIALKevin O'Connor2019-01-252-8/+8
* atsam: Add support for the SAM3X8C micro-controllerKevin O'Connor2019-01-223-0/+7
* atsam: Add support for USB on SAM3XKevin O'Connor2019-01-195-26/+268
* atsam: Add MACH_SAM3X, MACH_SAM4, MACH_SAM4E, MACH_SAM4S definitionsKevin O'Connor2019-01-188-46/+64
* lpc176x: Implement a median filter on ADC readingsKevin O'Connor2019-01-142-19/+69
* lpc176x: Add mechanism for entering the bootloader from a USB signalKevin O'Connor2019-01-131-0/+9
* adccmds: Run gpio_adc_setup() before oid_alloc()Kevin O'Connor2019-01-131-1/+2
* src: Rename source folders for atsam and atsamd architecturesFlorian Heilmann2019-01-1233-74/+80
* stepper: Fix bug when using a non-zero CONFIG_STEP_DELAY on AVRKevin O'Connor2019-01-111-1/+1
* stepper: Support configuring the stepper pulse length from KconfigKevin O'Connor2019-01-093-15/+41
* i2ccmds: Pass the i2c address as a 7-bit number (0-127)Kevin O'Connor2019-01-074-7/+5
* sam3: Implement board reset via SAM RSTC hardwareKevin O'Connor2019-01-071-1/+6
* sam3: Add USB support for the SAM4 "UDP" hardwareKevin O'Connor2019-01-076-2/+256
* sam3: Add support for sam4s8c chipsKevin O'Connor2019-01-0710-8/+222
* sam3: Add additional SPI and USART buses to spi.cKevin O'Connor2019-01-071-0/+4
* sam3: Merge sam4e_spi.c into spi.cKevin O'Connor2019-01-074-163/+193
* sam3: Add enable_pclock() helper functionKevin O'Connor2019-01-0710-22/+32
* sam3: Enable i2c on sam3x8eKevin O'Connor2019-01-073-17/+16
* sam3: Merge sam4e8e support into sam3 codeKevin O'Connor2019-01-0723-551/+125
* lib: Rename lib/cmsis-sam4e/ to lib/sam4e/Kevin O'Connor2019-01-071-8/+5
* sam3: Rename src/sam3x8e to src/sam3Kevin O'Connor2019-01-0711-10/+10
* sam4e8e: Move the sam4 cache setup to its own sam4_cache.c fileKevin O'Connor2019-01-073-7/+17
* sam4e8e: Use just a single 'chan' member in 'struct gpio_adc'Kevin O'Connor2019-01-072-61/+47
* sam4e8e: Move ADC code to new file afec.cKevin O'Connor2019-01-074-212/+219
* sam4e8e: Rename gpio_set_peripheral() to gpio_peripheral()Kevin O'Connor2019-01-075-27/+24
* sam4e8e: Move gpio_set_peripheral() definition from gpio.h to internal.hKevin O'Connor2019-01-076-38/+51
* sam3x8e: Move adc support to a new adc.c fileKevin O'Connor2019-01-073-85/+93
* sam3x8e: Pass the gpio id directly to gpio_peripheral()Kevin O'Connor2019-01-074-9/+10
* sam3x8e: Add an internal.h header file with local definitionsKevin O'Connor2019-01-075-15/+23
* lib: Remove sam4e sam.h and component-version.h filesKevin O'Connor2019-01-074-4/+4
* usb_cdc: Notify both the bulk_in and bulk_out tasks on a configureKevin O'Connor2019-01-071-0/+1
* stm32f1: It's only necessary to program the CR1 register during SPI initKevin O'Connor2019-01-073-11/+9
* lpc176x: Pass gpio id to gpio_peripheral()Kevin O'Connor2019-01-047-21/+21
* lpc176x: Move enable_peripheral_clock to main.cKevin O'Connor2019-01-049-23/+32
* lpc176x: Move ADC code to new adc.c fileKevin O'Connor2019-01-044-95/+103
* samd21: Add support for entering Arduino bootloader via USBKevin O'Connor2018-12-242-1/+9
* usb_cdc: Add support for detecting a USB level Arduino bootloader requestKevin O'Connor2018-12-246-0/+33
* samd21: Add support for ADCKevin O'Connor2018-12-224-0/+131
* stm32f1: Always read SPI receive bufferYannic Schroeder2018-12-141-2/+3
* samd21: Fix gpio in supportKevin O'Connor2018-11-302-3/+18
* samd21: Add support for flashing an application via the bossac toolKevin O'Connor2018-11-301-3/+9