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.
Hello to all,
I am currently working on a project with date manipulation.
According to my simulation, I realized that the bug of the year 2038 is not taken into account and that the time file is still in 32 bits version.
Do you have a solution to this problem?