Adam Greig
Adam Greig
I'm afk right now, but what are the advantages of dependabot for Rust projects? My third-hand experience has been a lot of email and PR noise, but it's not clear...
> when i run cargo tree on an embedded rust project i see various crates (libraries) depending on various versions of other crates. if all of them had dependabot enabled...
I've updated the documentation in #525 to specify that you have to use `MaybeUninit` or `pre_init`, though I'd be open to adding a more useful/complete example too.
Thanks for reporting this. It does look like those methods should _not_ have `nomem` set, and we should backport the fix to the 0.7 branch too.
Thanks for reporting this! I think we should backport the `- 16` fix to 0.7.x and release 0.7.8 with it, but keeping `u8` for now as it would be a...
Currently `master` contains the breaking changes that will become `0.8`, while backwards-compatible backports/patches for the 0.7 releases are on the `v0.7.x` branch, so it's ended up with a larger version...
The usual thing is a `build.rs` script that copies your memory.x (or indeed creates it from scratch) into the output directory and adds that to the linker search path, e.g.:...
Interesting comparison, thank you! My recollection from last time I looked into this was that it seemed like we should be able to get most of the benefit by just...
It feels like there must be a better way to handle this, given it's 95% a normal cmsis-dap device, with just some extra support for parallel trace. Does the normal...
Ah, I see it doesn't support SWO over CMSIS-DAP at all, that's a shame! Perhaps this is the best way then, and at least it can re-use essentially all the...