aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32f0.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Use new CONFIG_USB to determine if USB needs to be configuredKevin O'Connor2022-08-161-5/+4
* usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor2022-07-291-3/+4
* armcm_reset: Add a armcm_reset.h header file for try_request_canboot()Kevin O'Connor2022-06-041-0/+1
* stm32: call "try_request_canboot" for bootloader requestsEric Callahan2022-06-031-0/+1
* stm32: Unify enable_pclock() codeKevin O'Connor2021-12-301-35/+14
* stm32: Fix DFU entry point on stm32f072Kevin O'Connor2021-12-231-0/+2
* stm32: Reorganize usb bootloader code in stm32f0.cKevin O'Connor2021-12-231-38/+65
* stm32: Add new gpioperiph.c file for gpio_peripheral() codeKevin O'Connor2021-12-231-26/+1
* stm32: Add a MACH_STM32F0x2 alias for F042 and F072 chipsKevin O'Connor2021-10-131-3/+3
* stm32: Change stm32f0 OSPEEDR to "medium" speedKevin O'Connor2021-10-121-1/+1
* stm32: Add comments to configuration of OSPEEDR gpio speedKevin O'Connor2021-10-121-1/+3
* stm32: Simplify USB/Serial/CANbus Kconfig selectionKevin O'Connor2021-03-181-1/+2
* stm32: Adding support for STM32F031x6 (#3871)Elias Bakken2021-02-031-1/+2
* stm32: Support setting the stm32f0 internal clock trim valueKevin O'Connor2021-01-181-1/+2
* stm32: Only use the HSI48 clock when doing "usb clock recovery"Kevin O'Connor2020-12-081-1/+2
* stm32: Improved CAN support for STM32 (#2976)bondus2020-06-241-1/+1
* stm32: Fix typo causing internal clock to always be used on stm32f042Kevin O'Connor2020-05-281-1/+1
* stm32: Add support for a bootloader on stm32f0Kevin O'Connor2020-03-041-0/+19
* stm32: HSI selection fix; Pin swap rename; Add CAN selectionEug Krashtan2020-01-141-3/+3
* stm32: Allow external crystal speed to be customized in KconfigKevin O'Connor2019-11-251-6/+8
* stm32f0: Initial support for i2c on stm32f0Kevin O'Connor2019-11-141-2/+8
* stm32: adc for new stm32f0 common code (#2120)clearchris2019-11-051-0/+13
* stm32: Add support for flashing over usb on stm32f042Kevin O'Connor2019-10-261-0/+15
* stm32: Implement armcm_main() in arch specific codeKevin O'Connor2019-10-241-2/+8
* stm32: Support PA11/PA12 pin remap on stm32f042 tsop20 chipKevin O'Connor2019-10-231-0/+8
* stm32: Support stm32f042 build from stm32/ directoryKevin O'Connor2019-10-231-1/+27
* stm32: Initial support for stm32f070Kevin O'Connor2019-10-231-0/+136