FreeRTOS-Kernel/portable/Common
Anubhav Rawal a50edad08b
fix: Add MPU wrapper for xTimerDelete API (#1412)
When using MPU wrappers v2, xTimerDelete needs to be a real function
rather than a macro so that the kernel object pool index can be freed
after the timer is successfully deleted. Without this, deleting a timer
leaks the kernel object pool entry.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
2026-07-08 17:38:51 -07:00
..
mpu_wrappers.c Add xQueueCreateSetStatic method for static allocation of Queue Sets (#1228) 2025-01-22 14:53:35 +05:30
mpu_wrappers_v2.c fix: Add MPU wrapper for xTimerDelete API (#1412) 2026-07-08 17:38:51 -07:00