Does not NuttX support multiple RTCs?
I want to use the internal and external RTCs, but the definitions of functions conflict each other at building.
/path/to/nuttx/arch/arm/src/chip/cxd56_rtc.c:433: multiple definition of `up_rtc_settime'; /path/to/nuttx/staging/libdrivers.a(ds3231.o):/path/to//nuttx/drivers/timers/ds3231.c:387: first defined here
Can I specify that which I use with any interfaces?