Skip to content

Releases: oxidecomputer/hubris

rot release

20 Oct 14:46
Compare
Choose a tag to compare
Fix release tagging

The release tagging seems to be working as expected, drop the draft
option. Also fix typo for building devboard releases.

gimlet release

19 Oct 15:26
Compare
Choose a tag to compare
Fix release tagging

The release tagging seems to be working as expected, drop the draft
option. Also fix typo for building devboard releases.

sidecar release

27 Sep 13:09
Compare
Choose a tag to compare
Clippy Fixes

Also add clippy to the build process

psc release

26 Sep 22:24
Compare
Choose a tag to compare
Clippy Fixes

Also add clippy to the build process

rot release

27 Sep 17:01
Compare
Choose a tag to compare
Clippy Fixes

Also add clippy to the build process

gimlet release

26 Sep 21:33
Compare
Choose a tag to compare
Clippy Fixes

Also add clippy to the build process

sidecar release

23 Aug 22:15
Compare
Choose a tag to compare
stm32h7-eth: Properly maintain Tx tail pointer

Analagous to #1493, we should maintain the Tx tail pointer
properly, as well.  Note that since the device won't examine a
Tx descriptor until the tail pointer is set appropriately, we
can relax stores and rely on the barrier in `tx_notify` to flush
everything to RAM properly before writing the tail pointer and
kicking off a DMA.

psc release

23 Aug 23:01
Compare
Choose a tag to compare
stm32h7-eth: Properly maintain Tx tail pointer

Analagous to #1493, we should maintain the Tx tail pointer
properly, as well.  Note that since the device won't examine a
Tx descriptor until the tail pointer is set appropriately, we
can relax stores and rely on the barrier in `tx_notify` to flush
everything to RAM properly before writing the tail pointer and
kicking off a DMA.

gimlet release

23 Aug 21:38
Compare
Choose a tag to compare
stm32h7-eth: Properly maintain Tx tail pointer

Analagous to #1493, we should maintain the Tx tail pointer
properly, as well.  Note that since the device won't examine a
Tx descriptor until the tail pointer is set appropriately, we
can relax stores and rely on the barrier in `tx_notify` to flush
everything to RAM properly before writing the tail pointer and
kicking off a DMA.

oxide-rot-1-v1.0.0-rc.3

27 Jun 20:39
ec0b7fe
Compare
Choose a tag to compare
Fix off-by-one-error in RoT caboose reading (#1436)