summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-stm32l4.c
Commit message (Expand)AuthorAgeFilesLines
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* chip/stm32: Proper declarations for USB clock and SRAM on L5Jes B. Klinke2021-10-081-35/+55
* chip/stm32: Make function definition and declaration matchTom Hughes2021-09-291-1/+1
* chip/stm32: Factor family specific clock logic out of usb.cJes B. Klinke2021-09-081-5/+20
* stm32: add stm32l431 ec in chip/stm32 : system / clock / timerBossen WU2021-06-301-38/+741
* ec: change usage of dummySam Hurst2020-08-051-3/+3
* Make wait_for_ready available for allDaisuke Nojiri2020-07-281-7/+2
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-2/+2
* stm32f4: clock stm32f412 at 96MHzWei-Ning Huang2017-06-211-0/+5
* stm32: more clocks support for STM32L4 familyVincent Palatin2017-02-231-0/+3
* stm32: add support for STM32L442Vincent Palatin2017-02-171-1/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* STM32: Add HSE and PLL to clock source selectionDaisuke Nojiri2016-04-291-50/+236
* Bring up STM32L476G-EvalDaisuke Nojiri2016-04-251-0/+204