项目作者: zhurlik

项目描述 :
This plugin helps to install Arduino IDE and build your sketches
高级语言: Groovy
项目地址: git://github.com/zhurlik/gradle-arduino-plugin.git
创建时间: 2018-09-28T07:11:52Z
项目社区:https://github.com/zhurlik/gradle-arduino-plugin

开源协议:Apache License 2.0

下载


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