Arduino Pro IDE is based on Theia, and most of its IDE features, UIs and customizations are implemented in this Theia extension.
IDE services typically have a backend part in src/node/ and a front-end part in src/browser/.
The Boards Service continuously checks the computer's ports, in order to detect when you connect or disconnect an Arduino board.
The Boards Manager lists all the known board types, and allows downloading new cores to get additional board types.
The Core Service is responsible for building your sketches and uploading them to a board.
The Monitor Service allows getting information back from sketches running on your Arduino boards.
The Config Service knows about your system, like for example the default sketch locations.
arduino-cli
version and configuration"arduino"
configuration in the package.json
:"cli"
:
"version"
type string
| { owner: string, repo: string, commitish?: string }
: if the type is a string
and is a valid semver, it will get the corresponding released CLI. If the type is string
and is a date in YYYYMMDD
format, it will get a nightly CLI. If the type is an object, a CLI, build from the sources in the owner/repo
will be used. If commitish
is not defined, the HEAD of the default branch will be used. In any other cases an error is thrown.此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。