summaryrefslogtreecommitdiff
path: root/include/task.h
Commit message (Expand)AuthorAgeFilesLines
* tasks: Add task_enabled functionRob Barnes2023-04-241-0/+5
* include: Sort header filesJeremy Bettis2022-11-291-1/+2
* include/task.h: Wrap task.h in C++ protection headersBobby Casey2022-10-251-0/+8
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* include/task.h: Format with clang-formatJack Rosenthal2022-06-291-19/+18
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-2/+1
* zephyr: shim: drop task_get_zephyr_tidFabio Baltieri2022-04-081-12/+0
* tree: Replace __attribute__((used)) with __keepTom Hughes2022-03-291-1/+1
* stm32: Add the DFU Boot ManagerBrian J. Nemec2022-02-151-0/+2
* clock-stm32f4: Handle timer overflow in IDLE taskPatryk Duda2022-01-211-0/+7
* task: use atomic_t for some variablesDawid Niedzwiecki2021-12-071-1/+1
* task: change task events bitmask to atomic_tDawid Niedzwiecki2021-11-291-1/+2
* task: Use bool for truthy return typesTom Hughes2021-11-091-3/+3
* Task: Introduce generic deferred checkDiana Z2021-11-081-0/+18
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-2/+3
* zephyr: test: usb_mux: Disable PD task during testingYuval Peress2021-10-081-0/+12
* Provide 'is_interrupt_enabled' function for all coresPatryk Duda2021-09-061-0/+5
* zephyr: provide a definition of K_MUTEX_DEFINE for CrOS EC OSJack Rosenthal2021-03-231-0/+8
* task_set_event: remove obsolete commentDawid Niedzwiecki2021-01-281-3/+0
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+2
* Zephyr: add more compliant implementation for irq_(un)lockYuval Peress2020-11-081-9/+23
* zephyr: cleanup unused _ZEPHYR_WARN_UNIMPLEMENTED macroJack Rosenthal2020-11-071-11/+0
* zephyr: add task shimJett Rink2020-11-051-10/+0
* zephyr: punt implementing some task functionsJack Rosenthal2020-11-031-0/+21
* Zephyr: add support for irq_(un)lockYuval Peress2020-10-301-0/+17
* Zephyr: add support for shimming the mutex structYuval Peress2020-10-301-2/+14
* zephyr: add strtoi shim functionJett Rink2020-10-121-1/+3
* it83xx: read_clear_int_mask() read and clear interrupt bit.Dino Li2020-09-241-4/+4
* tests: reset the PD task before every test caseJett Rink2020-07-101-1/+5
* core/riscv-rv32i: add in_soft_interrupt_context()Tzung-Bi Shih2020-06-031-0/+5
* npcx: Add driver support for PS/2 interfaceCHLin2020-01-301-0/+1
* task: Add task_enable_task() and task_disable_task()Yilun Lin2019-08-221-0/+12
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* minute-ia: move IRQ definitions to common filesJack Rosenthal2019-06-111-0/+17
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-2/+2
* USB PD: Re-discover port partner when a contract was in placeDiana Z2019-04-181-1/+4
* ish: wait for heci bus instead of errorJett Rink2019-04-101-1/+4
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-8/+8
* common: Include compile_time_macros.h when neededGwendal Grignou2019-03-261-0/+1
* ec: Add a task_reset function.Louis Collard2019-01-261-0/+51
* tcpm: wait for TCPC to init upon first tcpc accessJett Rink2018-07-251-1/+3
* npcx: i2c: Add support for npcx7 series ecMulin Chao2017-05-041-0/+4
* stm32f446e-eval: add support for stm32f446Nick Sanders2016-08-171-3/+16
* Don't declare functions inline that aren't always defined as suchPatrick Georgi2016-02-021-1/+1
* nds32: use INT_MASK instead of GIEDino Li2015-08-201-0/+12
* hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2015-07-131-0/+5
* cortex-m0: Add deferred schedulerAlexandru M Stan2015-02-121-0/+1
* samus: pd: fix potential junk at end of tx transmissionstabilize-6670.BAlec Berg2015-01-091-1/+3
* stm32f: Add DMA interrupt handlers for channel 1 to 3Vic Yang2014-10-211-1/+2
* IRQ list support for enabling specific IRQs without common runtimeVic Yang2014-06-191-1/+7