Schlagwort: Arduino Command Line Interface
-
The new Arduino CLI 0.19.0 is out and better than ever!
Reading Time: 2 minutesArduino Team — September 2nd, 2021 There’s a truckload of news from the Arduino Tooling Team today: Arduino CLI 0.19.0 is now available! This release has tons of great enhancements, exciting new features and heaps of bug fixes. Some things required quite a bit of breaking changes but they’re worth the hassle.…
-
The three pillars of the Arduino CLI
Reading Time: 5 minutesThe Arduino CLI is an open source command line application written in Golang that can be used from a terminal to compile, verify and upload sketches to Arduino boards, and that’s capable of managing all the software and tools needed in the process. But don’t get fooled by its name: the Arduino…
-
The Arduino CLI just got some new exciting features
Reading Time: 3 minutesThe arduino-cli tool just got some new exciting features with the release of 0.11.0: Command-line completion External programmer support Internationalization and localization support (i18n) Command-line completion Finally, the autocompletion feature has landed! With this functionality, the program automatically fills in partially typed commands by pressing the tab key. For example, with this…
-
Hands-on with the Arduino CLI!
Reading Time: < 1 minuteHands-on with the Arduino CLI! Arduino Team — April 23rd, 2020 In our last post, we told you that the Arduino CLI’s primary goal is to provide a flexible yet simple command line tool with all the features and ease of use that made Arduino a successful platform, and enable users…
-
Announcing the Arduino Command Line Interface (CLI)
Reading Time: 3 minutes[youtube https://www.youtube.com/watch?v=3vtIisvxewc?feature=oembed&w=500&h=375] The Arduino team has been working hard to support the needs of our professional developer community. Many of you requested a way to use our tools in Makefiles, and wanted Arduino IDE features available via a fast, clean command line interface. How cool would it be to install project dependencies…