Ashcon Mohseninia (RAND_ASH)

Results 136 comments of Ashcon Mohseninia (RAND_ASH)

This happens on my oryx8 too. However it can also happen when the battery is fully charged. It mainly seems to happen when the system has recently come out of...

> > This happens on my oryx8 too. However it can also happen when the battery is fully charged. It mainly seems to happen when the system has recently come...

Hi. Forgot to mention. This driver is discontinued. Please use this instead: github.com/rnd-ash/macchina-J2534/

Can confirm same issue here (Same application concept - Backtrace capturing and displaying). When setting level to error, I get `An error has occurred`

With https://github.com/rust-embedded-community/usb-device/pull/153 stalled with no ETA on merging, is it worth re-opening this PR so that USB can become functional again? - I did some testing today with ATSAME54P and...

@ianrrees I re-worked the API, such that it still uses compile-time Generic enforcement, but without any pollution to the peripherals themselves. For a peripheral to be used as a source...

@ianrrees the returning error when supplying the wrong clock speed is something we introduced in the ADCV2 API for the same reason, clock V2 allows you to set a clock...

For some reason the doc pipeline is failing now and I'm not sure why, its complaining that a public enum is private

@ianrrees i think I wrote on Matrix a while ago about this, so Ill leave my comment here: In my opinion, the BSPs should simply be board pin descriptions, and...

Out of interest, what is blocking this PR? As it is required to get USB functioning on the ATSAMD platform properly.