Skip to content
This repository was archived by the owner on Feb 20, 2021. It is now read-only.

Update ideas.md with new arduino-cli proposal #127

Merged
merged 1 commit into from
Mar 24, 2020
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
6 changes: 3 additions & 3 deletions ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ Bonus points to students who also plan to build hardware prototypes around their

## arduino-cli

### Idea: add network discovery support to arduino-cli
### Idea: add external programmers support to arduino-cli

[arduino-cli](https://github.com/arduino/arduino-cli) is a command line tool for programming Arduino boards. This task is about implementing a functionality for discovering boards over network in addition to USB.
See more details in https://github.com/arduino/arduino-cli/issues/344
[arduino-cli](https://github.com/arduino/arduino-cli) is a command line tool for programming Arduino boards. This task is about implementing a functionality for supporting external programmers, in order to enable flashing boards without bootloader or to install/repair bootloaders.
See more details in https://github.com/arduino/arduino-cli/issues/27 and linked issues

* *Languages:* Go
* *Difficulty:* Advanced
Expand Down