We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35b780 commit 5cdd6ddCopy full SHA for 5cdd6dd
port/raspberrypi/rp2xxx/src/hal/bootmeta.zig
@@ -18,8 +18,8 @@ pub const image_def_block = if (microzig.config.ram_image and arch == .arm) Bloc
18
.try_before_you_buy = false,
19
},
20
21
- //We must specify a custom entry point since by default RP2350 expects
22
- //the vector table at the start of the image.
+ // We must specify a custom entry point since by default RP2350 expects
+ // the vector table at the start of the image.
23
.entry_point = .{
24
.entry = µzig.cpu.startup_logic.ram_image_entrypoint,
25
.sp = microzig.config.end_of_stack,
0 commit comments