mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 18:28:25 +00:00
The implementation of up_perf_*() is in a different static library in nuttx: Hardware: libarch.a Software: libdrivers.a (weak function) Since functions with weak attributes cannot be correctly replaced in multiple static libraries, this PR will use macros to replace whether the arch supports hardware perf events Signed-off-by: chao an <anchao@xiaomi.com> |
||
|---|---|---|
| .. | ||
| arch_alarm.c | ||
| arch_rtc.c | ||
| arch_timer.c | ||
| capture.c | ||
| CMakeLists.txt | ||
| cs2100-cp.c | ||
| ds3231.c | ||
| ds3231.h | ||
| Kconfig | ||
| Make.defs | ||
| mcp794xx.c | ||
| mcp794xx.h | ||
| oneshot.c | ||
| pcf85263.c | ||
| pcf85263.h | ||
| pwm.c | ||
| rpmsg_rtc.c | ||
| rtc.c | ||
| rx8010.c | ||
| rx8010.h | ||
| timer.c | ||
| watchdog.c | ||