summaryrefslogtreecommitdiff
path: root/board/zinger/runtime.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* board/zinger/runtime.c: Format with clang-formatJack Rosenthal2022-06-271-12/+14
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-3/+1
* tree: Replace asm for disabling interrupts with functionTom Hughes2022-01-191-3/+3
* system: change sleep_mask to atomic_t typeDawid Niedzwiecki2021-11-291-1/+2
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* board/zinger: fix compiler error when building with clangTom Hughes2021-10-051-3/+3
* 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