Installation Instructions

Integration in Arduino IDE

Note

We recommended to use Arduino IDE 2.0 or higher.

_images/install_preferences_menu.png

Paste the following URL into the Additional boards manager URLs input field under File > Preferences to add Infineon’s PSOC™ 6 microcontroller boards to the Arduino IDE:

https://github.com/Infineon/arduino-core-psoc6/releases/latest/download/package_psoc6_index.json
_images/install_preferences_json.png

To install the boards, navigate to Tools > Board > Boards Manager… and search for PSOC6. Now you can install the Infineon PSOC™ 6 microcontroller boards. Click Install to add the boards to your Arduino IDE. This might take up to 2 minutes.

_images/install_board_manager_entry.png

In the boards list at Tools > Board > Infineon PSOC6 Boards, you will now find the supported PSOC™ 6 microcontroller boards.

_images/install_board_list.png

Installation in Arduino CLI

To install the PSOC™ 6 microcontroller boards using the Arduino CLI, first make sure you have the latest version of the Arduino CLI installed.

Now you can add the Infineon PSOC™ 6 microcontroller boards package to the Arduino CLI:

$ arduino-cli core install infineon:psoc6 --additional-urls https://github.com/Infineon/arduino-core-psoc6/releases/latest/download/package_psoc6_index.json

Finally, check if the package has been properly installed by running:

$ arduino-cli core list

And… you are ready to develop 👷!