Add note about RP2040 BSPs (#69)

This commit is contained in:
Johann Hemmann
2023-02-07 11:30:40 +01:00
committed by GitHub
parent 12bd48a88d
commit 141f45e8a9
+4
View File
@@ -96,6 +96,10 @@ For the nRF52840 you'll want to use the [`nrf52840-hal`].
+nrf52840-hal = "0.14.0"
```
⚠️ Note for RP2040 users ⚠️
You will need to not just specify the `rp-hal` HAL, but a BSP (board support crate) which includes a second stage bootloader. Please find a list of available BSPs [here](https://github.com/rp-rs/rp-hal-boards#packages).
#### 5. Import your HAL
Now that you have selected a HAL, fix the HAL import in `src/lib.rs`