zephyr/tests
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
..
application_development/gen_inc_file kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
arch test: arm_irq_vector_table: Fix when !CONFIG_GEN_IRQ_VECTOR_TABLE 2022-06-28 12:29:42 +02:00
benchmarks tests: benchmarks: sys_kernel: Migrate to K_THREAD_STACK_DECLARE 2022-06-20 10:25:52 +02:00
bluetooth Bluetooth: controller: llcp: fix issue re. missing ack of terminate ind 2022-06-28 11:07:04 +02:00
boards dma: HDA DMA API test use alignment property 2022-06-27 12:46:11 +02:00
boot/uefi tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
cmake/config_dir cmake: APPLICATION_CONFIG_DIR support implemented 2021-11-10 08:25:36 -05:00
crypto tests: crypto: mbedtls: remove default mbedTLS options 2022-06-23 09:10:03 +02:00
drivers boards: Add board config defines to adc test 2022-06-28 15:51:55 +02:00
kernel tests: workq: remove tests using legacy work queue API 2022-06-27 12:46:21 +02:00
lib tests: Add picolibc tests for cbprintf 2022-06-27 12:47:25 +02:00
misc tests: Add picolibc tests 2022-06-22 13:15:55 +02:00
net all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
posix tests: posix: use new ztest api 2022-06-28 11:07:12 +02:00
subsys rtio: Low (Memory) Cost Concurrent scheduler 2022-06-28 13:53:13 -04:00
unit lib: os: cbprint: enable tagged arguments for packaging 2022-06-08 00:15:55 +09:00
ztest ztest: Fix incorrect use of this as fixture 2022-06-16 16:13:18 -04:00