summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/tasks.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.B-mainYH Lin2022-12-051-25/+21
* zephyr/shim: Sort header filesJeremy Bettis2022-11-161-6/+6
* test: add coverage for shim/src/tasks.cYuval Peress2022-11-121-12/+12
* tasks: catch errorsYuval Peress2022-11-111-3/+7
* zephyr: Update tasks shim to use K_THREAD_DEFINEKeith Short2022-10-051-83/+23
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr: shim: add all missing include/ prefixesFabio Baltieri2022-08-041-1/+1
* zephyr/shim/src/tasks.c: Format with clang-formatJack Rosenthal2022-06-291-26/+16
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-3/+1
* zephyr: shim: fix a typoFabio Baltieri2022-05-231-1/+1
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-4/+4
* zephyr: test: fix test runner tid ruleYuval Peress2022-04-241-2/+3
* zephyr: tasks: run HOSTCMD in main threadFabio Baltieri2022-04-211-0/+7
* zephyr: tasks: add structured support for extra tasksFabio Baltieri2022-04-201-15/+14
* zephyr: set sysworkq priority explicitly from the task listFabio Baltieri2022-04-191-6/+0
* zephyr: shimmed_task: drop the shell stub task dataFabio Baltieri2022-04-191-15/+0
* zephyr: shimmed_task: define shimmed tasks priority separatelyFabio Baltieri2022-04-191-14/+17
* zephyr: shim: drop task_get_zephyr_tidFabio Baltieri2022-04-081-5/+0
* zephyr: shim: decouple syswork support data from task_ctx_dataFabio Baltieri2022-04-081-37/+62
* zephyr: shim: tasks: use the Zephyr cfg/data conventionFabio Baltieri2022-04-071-70/+60
* Revert "zephyr: Fix the override of the system workqueue"Keith Short2022-04-011-21/+0
* zephyr: Fix the override of the system workqueueKeith Short2022-03-311-0/+21
* zephyr: fix build check for number of tasksKeith Short2022-03-311-4/+3
* zephyr: Check that the tasks run at non-idleJeremy Bettis2022-02-101-0/+5
* zephyr: fix the console/shell task priorityKeith Short2022-01-271-1/+21
* zephyr: Set thread name during thread creationKeith Short2022-01-271-7/+5
* zephyr: test: Migrate drivers test to new ztest APIYuval Peress2022-01-251-1/+13
* zephyr: Avoid calling task_get_current except in tasks.Andrew McRae2022-01-181-1/+1
* 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