summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-f.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-507/+0
* chip/stm32: Make function definition and declaration matchTom Hughes2021-09-291-1/+1
* stm: rtc: Prevent locking a mutex in interrupt contextWai-Hong Tam2020-07-301-1/+9
* test: Add on-device unit test for STM32 RTCTom Hughes2020-04-301-0/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-4/+4
* ec: Refactor get_rtc_diff to return unsigned valuesJack Rosenthal2019-03-201-12/+21
* ec: cleanup: Add CONFIG_RTCJack Rosenthal2019-03-011-1/+1
* chip/stm32/clock: Enable STOP mode when the host sets wake alarmPhilip Chen2019-01-111-25/+64
* chip/stm32/clock: Cleanly clear pending RTC alarm IRQPhilip Chen2019-01-051-0/+3
* chip/stm32/clock: Initialize 'alarm_us'Philip Chen2018-05-221-1/+2
* chip/stm32/clock: Align to second for rtc alarm host commandPhilip Chen2018-04-241-9/+20
* chip/stm32/clock: Handle illegal alarm timeout gracefullyPhilip Chen2017-12-061-4/+8
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-1/+1
* chip/stm32/clock: Don't wake up the host when the host resets rtcPhilip Chen2017-10-061-1/+2
* chip/stm32/clock: Allow the host to reset rtc alarmPhilip Chen2017-10-021-0/+5
* chip/stm32/clock: Wakeup AP when rtc alarm goes offPhilip Chen2017-09-281-0/+10
* chip/stm32/clock: Incorporate RTC date registerPhilip Chen2017-09-271-57/+138
* chip/stm32/clock: Support RTC console/host commandsPhilip Chen2017-08-231-0/+104
* stm32f4: clock stm32f412 at 96MHzWei-Ning Huang2017-06-211-0/+6
* stm32: flash: enable data and instruction cache properlyWei-Ning Huang2017-06-201-1/+17
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* stm32f446e-eval: add support for stm32f446Nick Sanders2016-08-171-0/+209