Skip to content

Commit

Permalink
docs/installation-instructions.rst: Added Arduino CLI installation in…
Browse files Browse the repository at this point in the history
…structions.

Signed-off-by: jaenrig-ifx <[email protected]>
  • Loading branch information
jaenrig-ifx committed Sep 23, 2024
1 parent e292599 commit d4b1fe0
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions docs/installation-instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Paste the following URL into the *Additional boards manager URLs* input field un

::

https://github.com/Infineon/arduino-core-psoc/releases/latest/download/package_infineon_index.json
https://github.com/Infineon/arduino-core-psoc/releases/latest/download/package_psoc_index.json

.. image:: img/install_preferences_json.png
:width: 600
Expand All @@ -38,9 +38,24 @@ In the boards list *Tools > Board*, you will now find the supported PSoC™ micr
Installation in Arduino CLI
----------------------------

To install the PSoC™ microcontroller boards using the Arduino CLI, first make sure you have the latest version of the Arduino CLI installed.
To install the PSoC™ microcontroller boards using the Arduino CLI, first make sure you have the latest version of the `Arduino CLI <https://arduino.github.io/arduino-cli/0.24/installation/>`_ installed.

Then, run the following command:

.. code-block:: bash
$ arduino-cli version
$ arduino-cli version
Now you can add the Infineon PSoC™ microcontroller boards package to the Arduino CLI:

.. code-block:: bash
$ arduino-cli core install infineon:psoc --additional-urls https://github.com/Infineon/arduino-core-psoc/releases/latest/download/package_psoc_index.json
Finally, check if the package has been properly installed by running:

.. code-block:: bash
$ arduino-cli core list
And... you are ready to develop |:construction_worker:|!

0 comments on commit d4b1fe0

Please sign in to comment.