summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-stm32f0.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-503/+0
* chip/stm32: Factor family specific clock logic out of usb.cJes B. Klinke2021-09-081-0/+14
* ec: change usage of dummySam Hurst2020-08-051-3/+3
* Make wait_for_ready available for allDaisuke Nojiri2020-07-281-21/+3
* printf: Convert %l to %llEvan Green2019-10-051-2/+2
* chip/stm32/clock: Remove warning message about clock modulesNicolas Boichat2019-07-021-3/+0
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-6/+6
* ec: Refactor get_rtc_diff to return unsigned valuesJack Rosenthal2019-03-201-1/+2
* chip/stm32/clock: Enable STOP mode when the host sets wake alarmPhilip Chen2019-01-111-14/+39
* Refactor ADC clock enable for STM32F0/F3Moritz Fischer2018-09-271-0/+10
* stm32: move UART wake-up to uart codeVincent Palatin2018-06-131-24/+3
* system: Enable/Disable low power idle in run timePhilip Chen2018-05-301-0/+8
* stm32f0 / stm32f3: rtc: Fix register <-> time conversionShawn Nematbakhsh2017-12-111-4/+14
* chip/stm32/clock: Optionally use LSE as RTCCLKPhilip Chen2017-10-111-13/+13
* chip/stm32/clock: Wakeup AP when rtc alarm goes offPhilip Chen2017-09-281-0/+11
* chip/stm32/clock: Incorporate RTC date registerPhilip Chen2017-09-271-7/+13
* chip/stm32/clock: Support RTC console/host commandsPhilip Chen2017-08-231-0/+21
* usb: activate CRS on STM32F0Sam Hurst2017-01-261-0/+22
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* stm32f446e-eval: add support for stm32f446Nick Sanders2016-08-171-186/+6
* stm32: Don't use HSI48 clock for chips which don't support itShawn Nematbakhsh2015-12-111-1/+4
* oak_pd: add initial support for oak PDAlec Berg2015-05-271-0/+41
* stm32f0: Fix RTC read glitchShawn Nematbakhsh2015-02-281-1/+7
* stm32f0: fix handling of RTC alarm 24 hour rolloverAlec Berg2015-02-221-0/+6
* make idlestats console command optionalVincent Palatin2015-02-181-0/+2
* stm32f0: Change idle task warning printf to save stack spaceAlec Berg2015-02-161-1/+2
* stm32: Add delay after enabling peripheral clockVic Yang2015-02-101-0/+13
* stm32: remove useless moduloVincent Palatin2015-01-141-1/+1
* Zinger: honor disable_sleep()Vincent Palatin2014-11-181-1/+1
* ryu: Enable low power idle for P2 boardsVic Yang2014-10-301-2/+5
* stm32f0: stm32f3: Wake from STOP mode on UART start bitVic Yang2014-10-281-2/+4
* stm32f3: Use the correct RTC ALARM IRQVic Yang2014-10-231-2/+2
* Fix clock bug on STM32F0 that HSI48 isn't enabledVic Yang2014-10-221-2/+13
* Add new build target ryu_p2 for Ryu P2 boardsVic Yang2014-10-221-8/+31
* stm32f: stm32f0: guard hibernate function with CONFIG_HIBERNATEVic Yang2014-10-081-0/+2
* zinger: add low power stop modeAlec Berg2014-09-291-17/+22
* stm32f0: enable flash prefetch bufferAlec Berg2014-09-251-2/+5
* stm32f0: samus_pd: add hibernate and enable wake pins for samusAlec Berg2014-09-241-0/+24
* stm32f0: low power idle taskAlec Berg2014-09-221-22/+168
* stm32f0: add RTC alarm functionalityAlec Berg2014-09-191-0/+206
* stm32: pd: add config option to use SPI master for USB PD trasmitAlec Berg2014-04-291-8/+48
* stm32: add support for STM32F0xx familyVincent Palatin2014-03-111-0/+61