Robin Mueller

Results 66 issues of Robin Mueller

Hi, The support for the VA416xx devices was recently merged and I am definitely able to flash apps to the NVM now, and they also run after a reboot. Unfortunately,...

bug

I am trying to probe information for a Cortex-M0 based MCU using `probe-rs`. I tried running `probe-rs info` for this but there seems to be some communication issue. I can...

bug

In my crates, I currently use the following code snippet at the top of `lib.rs`: ```rs #![cfg_attr(docsrs, feature(doc_auto_cfg))] ``` For documentation built by docs.rs, this explicitly displays required features for...

Hi, I recently updated my PAC for the VA108xx family and I receive following clippy warnings with the generated code: ```rs va108xx-rs/va108xx on  main [!] is 📦 v0.3.0 via...

Make it a bit easier to build the examples with CMake, also add some more documentation on how to build individual examples.

Cleaned up version of https://github.com/libcsp/libcsp/pull/584

Not entirely sure if this is a semver incompatible change, but I'd say it is not..

This adds configurability for the initial round-trip time, which has a use-case for something like space-applications where a higher round-trip time might be expected. This is a first draft PR,...

Furthermore, introduce QT configuration window for TCP/IP configuration and stop prompting from user

Hi! I would like to use this dependency when converting my `serde`/`postcard` compatible header implementation to this variant for packed serialization. I have some improvements - Rerun `cargo fmt` -...