Skip to content

Commit 592418d

Browse files
authored
Minor PIO Docs Fixup (#635)
* Fix link display in PlatformIO Docs, Remove JLink warning * Remove unfinished sentence
1 parent 0a23dfe commit 592418d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/platformio.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ in the `PlatformIO CLI <https://docs.platformio.org/en/latest/integration/ide/vs
7373
The toolchain, which was also renamed to ``toolchain-rp2040-earlephilhower`` is downloaded automatically from the registry. The same goes for the ``framework-arduinopico`` toolchain package, which points directly to the Arduino-Pico Github repository.
7474
However, users can still select a custom fork or branch of the core if desired so, as detailed in a chapter below.
7575

76-
As the pull req
77-
7876
Selecting the new core
7977
----------------------
8078

@@ -243,7 +241,7 @@ Whereas the ``#master`` can also be replaced by a ``#branchname`` or a
243241
``#commithash``. If left out, it will pull the default branch, which is ``master``.
244242

245243
The ``file://`` and ``symlink://`` pseudo-protocols can also be used instead of ``https://`` to point to a
246-
local copy of the core (with e.g. some modifications) on disk (`see documentation <https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_install.html?#local-folder>_`).
244+
local copy of the core (with e.g. some modifications) on disk (`see documentation <https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_install.html?#local-folder>`_).
247245

248246
Note that this can only be done for versions that have the PlatformIO
249247
builder script it in, so versions before 1.9.2 are not supported.
@@ -305,5 +303,3 @@ The files you want to upload should be placed in a folder called ``data`` inside
305303
The task "Build Filesystem Image" will take all files in the data directory and create a ``littlefs.bin`` file from it using the ``mklittlefs`` tool.
306304

307305
The task "Upload Filesystem Image" will upload the filesystem image to the Pico via the specified ``upload_protocol``.
308-
309-
**Note:** Currently only the default ``picotool`` (regular direct USB upload) and the OpenOCD-based debug methods (meaning all but ``jlink``) can transport the filesystem to the Pico.

0 commit comments

Comments
 (0)