aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* spi_software: Remove unused include fileKevin O'Connor2019-08-171-1/+0
* stm32: Simplify usbotg packet reading and writingKevin O'Connor2019-08-161-57/+54
* stm32: Add support for additional ADC3 ports on stm32f4Kevin O'Connor2019-08-152-20/+42
* stm32: Initial support for USB On-The-Go (OTG) driver on stm32f4Kevin O'Connor2019-08-153-3/+411
* stm32: Enable 48Mhz USB clock on stm32f446Kevin O'Connor2019-08-141-0/+22
* lcd_st7920: Add brief delay around gpio toggle calls on fast MCUsKevin O'Connor2019-08-101-0/+20
* stm32: Add support for the 32KiB bootloader on the SKR ProKevin O'Connor2019-08-091-3/+6
* stm32: Add serial USART serial port option for port PD9/PD8Kevin O'Connor2019-08-092-0/+10
* neopixel: Rework timing so that it works on AVR micro-controllersKevin O'Connor2019-08-071-61/+99
* stm32: Fix memory sizing for STM32F405/7 chipsKevin O'Connor2019-08-061-4/+2
* spicmds: Rework spi config commandsKevin O'Connor2019-08-067-81/+86
* stm32: Automatically disable SWD if PA13/PA14 is used on stm32f103Kevin O'Connor2019-08-051-0/+4
* stm32f1: Remove now unused src/stm32f1/ directoryKevin O'Connor2019-08-0511-1138/+0
* stm32: Rename clock.c to stm32f4.cKevin O'Connor2019-08-052-1/+1
* stm32: Rename stm32f4/ directory to stm32/Kevin O'Connor2019-08-0516-93/+90
* stm32f4: Add support for USB on stm32f103Kevin O'Connor2019-08-054-0/+340
* stm32f4: Add support for STM32F103Kevin O'Connor2019-08-057-17/+191
* stm32f4: Allow the USART serial port to be configuredKevin O'Connor2019-07-282-15/+54
* stm32f4: Make using the internal clock source a low level optionKevin O'Connor2019-07-282-7/+11
* stm32f4: Add support for full range of GPIO pinsKevin O'Connor2019-07-283-30/+44
* stm32f4: Only enable peripherals onceKevin O'Connor2019-07-284-13/+35
* stm32f4: Encode mode/func into single parameter of gpio_peripheralKevin O'Connor2019-07-285-12/+13
* armcm_timer: Improve comments on wrap_timer codeKevin O'Connor2019-07-271-3/+5
* stm32f4: Automatically calculate dynmem start/endKevin O'Connor2019-07-272-2/+17
* stm32f4: Add Kconfig build rules for STM32F405/7Kevin O'Connor2019-07-277-125/+146
* stm32f4: Add support for SPIKevin O'Connor2019-07-274-0/+69
* stm32f4: Add support for ADCKevin O'Connor2019-07-274-0/+99
* stm32f4: Add support for watchdogKevin O'Connor2019-07-262-1/+26
* stm32f4: Improve serial baud rate calculationKevin O'Connor2019-07-261-2/+3
* stm32f4: Add support for external 8Mhz crystalKevin O'Connor2019-07-262-5/+23
* stm32f4: Add support for GPIOKevin O'Connor2019-07-253-0/+133
* stm32f4: Add initial support for STM32F446 chipKevin O'Connor2019-07-259-0/+384
* atsamd: Fix comment typo in serial.cKevin O'Connor2019-07-251-1/+1
* initial_pins: Only build when CONFIG_HAVE_GPIO is enabledKevin O'Connor2019-07-241-2/+2
* armcm_timer: Support micro-controllers faster than 160MhzKevin O'Connor2019-07-241-0/+22
* neopixel: Update to more flexible bit-banging timingKevin O'Connor2019-07-231-20/+38
* lib: Update stm32f1 code to version 1.8.0Kevin O'Connor2019-07-212-11/+6
* stm32f0: Remove trailing tab from MakefileKevin O'Connor2019-07-211-1/+1
* neopixel: Improve timing of gpio bit-bangingKevin O'Connor2019-07-171-39/+43
* neopixel: Be sure to set the line low on a failed writeKevin O'Connor2019-07-131-1/+2
* neopixel: Optimize the update loopKevin O'Connor2019-07-121-41/+37
* neopixel: Add initial support for "neopixel" ledsKevin O'Connor2019-07-122-1/+115
* endstop: Rename mcu end_stop commands to endstopKevin O'Connor2019-07-121-35/+35
* stepper: Don't update SF_LAST_DIR if SF_NEED_RESETKevin O'Connor2019-07-121-1/+3
* lpc176x: Reset LPC_UART0->FDR when using serialKevin O'Connor2019-07-101-0/+1
* buttons: initialize mcu buttons based on inverted stateArksine2019-07-051-2/+3
* lpc176x: Add more filtering to workaround adc hardware defectKevin O'Connor2019-06-201-1/+11
* lpc176x: Fix adc clock divisorKevin O'Connor2019-06-191-2/+2
* armcm_timer: Unify udelay() implementationKevin O'Connor2019-06-0910-42/+24
* atsam: Add support for "timer" controlled hardware pwm pinsKevin O'Connor2019-06-022-8/+145