Skip to content

Tags: gizmo-platform/firmware

Tags

v0.1.8

Toggle v0.1.8's commit message
Zeroize CState from Setup1 to avoid possible data race

v0.1.7

Toggle v0.1.7's commit message
Remove 3s boot sleep

v0.1.6

Toggle v0.1.6's commit message
Move IP to active interface.

v0.1.5

Toggle v0.1.5's commit message
Make metadata reports on 3s cadence

v0.1.4

Toggle v0.1.4's commit message
Add 10ms sleep in GizmoTick to allow sleeping threads to interrupt

v0.1.4-rc1

Toggle v0.1.4-rc1's commit message
Add 10ms sleep in GizmoTick to allow sleeping threads to interrupt

v0.1.3

Toggle v0.1.3's commit message
.github/workflows: Do not include 'v' prefix

v0.1.2

Toggle v0.1.2's commit message
Use fixed MQTT ID

This is the correct fix instead of the randomness introducted in
f1d44fb.  The "Clean Session" flag tells the MQTT server that we
are a new client and don't wish to inherit any state.  This is an
explicit statement of intention, and more clearly communicates what we
expect to happen to any stale dataflows.

v0.1.1

Toggle v0.1.1's commit message
Zero control state when connection faults occur

v0.1.0

Toggle v0.1.0's commit message
.github/workflows: Use matrix build