Dan Whitman

Results 56 comments of Dan Whitman

@rnd-ash Sorry for the delayed response, but I was finally able to test this. The [first assertion](https://github.com/rnd-ash/atsamd/blob/5c164d1d4806409e220c78716cf671567a7c56d8/boards/pygamer/examples/qspi.rs#L84) fails, where left side `read_buf` still contains all zeros. I also noticed that...

Ok, so I tested again and at the [same assert](https://github.com/rnd-ash/atsamd/blob/5c164d1d4806409e220c78716cf671567a7c56d8/boards/pygamer/examples/qspi.rs#L84) I no longer get all zeros but it still fails with the left side being `[0x40, 0x17, 0xc8]` and the...

No problem. I think probably the order we are getting in the release build is the correct one, which seems to match the order from the datasheet. We could simply...

@rnd-ash The conversion to the v1 types does not help here because [`usb::UsbBus::new`](https://docs.rs/atsamd-hal/latest/atsamd_hal/usb/struct.UsbBus.html#method.new) requires a `&mut Mclk`, which is not possible to pass when using v2 because the `Mclk` is...

@ianrrees Removed the underscores in the latest commit, and also did so in PR #925 for the same reason.

A merge is good with me. I don't think we need to track the broken examples in the branch as we go. I have [a script](https://github.com/kyp44/atsamd-tools/blob/master/compile-bsp-examples.py) to go build all...