Skip to content
Snippets Groups Projects
Commit 717c9048 authored by Alexandru RADOVICI's avatar Alexandru RADOVICI
Browse files

Merge branch 'layla.el-lab02-warning' into 'main'

added warning

See merge request pmrust/pmrust.pages.upb.ro!59
parents 5a4b8d26 39123eec
No related branches found
No related tags found
No related merge requests found
...@@ -457,6 +457,15 @@ Make sure you follow these steps: ...@@ -457,6 +457,15 @@ Make sure you follow these steps:
Please make sure you comment out (using `#` in from of the line) all the Embassy's crates Please make sure you comment out (using `#` in from of the line) all the Embassy's crates
that you do not plan to use. that you do not plan to use.
:::warning
Please make sure the `embassy_rp` crate is included in your build either:
- by importing it with `use embassy_rp as _;`
- or by initialising the peripherals
This crate provides the `.start_block` section that is needed by the RP2350 to boot. Not including
this crate will prevent this section from being added and will prevent the RP2350 to boot.
:::
:::info :::info
For sure, you will not use USB and WiFi. This is a trial For sure, you will not use USB and WiFi. This is a trial
and error job, just comment out all the creates that you think you won't use and and error job, just comment out all the creates that you think you won't use and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment