summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-stm32f4.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.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
* util: remove unused includesYuval Peress2022-08-051-0/+1
* cortex-m: Don't execute WFI instruction if debuggingBobby Casey2022-07-011-2/+2
* chip/stm32/clock-stm32f4.c: Format with clang-formatJack Rosenthal2022-06-281-52/+54
* clock-stm32f4: Fix minimal time the RTC alarm can be set forPatryk Duda2022-06-071-6/+0
* clock-stm32f4: Improve timestamp calculation after deep sleepPatryk Duda2022-01-211-3/+4
* clock-stm32f4: Handle timer overflow in IDLE taskPatryk Duda2022-01-211-0/+45
* tree: Replace asm for disabling interrupts with functionTom Hughes2022-01-191-2/+2
* clock-stm32f4: Check if deep sleep time is less than watchdog periodPatryk Duda2022-01-131-0/+9
* stm32: low power configuration for STM32F4Vincent Palatin2020-12-021-2/+17
* stm32: add STOP mode on STM32F4Vincent Palatin2020-12-021-2/+117
* stm32: fix RTC rounding error breaking alarmsVincent Palatin2020-12-021-3/+7
* stm32: add dynamic clocking for STM32F4Vincent Palatin2020-12-021-92/+231
* ec: change usage of dummySam Hurst2020-08-051-3/+3
* Make wait_for_ready available for allDaisuke Nojiri2020-07-281-13/+0
* chip/stm32: Don't reset the backup domain when initializing clockYicheng Li2020-06-031-1/+0
* 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
* chip: stm32: clock-stm32f4: Implement rtc_set() for RTCstabilize-11554.BMoritz Fischer2019-01-091-2/+30
* Make ADCs on STM32F4 workMoritz Fischer2018-09-281-0/+6
* chip/stm32/clock: Optionally use LSE as RTCCLKPhilip Chen2017-10-111-2/+2
* chip/stm32/clock: Incorporate RTC date registerPhilip Chen2017-09-271-2/+2
* stm32: add embryonic support for STM32F76xVincent Palatin2017-08-181-4/+3
* stm32f4: clock stm32f412 at 96MHzWei-Ning Huang2017-06-211-4/+11
* stm32: add clock configuration for stm32f412 to run at 96 MHzWei-Ning Huang2017-05-121-5/+8
* stm32f446e-eval: add support for stm32f446Nick Sanders2016-08-171-0/+254