Would replace some of what is currently done in devcontainer-postcreate.sh
|
arduino-cli lib install --git-url https://github.com/adamgreg/arduino-nfc.git#88d07446367bb75a5e3bf5fad5ab409e754640d9 |
|
arduino-cli lib install Ethernet@2.0.2 |
|
|
|
arduino-cli config add board_manager.additional_urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json |
|
arduino-cli core install rp2040:rp2040@4.0.2 |
Documentation on the file format can be found here: https://arduino.github.io/arduino-cli/1.0/sketch-project-file/
It is not yet possible to specify git dependencies.
Blocked by upstream feature request arduino/arduino-cli#2133
Would replace some of what is currently done in devcontainer-postcreate.sh
NFCScanner/.devcontainer/devcontainer-postcreate.sh
Lines 16 to 20 in a11dfbf
Documentation on the file format can be found here: https://arduino.github.io/arduino-cli/1.0/sketch-project-file/
It is not yet possible to specify git dependencies.
Blocked by upstream feature request arduino/arduino-cli#2133