Hi Michal,
I suggest you keep this up_rtc_initalize(), without CONFIG_RTC_EXTERNAL.
1. External RTC is also a RTC, need init/setup operation.
2. If you don't want setup RTC in up_rtc_initalize(), you can keep it empty.
3. If you don't want to use RTC, then close CONFIG_RTC
4. CONFIG
>From: Tim Hardisty
>
>Hi all,
>
>I am investigating but someone may have seen this already?
>
>
>When I try and play it with NXplayer, it fails while trying to enqueue
>the buffer and behaves as if the file is not open (EBADF)
After comparing audio_null.c to (for example) cs43l22.c I have made s
Hi all,
I am investigating but someone may have seen this already?
Developing a custom audio driver but getting started with the null audio device
and NXplayer. I have saved a WAV file to the smartfs and it appears to be
valid. In case relevant I did this by saving the wav file to a header file
NVMC support for NRF52 chips was ported from Nordic SDK which was released
on the BSD license (old times), so these features should depend on
CONFIG_ALLOW_BSD_COMPONENTS=y. Users must manually enable support for the
BSD components to continue using the mentioned features.
Related PR: https://githu