aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32g0.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Add comments on PLL frequency requirements to clock setup codeKevin O'Connor2025-06-021-0/+2
* stm32g0: Disable internal pull-down resistors on UCPDx CCx pins, because klip...BIGTREETECH2024-01-211-0/+2
* stm32: Support for USART5 on STM32G0B1 (#6105)Florin Popescu2023-04-191-0/+8
* stm32: Expand stm32g0 family (#5838)Alex Voinea2023-01-031-2/+11
* stm32: Move dfu reboot logic to new dfu_reboot.c fileKevin O'Connor2022-12-181-26/+2
* stm32: Minor changes to stm32g0b0 ifdefsKevin O'Connor2022-12-151-2/+2
* stm32g0: add stm32g0b0 supportAlex Voinea2022-12-151-1/+5
* stm32g0: Do not disable SWD by accidentAlex Voinea2022-12-111-2/+5
* stm32: Fix i2c on stm32g0Kevin O'Connor2022-09-111-0/+2
* stm32: Add Hardware PWM support for STM32G0 processors (#5714)Ben Jackson2022-09-011-2/+17
* stm32: Use new CONFIG_USB to determine if USB needs to be configuredKevin O'Connor2022-08-161-1/+1
* usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor2022-07-291-2/+3
* stm32: stm32g0/h7 usb_dfu_bootloader support (#5596)BIGTREETECH2022-06-301-1/+2
* 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: stm32g0b1 fdcan support (#5488)BIGTREETECH2022-06-011-0/+2
* stm32: Clarify CCIPR2 setting in stm32g0.cKevin O'Connor2022-03-111-1/+1
* stm32: Simplify CCIPR2 register assignment on stm32g0Kevin O'Connor2022-03-091-5/+2
* stm32: USB clock source from PLLQCLK on stm32g0 (#5341)BIGTREETECH2022-03-091-6/+4
* stm32: Unify enable_pclock() codeKevin O'Connor2021-12-301-59/+17
* stm32: Initial support for stm32g0Kevin O'Connor2021-12-231-0/+217