summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-stm32f0.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14909.124.B-...factory-brya-14909.124.B-mainYH Lin2022-12-051-1/+1
* chip: Sort header filesJeremy Bettis2022-11-291-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* cortex-m: Don't execute WFI instruction if debuggingBobby Casey2022-07-011-3/+3
* chip/stm32/clock-stm32f0.c: Format with clang-formatJack Rosenthal2022-06-291-17/+15
* tree: Replace asm for disabling interrupts with functionTom Hughes2022-01-191-3/+3
* 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