aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* stm32: The stm32f1 can only reach 64Mhz when using an internal clockKevin O'Connor2020-02-141-0/+1
* stm32: Fix typo that broke selection of alternate serial port pinKevin O'Connor2020-02-092-2/+2
* stm32: Reset adc calibration prior to starting calibrationKevin O'Connor2020-01-251-8/+17
* stm32: Increase adc sample timeKevin O'Connor2020-01-251-4/+4
* stm32: Only declare alternate usart2 on stm32f0Kevin O'Connor2020-01-233-49/+41
* stm32: Don't export spi1a/spi2a on stm32f1Kevin O'Connor2020-01-231-4/+6
* stm32: add alternate pinout for USART2Arne Jansen2020-01-233-1/+16
* stm32: add alternate pinouts for spi1/2Arne Jansen2020-01-231-3/+9
* stm32: performance improvement for spi on stm32f0Arne Jansen2020-01-231-4/+8
* stm32: fix spi_transfer for stm32f0Arne Jansen2020-01-231-2/+8
* lpc176x: Add support for ssp1 (#2393)akatik2020-01-143-22/+39
* stm32f0: Remove hal based stm32f0 implementationEug Krashtan2020-01-1418-1827/+0
* stm32: STM32F0 CAN featureEug Krashtan2020-01-144-0/+290
* stm32: HSI selection fix; Pin swap rename; Add CAN selectionEug Krashtan2020-01-142-7/+11
* linux: implement i2cArksine2020-01-134-1/+112
* avr: implement i2c_readArksine2020-01-132-2/+19
* 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