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
4504e04ce0
zephyr
/
tests
/
kernel
/
mem_heap
/
k_heap_api
/
prj.conf
4 lines
59 B
Plaintext
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
CONFIG_ZTEST=y
kernel: heap: move heap testcase to new ztest Move heap testcases to new ztest. Signed-off-by: NingX Zhao <ningx.zhao@intel.com>
2022-08-10 10:55:13 +08:00
CONFIG_ZTEST_NEW_API=y
test: kheap: add testcase Add testcase when use kheap api in isr context. Signed-off-by: Ying ming <mingx.ying@intel.com>
2021-01-05 15:19:51 +08:00
CONFIG_IRQ_OFFLOAD=y