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

I'm using the Usart peripheral in SPI Mode and it seems like the SCK is running at exactly 8 times the frequency I set it to. E.g. ```rust let spi_host_handle...

bug

Raised as result of discussion in #38. Consider [`cargo-hack`](https://github.com/taiki-e/cargo-hack) to support feature permutations in CI.

enhancement
build system

Copied from the internal issue tracker. By @martinmortsell: > The current implementation of the USART peripheral only supports at subset of the available interrupt sources. ```rust pub enum Event {...

help wanted
feature

Copied from the internal issue tracker: > The u32 extension of the Monotonic implementation in `tc/generate.rs` is subject to clock drift when the internal 16-bit counter overflows. We can probably...

enhancement

The CS goes high between each byte when sending longer packages. ![CS_Behaviour](https://user-images.githubusercontent.com/102284554/194052171-c7db37cf-9fa9-42bb-8024-3b103e068ef5.PNG) I'm currently working with an spi device which requires that CS stays low for the entire transaction (CSAAT?)...

enhancement
help wanted

Copied from internal issue tracker: > The current usb-device implementation is a reverse-engineering feat that was compared to the [ATSAMx5x family implementation](https://github.com/atsamd-rs/atsamd/tree/master/hal/src/thumbv7em/usb), along with an RTT (and Wireshark) trace of...

enhancement

Copied from an internal Gitlab instance. By @martinmortsell.

Hey, I've been working on ATSAME70 support specifically in a repo as part of some contracting work (OVL => OneVariable UG Labs). Since I've been focused on just this one...

Copied from an internal Gitlab instance. By @axel-grepit: > This patch implements the open drain ("multi-driver") mode with pull-up and pull-down for each pin. > I could not find any...