File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 11//! Constants for binary info
22
3+ // Credit: Taken from https://github.com/thejpster/rp-hal-rp2350-public (also licensed Apache 2.0 + MIT).
4+ // Copyright (c) rp-rs organization
5+
36/// All Raspberry Pi specified IDs have this tag.
47///
58/// You can create your own for custom fields.
Original file line number Diff line number Diff line change 11//! Handy macros for making Binary Info entries
22
3+ // Credit: Taken from https://github.com/thejpster/rp-hal-rp2350-public (also licensed Apache 2.0 + MIT).
4+ // Copyright (c) rp-rs organization
5+
36/// Generate a static item containing the given environment variable,
47/// and return its [`EntryAddr`](super::EntryAddr).
58#[ macro_export]
Original file line number Diff line number Diff line change 1313//! ];
1414//! ```
1515
16+ // Credit: Taken from https://github.com/thejpster/rp-hal-rp2350-public (also licensed Apache 2.0 + MIT).
17+ // Copyright (c) rp-rs organization
18+
1619pub mod consts;
1720
1821mod types;
Original file line number Diff line number Diff line change 11//! Types for the Binary Info system
22
3+ // Credit: Taken from https://github.com/thejpster/rp-hal-rp2350-public (also licensed Apache 2.0 + MIT).
4+ // Copyright (c) rp-rs organization
5+
36/// This is the 'Binary Info' header block that `picotool` looks for in your UF2
47/// file/ELF file/Pico in Bootloader Mode to give you useful metadata about your
58/// program.
Original file line number Diff line number Diff line change 66//! firmware image. The `PARTITION_TABLE` Block (here the `PartitionTable` type)
77//! tells the ROM how to divide the flash space up into partitions.
88
9+ // Credit: Taken from https://github.com/thejpster/rp-hal-rp2350-public (also licensed Apache 2.0 + MIT).
10+ // Copyright (c) rp-rs organization
11+
912// These all have a 1 byte size
1013
1114/// An item ID for encoding a Vector Table address
You can’t perform that action at this time.
0 commit comments