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 2324d52 commit 8f87c91Copy full SHA for 8f87c91
docs/platformio.rst
@@ -156,6 +156,20 @@ platform <https://github.com/maxgerhardt/platform-raspberrypi/blob/77e0d3a29d1db
156
; Flash Size: 2MB (Sketch: 0.5MB, FS:1.5MB)
157
board_build.filesystem_size = 1.5m
158
159
+PSRAM size
160
+----------
161
+
162
+For RP2350 based boards, this controls how much PSRAM the firmware will think it has available in bytes, mapped at starting address 0x11000000.
163
164
+To learn about PSRAM usage, see: :doc:`RP2350 PSRAM Support <psram>`
165
166
+.. code:: ini
167
168
+ ; PSRAM size: 1MB
169
+ board_upload.psram_length = 1048576
170
+ ; PSRAM size: 2MB
171
+ board_upload.psram_length = 2097152
172
173
CPU Speed
174
---------
175
0 commit comments