Skip to content

Add documentation about 3rd party cores #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,19 @@ with `arduino-cli board listall` and also search for a specific board:
Great! Now we have the Board FQBN (Fully Qualified Board Name) `arduino:samd:mkr1000`
and the Board Name look good, we are ready to compile and upload the sketch

#### Adding 3rd party cores
To add 3rd party core packages add a link of the additional package to the file `.cli-config.yml`

If you want to add the ESP8266 core, for example:

board_manager:
additional_urls:
- http://arduino.esp8266.com/stable/package_esp8266com_index.json
And then run:

arduino-cli core update-index
arduino-cli core install esp8266:esp8266

### Step 5. Compile the sketch
To compile the sketch we have to run the `compile` command with the proper FQBN we just got in the previous command.

Expand Down Expand Up @@ -309,4 +322,3 @@ Because:

See: https://github.com/arduino/arduino-cli#step-4-find-and-install-the-right-core