jaredwolff OK, I’ve made some progress. I ended up completely removing VSC and the Nordic SDK and nRF Connect Manager and starting afresh. Things had gone pear shaped somehow and I had no idea how to reverse what I have done so it seemed like the easiest option
So, I was able to update west.yml and do a west update. Saw this pop up when it was doing its thing:
--- pcf85063a: fetching, need revision master
And I can see the pcf85063a sub-folder in my v1.9.1 folder, so its obviously grabbed what it needed.
If I then build any of my projects, I see this pop up in the terminal window:
`– Found assembler: C:/Nordic/v1.9.1/toolchain/opt/bin/arm-none-eabi-gcc.exe
CMake Warning at C:\Nordic\v1.9.1\zephyr\CMakeLists.txt:764 (message):
No SOURCES given to Zephyr library: ..pcf85063adrivers__rtc
Excluding target from build.`
Not sure if that is significant or not.
I then added the #include for the pcf85063a.h header to my code, the CONFIG_PCF85063A=y to my prof.config and the mods to the board file and did a build. Again, I saw this pop up in the terminal window:
`CMake Warning at C:\Nordic\v1.9.1\zephyr\CMakeLists.txt:764 (message):
No SOURCES given to Zephyr library: ..pcf85063adrivers__rtc
Excluding target from build.
`
But everything seems to compile OK, so that’s a leap forward! I haven’t actually attempted to use any of the API’s to access my RTC as yet, but when I get some time (and hopefully it will work!) I’ll get back with an update.
Thanks for your assistance @jaredwolff. This stuff is all a bit confusing/confronting for someone experiencing it for the first time!
Cheers,
Mike