Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 464 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 464 Bytes

Patch

NOTE: This patch adds atomic-cas polyfill to bytes for targets like thumbv6m-none-eabi until the following PR/issue is resolved:

The patch can be applied by adding the following segment to root Cargo.toml:

[patch.crates-io]
bytes = { git = "ssh://[email protected]/pegasus-aero/rt-bytes.git", branch = "cfg_target_has_atomic_v1.1.0" }