From 141f45e8a924934e4a98328ea65f20c893a0746b Mon Sep 17 00:00:00 2001 From: Johann Hemmann Date: Tue, 7 Feb 2023 11:30:40 +0100 Subject: [PATCH] Add note about RP2040 BSPs (#69) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fad2063..d96db64 100644 --- a/README.md +++ b/README.md @@ -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`