aboutsummaryrefslogtreecommitdiff
path: root/examples/BlinkNetworkRPi
AgeCommit message (Collapse)Author
2020-04-13Use $(ARDMK_DIR)Osamu Aoki
Signed-off-by: Osamu Aoki <osamu@debian.org>
2015-03-28Whitespace fixes in examplesSudar
2014-12-30Tidy new arduino mk varsGabrielius Mickevicius
Add CORE and FORCE_MONITOR_PORT to arduino-mk-vars.md and FORCE_MONITOR_PORT to config print.
2014-12-30Note on using root in BlinkNetworkRPiGabrielius Mickevicius
2014-12-30Example: set fuses and upload hex on remote programmerGabrielius Mickevicius
Implements two new make rules: 'net_set_fuses' executes a single ssh command, 'net_upload' pipes hex through ssh connection. The example also showcases the FORCE_MONITOR_PORT feature.