Arduino-Makefile
Arduino compiler
Automates workflows for compiling and uploading Arduino code to various platforms.
Makefile for Arduino sketches. It defines the workflows for compiling code, flashing it to Arduino and even communicating through Serial.
2k stars
92 watching
448 forks
Language: Makefile
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
arduino/arduino-builder | A tool for compiling Arduino sketches into executable code | 458 |
sudar/vim-arduino-syntax | Provides syntax highlighting and indentation support for Arduino in Vim | 131 |
renaun/arduinoexamples | A collection of example projects demonstrating various Arduino projects and examples | 59 |
simonmonk/programming_arduino | A book-focused project providing code examples and resources for learning Arduino programming using the Processing language. | 79 |
esp8266/arduino-esp8266fs-plugin | This tool uploads an Arduino sketch's file system to an ESP8266's flash memory. | 712 |
robot-will/stino | A Sublime Text plugin for managing and compiling Arduino projects | 1,581 |
atombuild/atom-build-make | A plugin for Atom's build tooling that integrates GNU Make with the editor. | 13 |
nickgammon/arduino_sketches | Publicly-released sketches and tools for the Arduino microprocessor | 651 |
mmottl/ocaml-makefile | A Makefile generator for OCaml projects with automatic dependency generation and simplified compilation processes. | 74 |
sintef-9012/jarduino | A Java-based Arduino platform for developing resource-constrained systems | 177 |
todbot/arduino-serial | C code to communicate with Arduino microcontrollers | 236 |
ecto/duino | A Node.js framework for interacting with Arduino boards | 958 |
steliosha/alfred_file_creator | A scripting tool for easily creating files with customizable templates. | 19 |
bkaradzic/genie | Automates project creation by generating build files based on a Lua script | 904 |
vans163/rebar3_auto | A plugin for rebar3 that automatically compiles and reloads modules on file change | 55 |