This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
ab84989a12
zephyr
/
tests
/
kernel
/
mem_heap
/
k_heap_api
/
testcase.yaml
6 lines
66 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: k_heap api: add tests for k_heap_api Add test cases to test k_heap_alloc() and k_heap_free() APIs Fixes #29654 Signed-off-by: iva kik <megatheriumiva@gmail.com>
2020-11-05 20:00:55 +08:00
tests
:
kernel.k_heap_api
:
samples, tests: convert string-based twister lists to YAML lists Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-08 19:37:42 +08:00
tags
:
tests: remove linker_generator sub tests from kernel Kernel is being built the same way for all those tests and there is not much related to the linker generator in any of those tests. Just keep a small set of tests to have needed coverage in the kernel. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-01 19:35:21 +08:00
-
heap
samples, tests: convert string-based twister lists to YAML lists Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-08 19:37:42 +08:00
-
kernel