Results 94 comments of rmsyn

FWIW my vote is for https://github.com/repnop/fdt, no dependencies, does the job.

This fix is broken due to `proc_macro` errors, so another solution for conditional compilation based on `rustc` version is needed, or some fix for the `proc_macro` errors. ... or you...

Many more things with this crate are broken. The CI runs the following for `no-std` tests: ``` /home/runner/.cargo/bin/cargo test --tests --no-default-features --features nightly ``` If you removes the extra `--tests`...

> For the FTDI probes, we support multiple TAPs in a JTAG chain, and can select the appropriate one for the GD32VF103CBT6 I'm currently working on support for the `JH7110`...

> How does `0xd` correspond with the spec? It's a value that is not listed? But I am happy to make this more resilient in code :) Loosely because the...

> I can't compile with this version :facepalm: I added `codegen_units = 1` to the wrong build profile. Fixed now. The build also works with the latest nightly, so we...

Moving this work to a draft PR. Currently, having issues with getting the device to detect `VBUS` line. The device will power on when the `VBUS` wire is plugged directly...

> It would be nice to re-use it, but testing is needed for different chips to avoid regressions. ~~So, I rebased the work in https://github.com/riscv-rust/gd32vf103xx-hal/pull/50 on the latest `gd32vf103-pac`, and...

Ping @mbr: are you still maintaining this crate?

That sounds good to me, just let me know what you decide on.