summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/tasks.c
Commit message (Expand)AuthorAgeFilesLines
* task: change task events bitmask to atomic_tDawid Niedzwiecki2021-11-291-2/+2
* zephyr: remove the HOOKS taskKeith Short2021-11-101-7/+2
* task: Use bool for truthy return typesTom Hughes2021-11-091-1/+1
* Task: Introduce generic deferred checkDiana Z2021-11-081-0/+15
* Zephyr: Create sysworkq entry in task shimDiana Z2021-11-081-11/+12
* zephyr: test: usb_mux: Disable PD task during testingYuval Peress2021-10-081-0/+5
* zephyr: shim: split task structure to save memoryMichał Barnaś2021-10-051-34/+53
* zephyr: shell: add alias for kernel threads commandMichał Barnaś2021-09-221-0/+9
* zephyr: Add test runner in shimmed taskTomasz Michalec2021-09-151-11/+14
* zephyr: Add test runner task idTomasz Michalec2021-09-021-0/+16
* zephyr: shim/src: task: add in_interrupt_context routineTim Lin2021-08-051-0/+5
* zephyr: implement irq functions for tasksDino Li2021-07-071-2/+4
* zephyr: tasks: fix task id for deferred callsTomasz Michalec2021-06-301-0/+8
* zephyr: Add dummies for a few more task functionsSimon Glass2021-06-151-0/+15
* zephyr: Conditionally remove the task nameKeith Short2021-06-111-0/+15
* zephyr: Implement task_start_calledDawid Niedzwiecki2021-03-311-1/+3
* zephyr: implement task timersJack Rosenthal2021-03-201-0/+47
* zephyr: implement cortex-m's interrupt_disable()Yuval Peress2021-02-181-9/+0
* zephyr: flash/system: enable common/flash.c & common/system.cYuval Peress2021-02-031-0/+14
* zephyr: Enable the power-delivery taskSimon Glass2021-01-121-0/+7
* zephyr: improve shimming for unit testsPaul Fagerburg2020-12-311-0/+7
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+1
* zephyr: fix build for keyboard shimYuval Peress2020-12-051-7/+1
* zephyr: fix issue with set_event hanging before tasks startJett Rink2020-11-131-3/+20
* zephyr: correct shimmed task prioritiesJett Rink2020-11-091-2/+3
* cleanup: follow header include styleJett Rink2020-11-091-1/+1
* zephyr: move from SYS_INIT to mainJett Rink2020-11-091-5/+1
* zephyr: add task shimJett Rink2020-11-051-0/+205