You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ In 2018 Rust community has created an embedded workgroup to help drive adoption
81
81
## Tools
82
82
83
83
-[xargo](https://github.com/japaric/xargo) Rust package manager with support for non-default std libraries — build rust runtime for your own embedded system.
84
+
- xargo is great but it's in maintenance mode, [cargo-xbuild](https://github.com/rust-osdev/cargo-xbuild) is catching up as intended replacement.
84
85
-[svd2rust](https://github.com/japaric/svd2rust) Generate Rust structs with register mappings from SVD files.
85
86
-[μtest](https://github.com/japaric/utest) unit testing for microcontrollers and other no-std systems.
86
87
-[embedded-hal-mock] Mock implementation of `embedded-hal` traits for testing without accessing real hardware. - 
0 commit comments