ryan
ryan
i haven't fully tracked this down but it seems that maybe the [`SCALING_FACTOR`](https://github.com/atsamd-rs/atsamd/blob/master/hal/src/rtc.rs#L459) assumes a 32.768 kHz external oscillator rather than the 1024 Hz version from the internal low-power oscillator,...
swapped to `SysTick` based monotonic and things get scheduled, so, it appears it's something to do with the RTC and/or embedded-time.
(with those couple of patches) that it works under debug but not while running has definitely thrown me, sorta seems like a race condition but it's unclear (to me) how...
thanks for your response! > This was deliberately removed as Ed25519 is EdDSA instantiated with SHA-512 as the hash function. > As soon as you change the hash function the...
i had a quick discussion with @isislovecruft who suggested it might be better behind a feature gate, so have reintroduced the `yolo_crypto` feature and gated the generic digest methods using...
this also appears to be the case on linux with `probe-run`, flashing / connecting works maybe 1/4 of the time and otherwise results in an error along the lines of:...
had a brief look and I can't see how to set this via `probe-rs-cli` or `cargo-flash`?
noo dice, somehow today i'm not getting a single file through (though `JLinkExe` is still happy). attached a log with slightly more information from `cargo-flash 0.9.0` (with probe.rs patched with...
i don't have the time to dig into it right now but, it just occurred to me that it _might_ be useful to compare the [probe-rs](https://github.com/probe-rs/probe-rs/blob/master/probe-rs/src/probe/jlink/mod.rs) impl against the [openOCD](https://github.com/intel/OpenOCD/blob/master/src/jtag/drivers/jlink.c)...
> Hard to tell if this is a probe-rs problem, or if the connection is not possible for another reason. no issues using JLink tools directly, only via probe-rs for...