summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-f.c
Commit message (Expand)AuthorAgeFilesLines
* 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