Skip to content

chore(deps): bump Embassy stack and related crates#48

Merged
FlowingSPDG merged 1 commit into
mainfrom
chore/bump-dependencies-embassy-0.10
Apr 21, 2026
Merged

chore(deps): bump Embassy stack and related crates#48
FlowingSPDG merged 1 commit into
mainfrom
chore/bump-dependencies-embassy-0.10

Conversation

@FlowingSPDG

Copy link
Copy Markdown
Member

Summary

Updates direct dependencies to current stable lines, with Embassy components upgraded together for compatibility.

Changes

  • Embassy: embassy-rp 0.10, embassy-usb 0.6, embassy-time 0.5, embassy-executor 0.10, embassy-sync 0.8; executor feature platform-cortex-m (replaces arch-cortex-m).
  • Other: embedded-hal-bus 0.3, heapless 0.9, usbd-hid 0.10, static_cell 2.1, defmt-rtt 1.1, fixed 1.31, panic-halt 1.0, defmt-test 0.4.
  • Code: HidConfig gains hid_subclass / hid_boot_protocol (non-boot HID). Task spawn uses Result<SpawnToken, _> from embassy-executor 0.10.

Verification

  • cargo fmt
  • cargo check
  • cargo clippy -- -D warnings

Made with Cursor

- Upgrade embassy-rp/usb/time/executor/sync to latest 0.x line
- Bump embedded-hal-bus, heapless, usbd-hid, static_cell, defmt-rtt,
  fixed, panic-halt, defmt-test
- Adapt to embassy-executor 0.10 spawn tokens and embassy-usb 0.6
  HID config (subclass/boot protocol)

Made-with: Cursor
@FlowingSPDG FlowingSPDG merged commit ce88d6b into main Apr 21, 2026
2 checks passed
@FlowingSPDG FlowingSPDG deleted the chore/bump-dependencies-embassy-0.10 branch April 21, 2026 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant