Skip to content

Commit 35de129

Browse files
committed
fix layout
1 parent be592e6 commit 35de129

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -81,26 +81,6 @@ Mostly the use of this board file is automatic, not requiring direct access, but
8181
cmake .. -DPICO_BOARD=sparkfun_promicro_rp2350
8282
```
8383

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-
10484
## The sparkfun_pico API
10585

10686
The sparkfun_pico library supports the following functions:
@@ -230,6 +210,26 @@ This function returns the total size of memory used.
230210
231211
## The Examples
232212
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.
224+
225+
```sh
226+
export PICO_SDK_PATH=<the path to the pico-sdk>
227+
cd examples/has_psram
228+
mkdir build
229+
cmake .. -DPICO_BOARD=sparkfun_promicro_rp2350
230+
make
231+
```
232+
233233
This repository contains the following examples:
234234

235235
### [has_psram](examples/has_psram)

0 commit comments

Comments
 (0)