Raspberry pi SDK: Difference between revisions
(→rust) |
(→rust) |
||
| Line 12: | Line 12: | ||
* pico HAL https://github.com/rp-rs/rp-hal | * pico HAL https://github.com/rp-rs/rp-hal | ||
* pico rust SDK https://docs.rs/rpi-pico-sdk/latest/rpi_pico_sdk/ | * pico rust SDK https://docs.rs/rpi-pico-sdk/latest/rpi_pico_sdk/ | ||
* pico HW https://lib.rs/crates/rp-pico | |||
=pico probe= | =pico probe= | ||
Revision as of 15:56, 18 May 2023
pi
pico
- https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf
- https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf
rust
- https://reltech.substack.com/p/getting-started-with-rust-on-a-raspberry
- https://reltech.substack.com/p/getting-started-with-raspberry-pi
- https://reltech.substack.com/p/getting-started-with-rust-on-a-raspberry-a88
- pico HAL https://github.com/rp-rs/rp-hal
- pico rust SDK https://docs.rs/rpi-pico-sdk/latest/rpi_pico_sdk/
- pico HW https://lib.rs/crates/rp-pico
pico probe
- https://www.raspberrypi.com/documentation/microcontrollers/debug-probe.html#about-the-debug-probe
- SWD https://developer.arm.com/documentation/ihi0031/a/The-Serial-Wire-Debug-Port--SW-DP-/Introduction-to-the-ARM-Serial-Wire-Debug--SWD--protocol
- OpenOCD https://www.raspberrypi.com/documentation/microcontrollers/debug-probe.html
See also Pico_Probe