simonjwright / FreeRTOS-Ada

This project contains various GNAT Ada Run Time Systems (RTSs) based on FreeRTOS for MCUs: the Arduino Due, the STM32F4-series evaluation boards from STMicroelectronics and the BBC micro:bit (v1); working on Espressif ESP32-H2 and RaspberryPi RP2350 (risc-v core)
GNU General Public License v3.0
64 stars 14 forks source link

Limited validity of `Ada.Real_Time.Clock` #1

Open simonjwright opened 7 years ago

simonjwright commented 7 years ago

(migrated from Sourceforge).

Ada.Real_Time.Clock only produces valid values within the first 50 days after system startup. (Or maybe only 25 days? since the clock is signed and starts at 0).

simonjwright commented 6 years ago

The clock is unsigned (and has been for 4 years!)