atsamx7x-rust icon indicating copy to clipboard operation
atsamx7x-rust copied to clipboard

Rust HAL, PACs, and examples for the Microship SAM E70/S70/V70/V71

Results 19 atsamx7x-rust issues
Sort by recently updated
recently updated
newest added

As suggested by @tmplt in #21, this is about harnessing power of `build.rs` to manage PAC crates.

We can flash 0x0 if the General-Purpse Non-Volatile Memory (GPNVM) bit 1 is set: this maps the internal flash to 0x0 instead of the ROM. These bits are set via...

The rust-analyzer.json file is the default file for configuring rust-analyzer on a per project basis for [rustaceanvim](https://github.com/mrcjkb/rustaceanvim). Added it to the `.gitignore` as it is similar in function to the...

Link to the log: https://github.com/atsams-rs/atsamx7x-rust/actions/runs/8616340444/job/23613747007#step:5:150

bug

Dear SAM Team, I am afraid the UART examples are not working out of the box on the [SAM V71 Xultra (blue) Board](https://www.microchip.com/en-us/development-tool/atsamv71-xult) anymore (? I can't confirm it ever...

help wanted

`embedded-hal` has reached 1.0, There are some changes in traits since 0.2 and we should ideally update `atsamx7x-hal` accordingly.

enhancement
feature

Dear Michał and atsams-rs Team, Many thanks for crediting me in the latest newsletter, despite my humble contribution ! :sweat_smile: As I am about to dig a bit more this...

enhancement
feature

Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.4 to 0.9.8. Changelog Sourced from spin's changelog. [0.9.8] - 2023-04-03 Fixed Unsoundness in Once::try_call_once caused by an Err(_) result [0.9.7] - 2023-03-27 Fixed Relaxed accidentally restricted...

dependencies