Skip to content

Commit 93ad66d

Browse files
authored
Merge pull request #262 from pillo79/pr-fixes-post-0.52
trivial: minor fixes for 0.52
2 parents 52523f2 + beb3cad commit 93ad66d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,14 @@ This can also be performed via the "Burn bootloader" action in the IDE if the co
231231

232232
### Using the Core in Arduino IDE/CLI
233233

234-
After running the `bootstrap.sh` script, you can symlink the core to `$sketchbook/hardware/arduino-git/zephyr`. Once linked, it will appear in the IDE/CLI, and the board's Fully Qualified Board Name (FQBN) will be formatted as `arduino-git:zephyr:name_from_boards_txt`.
234+
After running the `bootstrap.sh` script, you can create a symlink from the
235+
`ArduinoCore-zephyr` folder to `${sketchbook}/hardware/arduino-git/zephyr`, so
236+
that the `boards.txt` file in this repository will be also available as
237+
`${sketchbook}/hardware/arduino-git/zephyr/boards.txt`.
238+
239+
Once this is done, your development folder will appear in the IDE/CLI package
240+
list as `arduino-git:zephyr`, and the Fully Qualified Board Name (FQBN) to use
241+
will be `arduino-git:zephyr:name_from_boards_txt`.
235242

236243
Remember to also install and/or update the officially published core in the IDE Board Manager to get the latest tools and dependencies.
237244
[⚙️ Installation](#️-installation).

extra/artifacts/_common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{
3131
"packager": "arduino",
3232
"name": "zephyr-sketch-tool",
33-
"version": "0.1.0"
33+
"version": "0.2.0"
3434
},
3535
{
3636
"packager": "arduino",

0 commit comments

Comments
 (0)