Summary
At the moment all of our firmware is built using CircuitPython 9.0.0 (or something like that). Thanks to Nate's great work contributing to the open source community we will soon want to recompile all of our firmware to capture the updates to how types are defined for the time() function upstream: adafruit/circuitpython#10603
Luckily this will be a pretty much automagic process for V4 boards. It will be trickier for the V5a/b/c/d boards with their RP2350 because we still need to affect a fix for the alarm module! Read more about that here: proveskit/CircuitPython_RP2350_v5a#4
Acceptance Criteria
Summary
At the moment all of our firmware is built using CircuitPython 9.0.0 (or something like that). Thanks to Nate's great work contributing to the open source community we will soon want to recompile all of our firmware to capture the updates to how types are defined for the
time()function upstream: adafruit/circuitpython#10603Luckily this will be a pretty much automagic process for V4 boards. It will be trickier for the V5a/b/c/d boards with their RP2350 because we still need to affect a fix for the
alarmmodule! Read more about that here: proveskit/CircuitPython_RP2350_v5a#4Acceptance Criteria