Development tools for Zephyr on STM32Workbench for Zephyr: VS Code extension to set up, build, flash and debug Zephyr applications on STM32.Devicetree manager: browse, edit and visualize Zephyr devicetree, STM32CubeMX-like for Zephyr.
I have to integrate a library over from Linux which uses the time() function from time.h
Once I execute, the time(NULL) function returns -1 and doesn't store time in my time_t variable.
I hav not added RTC in my code and I'm not sure if thats required