aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* stm32: Support reading chip based temperature sensor on stm32f0Kevin O'Connor2020-10-291-2/+10
* stm32: Reduce adc_pins storage size in stm32f0_adc.cKevin O'Connor2020-10-291-19/+7
* stm32: Support reading chip based temperature sensor on stm32f1/2/4Kevin O'Connor2020-10-291-5/+24
* stm32: Don't default to HID bootloader in KconfigKevin O'Connor2020-10-131-6/+8
* stm32: Fixed CAN bus for STM32F4, there were syntax errors that prevented com...bondus2020-10-111-3/+3
* config: Added TronXY X5SA support (#3265)Cabia Rangris2020-08-301-0/+3
* stm32: Improvements to CAN bus ID generation. And added a small fast hash lib...bondus2020-08-092-6/+7
* stm32: Improved CAN support for STM32 (#2976)bondus2020-06-247-279/+493
* stm32: Initial support for stm32f2 (#3001)combolek2020-06-234-6/+46
* stm32: Support for 20KiB bootloader offset. (#3008)kianusch2020-06-201-0/+3
* Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definitionKevin O'Connor2020-05-311-0/+1
* stm32: Fix typo causing internal clock to always be used on stm32f042Kevin O'Connor2020-05-281-1/+1
* stm32f4: Add support for HID bootloaderArksine2020-05-282-2/+16
* stm32f1: Add support for HID BootloaderArksine2020-05-283-4/+16
* stm32: add support for i2c readArksine2020-05-051-3/+39
* stm32: Wait for setup complete to enable ep0 rx in usbotg.cArksine2020-05-031-4/+11
* stm32: Wait for setup complete notification in usbotg.cKevin O'Connor2020-05-031-6/+13
* stm32: Slow ADC frequency to 4.5MhzKevin O'Connor2020-04-302-4/+4
* stm32: Add support for 64KiB bootloader on stm32f103Kevin O'Connor2020-03-241-2/+5
* stm32: Explicitly reset peripheral clocks on stm32f1Kevin O'Connor2020-03-241-0/+5
* stm32: Add support for a bootloader on stm32f0Kevin O'Connor2020-03-042-2/+26
* stm32: Revert "stm32: performance improvement for spi on stm32f0"Kevin O'Connor2020-03-041-8/+4
* stm32: Fix broken clock setup on stm32f1Kevin O'Connor2020-02-291-2/+2
* 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
* stm32: STM32F0 CAN featureEug Krashtan2020-01-144-0/+290
* stm32: HSI selection fix; Pin swap rename; Add CAN selectionEug Krashtan2020-01-142-7/+11
* config: Fysetc S6 generic configuration (#2220)Tobias Weiß2019-12-181-3/+3
* 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
* stm32: Enable chipid as usb serial numberKevin O'Connor2019-11-253-1/+35
* stm32: Allow external crystal speed to be customized in KconfigKevin O'Connor2019-11-254-55/+60
* 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-261-5/+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
* 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-241-5/+5
* stm32: Support PA11/PA12 pin remap on stm32f042 tsop20 chipKevin O'Connor2019-10-232-0/+12