summaryrefslogtreecommitdiff
path: root/board/zinger/runtime.c
Commit message (Expand)AuthorAgeFilesLines
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+2
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-171-1/+1
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-3/+3
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-5/+5
* ec: Refactor get_rtc_diff to return unsigned valuesJack Rosenthal2019-03-201-3/+1
* chip/stm32/clock: Enable STOP mode when the host sets wake alarmPhilip Chen2019-01-111-1/+1
* Zinger: lift function call out of assemblyJonathan Brandmeyer2018-10-151-3/+4
* Mark reset and panic functions as noreturnPatrick Georgi2017-11-071-0/+1
* chip/stm32/clock: Incorporate RTC date registerPhilip Chen2017-09-271-6/+7
* stm32: add synchronous debug printfAlec Berg2015-10-191-1/+1
* core: add task_wait_event_mask() function to other coresAlec Berg2015-06-111-0/+19
* Add option to enable GCC LTOVincent Palatin2015-05-191-1/+1
* Add PD events loggingVincent Palatin2015-01-151-0/+10
* zinger: maintain a 64-bit time counterVincent Palatin2015-01-031-8/+20
* zinger: fix task_wait_event() bug causing missed wake eventsAlec Berg2015-01-011-2/+2
* pd: Re-factor common flash vdms.Todd Broch2014-12-051-0/+4
* pd: move get_info to common file.Todd Broch2014-12-051-0/+8
* Zinger: honor disable_sleep()Vincent Palatin2014-11-181-1/+4
* zinger: fix task_wait_event() to only exit on event receivedAlec Berg2014-11-181-27/+45
* zinger: (re-)enable the flash prefetch bufferVincent Palatin2014-11-141-2/+5
* zinger: add low power stop modeAlec Berg2014-09-291-5/+81
* zinger: keyborg: fix runtime bug with task_wait_event()Alec Berg2014-08-221-3/+5
* better unhandled exception panic without runtimeVincent Palatin2014-07-031-0/+26
* IRQ list support for enabling specific IRQs without common runtimeVic Yang2014-06-191-2/+3
* zinger: add support to flash RW firmwareVincent Palatin2014-05-171-0/+11
* zinger: remove race condition in event handlingVincent Palatin2014-04-291-0/+3
* Zinger board configurationVincent Palatin2014-04-121-0/+96