Raspberry pi SDK: Difference between revisions
(→rp2040) |
|||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=pi= | =pi= | ||
* https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html | * https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html | ||
=rp2040= | |||
[[image:rp2040-block.png]] | |||
* https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf | |||
*'''bootrom''' https://github.com/raspberrypi/pico-bootrom | |||
** '''UF2''' https://github.com/raspberrypi/pico-sdk/blob/master/tools/elf2uf2/main.cpp | |||
=pico= | =pico= | ||
* https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf | * https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf | ||
* https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf | * https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf | ||
* https://github.com/raspberrypi/pico-sdk | |||
=pico 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 | |||
=pi rust= | |||
* https://www.makeuseof.com/tag/getting-started-rust-raspberry-pi/ | |||
* https://www.freecodecamp.org/news/embedded-rust-programming-on-raspberry-pi-zero-w/ | |||
* rppal https://docs.rs/rppal/latest/rppal/ | |||
=pico probe= | =pico probe= | ||
Latest revision as of 08:28, 19 May 2023
pi
rp2040
- https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf
- bootrom https://github.com/raspberrypi/pico-bootrom
pico
- https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf
- https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf
- https://github.com/raspberrypi/pico-sdk
pico 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
pi rust
- https://www.makeuseof.com/tag/getting-started-rust-raspberry-pi/
- https://www.freecodecamp.org/news/embedded-rust-programming-on-raspberry-pi-zero-w/
- rppal https://docs.rs/rppal/latest/rppal/
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
