-
- Downloads
Move to a more generic asynchronous task management.
No more default naming for these tasks, user is in charge of creating its own tasks. Also renamed "Control task" to "Uninterruptible synchronous task".
Showing
- zephyr/modules/owntech_scheduling/zephyr/CMakeLists.txt 3 additions, 0 deletionszephyr/modules/owntech_scheduling/zephyr/CMakeLists.txt
- zephyr/modules/owntech_scheduling/zephyr/Kconfig 22 additions, 1 deletionzephyr/modules/owntech_scheduling/zephyr/Kconfig
- zephyr/modules/owntech_scheduling/zephyr/public_api/Scheduling.cpp 21 additions, 51 deletions...dules/owntech_scheduling/zephyr/public_api/Scheduling.cpp
- zephyr/modules/owntech_scheduling/zephyr/public_api/Scheduling.h 35 additions, 30 deletions...modules/owntech_scheduling/zephyr/public_api/Scheduling.h
- zephyr/modules/owntech_scheduling/zephyr/src/asynchronous_tasks.cpp 79 additions, 0 deletions...ules/owntech_scheduling/zephyr/src/asynchronous_tasks.cpp
- zephyr/modules/owntech_scheduling/zephyr/src/asynchronous_tasks.hpp 42 additions, 0 deletions...ules/owntech_scheduling/zephyr/src/asynchronous_tasks.hpp
- zephyr/modules/owntech_scheduling/zephyr/src/scheduling_common.cpp 41 additions, 0 deletions...dules/owntech_scheduling/zephyr/src/scheduling_common.cpp
- zephyr/modules/owntech_scheduling/zephyr/src/scheduling_common.hpp 45 additions, 0 deletions...dules/owntech_scheduling/zephyr/src/scheduling_common.hpp
- zephyr/modules/owntech_scheduling/zephyr/src/uninterruptible_synchronous_task.cpp 61 additions, 0 deletions...cheduling/zephyr/src/uninterruptible_synchronous_task.cpp
- zephyr/modules/owntech_scheduling/zephyr/src/uninterruptible_synchronous_task.hpp 35 additions, 0 deletions...cheduling/zephyr/src/uninterruptible_synchronous_task.hpp
- zephyr/prj.conf 7 additions, 0 deletionszephyr/prj.conf
Loading