zephyr/tests/subsys
Tom Burdick 121462b129 rtio: Low (Memory) Cost Concurrent scheduler
Schedules I/O chains in the same order as they arrive providing a fixed
amount of concurrency. The low memory cost comes at the cost of some
computational cost that is likely to be acceptable with small amounts
of concurrency.

The code cost is about 4x higher than the simple linear executor
which isn't entirely unexpected as the logic requirements are quite a bit
more than doing the next thing in the queue.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2022-06-28 13:53:13 -04:00
..
canbus/isotp drivers: can: convert enum can_mode to a bit field 2022-05-11 10:47:54 +02:00
cpp tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
debug debug: coredump: add xtensa intel adsp, support toolchains 2022-06-23 15:44:45 -04:00
dfu dts: fix a bunch of odd partition values dts entries 2022-05-25 14:21:04 +02:00
edac ztest: Fix userspace ztests in new API 2022-05-25 11:20:13 +09:00
fs nvs: implement NVS cache 2022-06-05 14:43:59 +02:00
ipc/ipc_service lib: os: Rename icmsg_buf to spsc_pbuf 2022-06-07 19:04:35 +02:00
jwt tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
logging logging: Removing v2 suffix from logging names 2022-06-23 15:46:37 -04:00
mgmt tests/subsys/mgmt/mcumgr: Add unit tests for zcbor_bulk 2022-06-21 11:46:45 +02:00
modbus tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
openthread tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
pm pm: Introduce CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE 2022-06-22 12:24:43 +02:00
portability tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
rtio/rtio_api rtio: Low (Memory) Cost Concurrent scheduler 2022-06-28 13:53:13 -04:00
sd/sdmmc tests: subsys: sd: Add SDMMC subsystem test 2022-04-29 14:21:36 -05:00
settings include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
shell tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
storage tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
tracing/tracing_api tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
usb tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00