summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-stm32l.c
Commit message (Expand)AuthorAgeFilesLines
* chip/stm32: Factor family specific clock logic out of usb.cJes B. Klinke2021-09-081-4/+17
* ec: change usage of dummySam Hurst2020-08-051-3/+3
* Make wait_for_ready available for allDaisuke Nojiri2020-07-281-14/+4
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-2/+2
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* Keyboard: Allow keyboard size to be set at run timeDaisuke Nojiri2018-10-191-1/+1
* stm32f4: clock stm32f412 at 96MHzWei-Ning Huang2017-06-211-0/+5
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* stm32: Add delay after enabling peripheral clockVic Yang2015-02-101-0/+13
* clock-stm32l: properly setting HSI/MSI clock based on the RMYen Lin2014-12-171-7/+45
* Add cprints() and ccprints()Vic Yang2014-05-211-5/+5
* stm32l: supports fake-hibernateLouis Yung-Chieh Lo2014-03-061-0/+119
* stm32: Flush UART buffer before changing EC core clock speedRandall Spangler2013-11-191-1/+7
* lm4: Add a low power idle task.stabilize-4825.BAlec Berg2013-10-151-10/+0
* STM32L ADC driverVic Yang2013-09-051-3/+20
* stm32l: Add a "PRE_FREQ_CHANGE" hook to allow other code to prepareDoug Anderson2013-08-291-0/+3
* Clean up more config options - FMAP, etc.Randall Spangler2013-07-241-20/+1
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-011-0/+210