nuttx/drivers/timers
Petro Karashchenko 1b0baa8337 nuttx: use lib_free for memory de-allocation after strdup or asprintf
The memory allocated with strdup and asprintf is done via lib_malloc
so we need to use lib_free to deallocate memory otherwise the assertion
"Free memory from the wrong heap" is hit with flat mode and user separated
heap enabled mode.

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2023-08-08 11:58:29 -03:00
..
arch_alarm.c arch/perf: add ARCH_HAVE_PERF_EVENTS to support hardware perf events 2023-07-21 20:43:30 +08:00
arch_rtc.c
arch_timer.c arch/perf: add ARCH_HAVE_PERF_EVENTS to support hardware perf events 2023-07-21 20:43:30 +08:00
capture.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
cs2100-cp.c
ds3231.c
ds3231.h
Kconfig qemu:add qemu rtc driver. 2023-08-02 03:27:55 -07:00
Make.defs qemu:add qemu rtc driver. 2023-08-02 03:27:55 -07:00
mcp794xx.c
mcp794xx.h
oneshot.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
pcf85263.c
pcf85263.h
pl031.c qemu:add qemu rtc driver. 2023-08-02 03:27:55 -07:00
pwm.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
rpmsg_rtc.c
rtc.c rtc: Fix compiler warning in driver initialization. 2023-05-11 22:18:10 +03:00
rx8010.c
rx8010.h
timer.c nuttx: use lib_free for memory de-allocation after strdup or asprintf 2023-08-08 11:58:29 -03:00
watchdog.c nuttx: use lib_free for memory de-allocation after strdup or asprintf 2023-08-08 11:58:29 -03:00