~repos /rp2350
git clone
https://pyrossh.dev/repos/rp2350.git
Discussions:
https://groups.google.com/g/rust-embed-devs
code to drive rp2350
add js
readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# RP2350 Dev Board
|
|
2
2
|
|
|
3
|
-
## Setup
|
|
3
|
+
## Setup 2
|
|
4
4
|
1. `brew install zig open-ocd arm-none-eabi-gdb`
|
|
5
5
|
|
|
6
6
|
If open-ocd doesn't work build from source,
|
|
@@ -49,4 +49,4 @@ If open-ocd doesn't work build from source,
|
|
|
49
49
|
// - sector base : 400
|
|
50
50
|
// - sector count : 384
|
|
51
51
|
// - use block device : new Flash(400, 384)
|
|
52
|
-
```
|
|
52
|
+
```
|