summaryrefslogtreecommitdiff
path: root/zephyr/test/tasks
Commit message (Expand)AuthorAgeFilesLines
* zephyr: zmake: implement multiple toolchain support/probingJack Rosenthal2021-09-011-1/+3
* zephyr: switch posix-ec and host tests to v2.6Jack Rosenthal2021-08-101-1/+1
* zephyr: tasks: fix task id for deferred callsTomasz Michalec2021-06-301-0/+1
* zephyr: implement task timersJack Rosenthal2021-03-202-1/+76
* zephyr: zmake: drop support for zephyr v2.4Jack Rosenthal2021-02-231-1/+0
* zephyr: support zephyr v2.5 on all projectsJack Rosenthal2021-02-181-0/+1
* zephyr: test: update unit tests for zmakePaul Fagerburg2021-01-252-20/+7
* zephyr: tasks: Fix collision of shimmed_tasks.hYuval Peress2020-12-282-3/+4
* zmake: change projects to chroot-supported toolchainsJack Rosenthal2020-12-161-1/+1
* zephyr: put project(...) after find_package(Zephyr)Jack Rosenthal2020-12-151-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-6/+6
* zephyr: Add is-test flag to zmake.yaml files under test/Yuval Peress2020-12-041-0/+1
* zephyr: fix issue with set_event hanging before tasks startJett Rink2020-11-131-3/+24
* zephyr: move from SYS_INIT to mainJett Rink2020-11-091-1/+6
* zephyr: add zmake.yaml filesJett Rink2020-11-061-0/+9
* zephyr: add task shimJett Rink2020-11-054-0/+253