Skip to content

This plugin helps to install Arduino IDE and build your sketches

License

Notifications You must be signed in to change notification settings

zhurlik/gradle-arduino-plugin

Repository files navigation

gradle-arduino-plugin

This plugin helps to install Arduino IDE
The Arduino IDE allows editing, compiling and uploading sketches (programs) for Arduino (and compatible) microcontroller boards

Build Status Coverage Status

Gradle Tasks

There are a few gradle tasks using which you can specify options for executing one of the provided tools in the Arduino IDE

arduino

Normally, running the arduino command starts the IDE, optionally loading any .ino files specified on the commandline

arduino-builder

  • dump-prefs - dumps build properties used when compiling
  • compile - compiles the given sketch

avrdude

AVR Downloader/UploaDEr is a utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP).

TODO

The following tasks will be implemented:

How to use

About

This plugin helps to install Arduino IDE and build your sketches

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages