Unverified Commit 592418d9 authored by Maximilian Gerhardt's avatar Maximilian Gerhardt Committed by GitHub

Minor PIO Docs Fixup (#635)

* Fix link display in PlatformIO Docs, Remove JLink warning

* Remove unfinished sentence
parent 0a23dfeb
...@@ -73,8 +73,6 @@ in the `PlatformIO CLI <https://docs.platformio.org/en/latest/integration/ide/vs ...@@ -73,8 +73,6 @@ in the `PlatformIO CLI <https://docs.platformio.org/en/latest/integration/ide/vs
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. 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.
However, users can still select a custom fork or branch of the core if desired so, as detailed in a chapter below. However, users can still select a custom fork or branch of the core if desired so, as detailed in a chapter below.
As the pull req
Selecting the new core Selecting the new core
---------------------- ----------------------
...@@ -243,7 +241,7 @@ Whereas the ``#master`` can also be replaced by a ``#branchname`` or a ...@@ -243,7 +241,7 @@ Whereas the ``#master`` can also be replaced by a ``#branchname`` or a
``#commithash``. If left out, it will pull the default branch, which is ``master``. ``#commithash``. If left out, it will pull the default branch, which is ``master``.
The ``file://`` and ``symlink://`` pseudo-protocols can also be used instead of ``https://`` to point to a The ``file://`` and ``symlink://`` pseudo-protocols can also be used instead of ``https://`` to point to a
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>_`). 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>`_).
Note that this can only be done for versions that have the PlatformIO Note that this can only be done for versions that have the PlatformIO
builder script it in, so versions before 1.9.2 are not supported. 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 ...@@ -305,5 +303,3 @@ The files you want to upload should be placed in a folder called ``data`` inside
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. 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.
The task "Upload Filesystem Image" will upload the filesystem image to the Pico via the specified ``upload_protocol``. The task "Upload Filesystem Image" will upload the filesystem image to the Pico via the specified ``upload_protocol``.
**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.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment