zephyr/tests
Yuval Peress dbb470ea7a rtio: Add a managed memory pool for reads
- Introduce a new Kconfig to enable mempool in RTIO
- Introduce a new RTIO_DEFINE_WITH_MEMPOOL to allocate an RTIO context
  with an associated memory pool.
- Add a new sqe read function rtio_sqe_read_with_pool() for memory pool
  enabled RTIO contexts
- Allow IODevs to allocate only the memory they need via rtio_sqe_rx_buf()
- Allow the consumer to get the allocated buffer via
  rtio_cqe_get_mempool_buffer()
- Consumers need to release the buffer via rtio_release_buffer() when
  processing is complete.

Signed-off-by: Yuval Peress <peress@google.com>
2023-04-10 18:34:43 -04:00
..
application_development tests: code_relocation: Add additional test cases for library and genex 2023-01-17 18:08:37 +01:00
arch soc: arm: ti_simplelink: Add support for TI CC13X2X7 SoC series 2023-03-21 16:03:43 -04:00
benchmarks tests: mark testcases with pm where CONFIG_PM=y is forced 2023-04-04 13:34:45 +02:00
bluetooth bluetooth: tester: Add ASCS and BAP tests handling 2023-04-05 14:51:30 +02:00
boards tests/boards/mec15xxevb_assy6853/qspi: Fix typo in test 2023-04-07 13:39:17 +02:00
boot tests: boot: test_mcuboot: Add mcuboot log level 2023-04-06 18:51:23 +02:00
bsim tests: Bluetooth: Unicast audio test with source stream 2023-04-07 13:37:01 +02:00
cmake tests: add snippet test suite 2023-03-26 16:12:41 +02:00
crypto tests: remove intel adsp cavs platforms from filters 2023-04-06 18:51:56 +02:00
drivers sensor: Generic driver for NTC Thermistor 2023-04-07 16:23:17 -05:00
kernel tests: kernel: fpu_sharing: generic: add xtensa testing 2023-04-08 12:34:25 +02:00
lib tests/lib/mpsc_pbuf: Increase timeout on concurrent test to 120 seconds 2023-04-10 22:02:46 +09:00
misc tests: iterable_sections: Add missing zephyr_iterable_section 2023-04-07 18:59:00 +02:00
net net: lwm2m: Default lifetime is also a minimum accepted lifetime 2023-04-06 14:15:04 -05:00
posix tests: posix: common: Add testcase for arm-clang 2023-04-06 19:50:23 -04:00
subsys rtio: Add a managed memory pool for reads 2023-04-10 18:34:43 -04:00
unit tests/cbprintf: Add explicit casts when testing short/char printf 2023-04-05 10:38:34 +02:00
ztest tests: ztest: use more verbose testname 2023-04-05 10:27:28 +02:00
test_config.yaml twister: add support for levels and test configuration 2023-03-07 15:49:16 +01:00