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 46d2b65 commit 6838186Copy full SHA for 6838186
cpu/rp2350_riscv/picobin_block.s
@@ -4,9 +4,9 @@
4
* SPDX-License-Identifier: LGPL-2.1-only
5
*/
6
7
-/* Picobin block required for the binary */
8
-/* This defines the minimum viable image metadata to be recognized by the RP2350 bootloader */
9
-/* based on RP2350 Chapter 5.9.1 */
+/* Picobin block required for the binary.
+ * This defines the minimum viable image metadata to be recognized by the RP2350 bootloader
+ * based on RP2350 Chapter 5.9.1 */
10
11
.section .picobin_block, "a" /* "a" means "allocatable" (can be moved by the linker) */
12
0 commit comments