You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+20-20
Original file line number
Diff line number
Diff line change
@@ -81,26 +81,6 @@ Mostly the use of this board file is automatic, not requiring direct access, but
81
81
cmake .. -DPICO_BOARD=sparkfun_promicro_rp2350
82
82
```
83
83
84
-
### Examples - General Use
85
-
86
-
For a majority of the examples provided in this repository - especially those related to the use of PSRAM on the RP2350 - the following steps are used to build the examples:
87
-
88
-
* Clone and setup this repo as noted above
89
-
* Copy in the ```sparkfun_pico``` library as noted above
90
-
91
-
At this point, the examples are built following the standard ```pico-sdk``` build process.
92
-
93
-
>[!NOTE]
94
-
> Specify the target SparkFun Board when calling cmake.
95
-
96
-
```sh
97
-
export PICO_SDK_PATH=<the path to the pico-sdk>
98
-
cd examples/has_psram
99
-
mkdir build
100
-
cmake .. -DPICO_BOARD=sparkfun_promicro_rp2350
101
-
make
102
-
```
103
-
104
84
## The sparkfun_pico API
105
85
106
86
The sparkfun_pico library supports the following functions:
@@ -230,6 +210,26 @@ This function returns the total size of memory used.
230
210
231
211
## The Examples
232
212
213
+
### Examples - General Use
214
+
215
+
For a majority of the examples provided in this repository - especially those related to the use of PSRAM on the RP2350 - the following steps are used to build the examples:
216
+
217
+
* Clone and setup this repo as noted above
218
+
* Copy in the ```sparkfun_pico``` library as noted above
219
+
220
+
At this point, the examples are built following the standard ```pico-sdk``` build process.
221
+
222
+
>[!NOTE]
223
+
> Specify the target SparkFun Board when calling cmake.
0 commit comments