We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86fdfe commit ecafeceCopy full SHA for ecafece
port/raspberrypi/rp2xxx/src/hal/sections.zig
@@ -1,2 +1,6 @@
1
+// Section name for placement in the second to last SRAM bank, known as scratch X
2
+// Scratch banks can be used for functions and critical data used by one core to avoid stalling.
3
pub const scratch_x = ".scratch_x";
4
+
5
+// Section name for placement in the last SRAM bank, known as scratch Y
6
pub const scratch_y = ".scratch_y";
0 commit comments