mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
embassy-rp: fix rom_data module documentation
Removes module doc comment markers that appeared in the generated documentation.
This commit is contained in:
parent
56572ef0ad
commit
2613295111
@ -1,29 +1,29 @@
|
||||
#, Section 2.8.2.1:
|
||||
//!
|
||||
//! > The Bootrom contains a number of public functions that provide useful
|
||||
//! > RP2040 functionality that might be needed in the absence of any other code
|
||||
//! > on the device, as well as highly optimized versions of certain key
|
||||
//! > functionality that would otherwise have to take up space in most user
|
||||
//! > binaries.
|
||||
Functions and data from the RPI Bootrom.
|
||||
|
||||
From the [RP2040 datasheet](https://datasheets.raspberrypi.org/rp2040/rp2040-datasheet.pdf), Section 2.8.2.1:
|
||||
|
||||
> The Bootrom contains a number of public functions that provide useful
|
||||
> RP2040 functionality that might be needed in the absence of any other code
|
||||
> on the device, as well as highly optimized versions of certain key
|
||||
> functionality that would otherwise have to take up space in most user
|
||||
> binaries.
|
||||
"
|
||||
)]
|
||||
# of the
|
||||
//! RP2350 datasheet:
|
||||
//!
|
||||
//! > Whilst some ROM space is dedicated to the implementation of the boot
|
||||
//! > sequence and USB/UART boot interfaces, the bootrom also contains public
|
||||
//! > functions that provide useful RP2350 functionality that may be useful for
|
||||
//! > any code or runtime running on the device
|
||||
Functions and data from the RPI Bootrom.
|
||||
|
||||
From [Section 5.4](https://rptl.io/rp2350-datasheet#section_bootrom) of the
|
||||
RP2350 datasheet:
|
||||
|
||||
> Whilst some ROM space is dedicated to the implementation of the boot
|
||||
> sequence and USB/UART boot interfaces, the bootrom also contains public
|
||||
> functions that provide useful RP2350 functionality that may be useful for
|
||||
> any code or runtime running on the device
|
||||
"
|
||||
)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user