ciniml / rust-dap

CMSIS-DAP Rust implementation
Apache License 2.0
88 stars 10 forks source link

Use RP2040 Programmable I/O #19

Closed elfmimi closed 2 years ago

elfmimi commented 2 years ago

RP2040 の PIO , Programmable I/O を使用してSWDの通信を高速化します。

fix #8

elfmimi commented 2 years ago

少し整形しました。 f5255f2..466e901

ciniml commented 2 years ago

Lチカコード転送 bitbang版

Transfer rate: 13 KB/sec, 1459 bytes/write.

Lチカコード転送時間 PIO版

Transfer rate: 21 KB/sec, 1459 bytes/write.

blink-scratch.zip

ciniml commented 2 years ago

ちゃんと速くなってて良い!