a_p_u_r_o
a_p_u_r_o
cargo build --release としてリリース版としてビルドしないと正しく動かない様子です。 デバッグ版はWindows に接続した時に 「不明な USBデバイス」と言われてしまいます。 rustc 1.37.0 (eae3437df 2019-08-13) Microsoft Windows [Version 10.0.18362.356]
Cygwin requires serial ports to be setup to so to say well known speed upon when it tries to open a port. This crate usbd-serial is setting default value of...
Some devices may require much longer timeout when submitting hid_send_feature_report() . for such devices hid_send_feature_report() just notifies failure with return value of -1 . I checked that internal error code...
- Revival of memory transfer in chunks. introduced in #1375 - Fix the case when control block ID is located across read block boundary. - Addressing the possibility of the...
[RTT control block search code](https://github.com/pyocd/pyOCD/blob/5ab5c327987c4c3ba5a37928cac25263d4db7586/pyocd/debug/rtt.py#L436C1-L455) functions incorrectly in certain cases. A typical case is when the control block ID string is located across a 32-byte boundary. error message for `rtt`...
CMSIS-DAP は、両対応が実現できる仕様となっているので `--no-default-features --features=swd,jtag` とした時に両対応になるようにしたいです。 ※現状の構成では swd がデフォルトなので単に `--features=jtag` でも同じ意味になります
[この部分](https://github.com/ciniml/rust-dap/blob/88becf7decd3fcd877c8f8e12bea74f08dadff6d/rust-dap-rp2040/src/pio.rs#L173-L302)を見て下さい。 https://github.com/ciniml/rust-dap/blob/88becf7decd3fcd877c8f8e12bea74f08dadff6d/rust-dap-rp2040/src/pio.rs#L173-L302 この中には `impl SwdIoSet { ... }` が4回出てきます。 ```Rust // Auxiliary low-level function impl SwdIoSet { ... } // Connect and disconnect function impl SwdIoSet { ... } //...
This is not an issue, but a sharing of knowledge that I wanted to have when I started. It is about `rp2040_hal::gpio::Pin` . at v0.9.0 it is like, https://github.com/rp-rs/rp-hal/blob/8f3e8d0f61415297f0f26db80b2ed84ccea64317/rp2040-hal/src/gpio/mod.rs#L161-L165 at...
**How to build on Debian Buster** To build RV-Debugger-BL702 you need a compiler. which is available in the following 3 packages. ``` binutils-riscv64-unknown-elf gcc-riscv64-unknown-elf picolibc-riscv64-unknown-elf ``` Current stable, Buster, does...
It seems there are some variants of GD32VF103CBT6. dfu-util --list output of bare chip available in the market. ``` Found DFU: [28e9:0189] ver=0100, devnum=15, cfg=1, intf=0, path="1-4", alt=0, name="@Internal Flash...