Skip to content

sidecar release

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 16:13
· 28 commits to master since this release

What's Changed

  • Move SensorId validation to clients, and reply fault when invalid by @hawkw in #1683
  • gimlet_seq: Make the sequencer API less fallible by @hawkw in #1681
  • fully qualify SpiError, task_net_api::{SendError, RecvError} types in Idol by @hawkw in #1689
  • Adjust sizes in donglet/app-g031-i2c.toml and lpc55xpresso/app-sprot.… by @lzrd in #1692
  • Enable EXTI interrupt dispatch support in stm32xx-sys by @cbiffle in #1691
  • stm32xx-sys: configure EXTI IRQs in app.toml by @hawkw in #1693
  • build: re-enable task packing. by @cbiffle in #1694
  • power: add comments to gimlet rail sag trace facility by @cbiffle in #1687
  • EXTI IRQ docs improvements by @hawkw in #1699
  • stm32xx-sys: configure GPIO IRQ edge with an enum by @hawkw in #1706
  • stm32xx: generate counters for EXTI IRQs by @hawkw in #1698
  • sensor: remove noop 1 Hz timer by @cbiffle in #1702
  • userlib: add no-panic feature by @cbiffle in #1709
  • Convenient no-panic API for just waiting on notifications by @cbiffle in #1715
  • Fix whitespace inconsistency in Idol files by @mkeeter in #1705
  • stm32xx-sys: fix typo in EXTI pin configuration by @cbiffle in #1717
  • Bump Idol version by @cbiffle in #1708
  • stm32xx-sys: add interrupt acking to gpio_irq_control by @hawkw in #1712
  • Remove final panics from stm32xx-sys on h7 and keep it that way by @cbiffle in #1711
  • Bump the toolchain to latest nightly. by @cbiffle in #1703
  • build/i2c: generate range matches by @cbiffle in #1720
  • control-plane-agent: finish ComponentUpdater by @cbiffle in #1727
  • transceivers-server: remove illusory loop by @cbiffle in #1729
  • sprot: turn ROT_IRQ into a real IRQ by @hawkw in #1696
  • stm32xx-sys: generate constants for EXTI pins by @hawkw in #1734
  • fix ROT_IRQ regressions from #1696 by @hawkw in #1736
  • Move sp_update and rot_update to MgsCommon by @mkeeter in #1731
  • thermal: remove panic formatting and Debug impls by @hawkw in #1738
  • lib/dice: remove dead traits by @cbiffle in #1728
  • Gimlet hangs on cold power-on after toolchain update by @bcantrill in #1742
  • add RAA229618 VIN monitoring by @bcantrill in #1730
  • Fix almost all remaining warnings from the toolchain update. by @cbiffle in #1745
  • kerncore: Add tests for bad or uncontained memory contained in a contiguous slice by @aapoalas in #1747
  • ringbuf: allow opting out of entry de-duplication by @hawkw in #1733
  • fix static mut warnings in control-plane-agent & host-sp-comms by @hawkw in #1740

New Contributors

Full Changelog: sidecar-v1.0.13...sidecar-v1.0.14