mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 06:06:07 +00:00
Add tests that will make sure that refcounting works as expected. Also fixed two tests that were using the object values before the fdtable contained proper values. After reserving a fd by z_reserve_fd(), we can only call z_finalize_fd() or z_free_fd(), and only after those calls can fetch obj and vtable values. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> |
||
---|---|---|
.. | ||
c_lib | ||
cmsis_dsp | ||
devicetree | ||
fdtable | ||
gui/lvgl | ||
heap | ||
heap_align | ||
json | ||
mem_alloc | ||
notify | ||
onoff | ||
ringbuffer | ||
sprintf |