diff options
| author | Caleb Jamison <[email protected]> | 2024-10-01 10:51:18 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-01 16:51:18 +0200 |
| commit | bc0180800d751e651c0d15c807285c11cdb4f486 (patch) | |
| tree | e5dfbef44d9173fe295ec9bce2639944e2630b9e /examples/rp23/src/bin/uart.rs | |
| parent | e6ce81018bdd1a78d27a285260ac53b276690553 (diff) | |
Remove binary_info blocks from most examples. (#3385)
Diffstat (limited to 'examples/rp23/src/bin/uart.rs')
| -rw-r--r-- | examples/rp23/src/bin/uart.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/rp23/src/bin/uart.rs b/examples/rp23/src/bin/uart.rs index 0ffe0b293..fe28bb046 100644 --- a/examples/rp23/src/bin/uart.rs +++ b/examples/rp23/src/bin/uart.rs | |||
| @@ -16,16 +16,6 @@ use {defmt_rtt as _, panic_probe as _}; | |||
| 16 | #[used] | 16 | #[used] |
| 17 | pub static IMAGE_DEF: ImageDef = ImageDef::secure_exe(); | 17 | pub static IMAGE_DEF: ImageDef = ImageDef::secure_exe(); |
| 18 | 18 | ||
| 19 | // Program metadata for `picotool info` | ||
| 20 | #[link_section = ".bi_entries"] | ||
| 21 | #[used] | ||
| 22 | pub static PICOTOOL_ENTRIES: [embassy_rp::binary_info::EntryAddr; 4] = [ | ||
| 23 | embassy_rp::binary_info::rp_program_name!(c"example"), | ||
| 24 | embassy_rp::binary_info::rp_cargo_version!(), | ||
| 25 | embassy_rp::binary_info::rp_program_description!(c"Blinky"), | ||
| 26 | embassy_rp::binary_info::rp_program_build_attribute!(), | ||
| 27 | ]; | ||
| 28 | |||
| 29 | #[embassy_executor::main] | 19 | #[embassy_executor::main] |
| 30 | async fn main(_spawner: Spawner) { | 20 | async fn main(_spawner: Spawner) { |
| 31 | let p = embassy_rp::init(Default::default()); | 21 | let p = embassy_rp::init(Default::default()); |
