aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* config: Fysetc S6 generic configuration (#2220)Tobias Weiß2019-12-182-5/+5
* atsam: Fix typo causing chipid to not be fully readKevin O'Connor2019-11-271-2/+2
* stm32: Fix typo in setting of SMPR1 register on stm32f103Kevin O'Connor2019-11-271-1/+2
* stm32: Fix typo in adc startup delayKevin O'Connor2019-11-271-1/+6
* lcd_hd44780: Minor change to timing delaysKevin O'Connor2019-11-261-2/+2
* lcd_hd44780: Add proper timing delays around gpio updatesKevin O'Connor2019-11-261-0/+20
* lpc176x: Move chip id code from usbserial.c to new file chipid.cKevin O'Connor2019-11-263-38/+48
* usb_cdc: Report MCU type on all boardsKevin O'Connor2019-11-261-4/+0
* atsam: Enable chipid as usb serial numberKevin O'Connor2019-11-263-1/+76
* atsamd: Enable chipid as usb serial numberKevin O'Connor2019-11-253-1/+47
* stm32: Enable chipid as usb serial numberKevin O'Connor2019-11-253-1/+35
* usb_cdc: Add a usb_fill_serial() helper functionKevin O'Connor2019-11-253-23/+32
* stm32: Allow external crystal speed to be customized in KconfigKevin O'Connor2019-11-254-55/+60
* usb_cdc: Report the MCU name instead of "Klipper firmware"Kevin O'Connor2019-11-211-0/+4
* lpc176x: Minor rework of HAVE_CHIPID kconfigKevin O'Connor2019-11-212-13/+9
* lpc176x: read chip id and use as usb serial. (#2184)Matt Baker2019-11-215-10/+82
* atsamd: Add support for SAMD51 overclockingLars R. Hansen2019-11-182-6/+22
* stm32f0: Initial support for i2c on stm32f0Kevin O'Connor2019-11-144-6/+100
* stm32: adc for new stm32f0 common code (#2120)clearchris2019-11-054-3/+144
* stm32: Define PGx pins on stm32f103Kevin O'Connor2019-11-021-2/+7
* flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targetsKevin O'Connor2019-10-264-11/+4
* flash_usb: Use "-s" option to specify flash offset on atsamdKevin O'Connor2019-10-261-1/+1
* stm32: Add support for flashing over usb on stm32f042Kevin O'Connor2019-10-262-0/+16
* stm32: stm32f4 usb boot check only needed when CONFIG_USBSERIALKevin O'Connor2019-10-261-2/+2
* stm32f4: Add support for flashing over USBKevin O'Connor2019-10-262-1/+15
* atsam: sysio support is only available on sam4sKevin O'Connor2019-10-241-0/+2
* atsam: Allow PB4-PB7,PB10-PB12 to be used as gpio on sam4Kevin O'Connor2019-10-241-0/+3
* stm32: Implement armcm_main() in arch specific codeKevin O'Connor2019-10-246-30/+40
* armcm_boot: Use armcm_main() instead of main() to start board codeKevin O'Connor2019-10-246-25/+27
* stm32: Support PA11/PA12 pin remap on stm32f042 tsop20 chipKevin O'Connor2019-10-232-0/+12
* stm32: Support stm32f042 build from stm32/ directoryKevin O'Connor2019-10-234-4/+41
* stm32: Initial support for stm32f070Kevin O'Connor2019-10-239-21/+390
* stm32f0: Rename internal build symbol from MACH_STM32F0 to MACH_STM32F0_HALKevin O'Connor2019-10-232-3/+3
* stm32: Support 16bit packet memory access on usbfs controllerKevin O'Connor2019-10-231-9/+15
* stm32: Be explicit in layout of gpio banks in digital_regs variableKevin O'Connor2019-10-231-3/+7
* stm32: Use stm32f103xe header for stm32f103 lineKevin O'Connor2019-10-231-1/+1
* stm32: Make sure to turn on the usb clock before writing to the packet memoryKevin O'Connor2019-10-131-4/+4
* avr: List 20Mhz option below 16Mhz option in KconfigKevin O'Connor2019-09-301-2/+2
* lpc176x: Use FIOPIN to set start value on gpio_out_reset()Kevin O'Connor2019-09-291-4/+1
* stm32: Only prompt for a bootloader on stm32f103 and stm32f407Kevin O'Connor2019-09-181-2/+2
* atsam: No need to call SystemInit() from main()Kevin O'Connor2019-09-181-2/+1
* armcm_boot: Export MCU definition from armcm_bootKevin O'Connor2019-09-186-16/+12
* armcm_reset: Add a new helper file defining command_reset()Kevin O'Connor2019-09-187-26/+21
* stm32: Move VTOR fixup from main() to chip specific codeKevin O'Connor2019-09-183-3/+10
* stm32: Move usb_request_bootloader() to chip specific codeKevin O'Connor2019-09-184-20/+24
* stm32: Fix usbfs rx buffer sizingKevin O'Connor2019-09-161-2/+2
* stm32: Use official defines for EPR bitsKevin O'Connor2019-09-161-30/+23
* stm32: Rename USB_BTABLE to EPM in usbfs.cKevin O'Connor2019-09-161-20/+20
* atsam: Add missing PB21 pin to ADC moduleKevin O'Connor2019-09-161-1/+1
* stm32: Disable usb irqs in usbotg handlersKevin O'Connor2019-09-121-17/+56