From 92b775d794e06afd040281cd0463ec42f147c13b Mon Sep 17 00:00:00 2001 From: Sudar Date: Wed, 16 Jul 2014 12:13:18 +0530 Subject: [PATCH] Add information about `Bare-Arduino-Project` in README Fix #220 Fix #221 Fix #225 --- HISTORY.md | 1 + README.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 59ac5f1..aa0fdda 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it ### In development - Tweak: Allow remove of any OBJDIR with `$(REMOVE) $(OBJDIR)`. (https://github.com/ladislas) - Fix: Change "tinyladi" username to "ladislas" in HISTORY.md. (https://github.com/ladislas) +- Add: Add information about `Bare-Arduino–Project` in README. (https://github.com/ladislas) ### 1.3.4 (2014-07-12) - Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav) diff --git a/README.md b/README.md index ff9cf60..c555ccb 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,14 @@ Then, the following line must be added to the project Makefile : $(CXX_NAME) -c -include Arduino.h -x c++ $(CXXFLAGS) $(CPPFLAGS) -fsyntax-only $(CHK_SOURCES) ``` +### Bare-Arduino–Project + +If you are planning on using this makefile in a larger/professional project, you might want to take a look at the [Bare-Arduino–Project](https://github.com/WeAreLeka/Bare-Arduino-Project) framework. + +Similar to HTML frameworks, [Bare-Arduino–Project](https://github.com/WeAreLeka/Bare-Arduino-Project) aims at providing a basic `tree` organization, `Makefile` configurations for both OS X and Linux and a handful of instruction on how to get started with a robust Arduino project architecture. + +Further information are available in the [README.md](https://github.com/WeAreLeka/Bare-Arduino-Project/blob/master/README.md) as well as in the [use/installation procedure](https://github.com/WeAreLeka/Bare-Arduino-Project/blob/master/INSTALL.md). + ## Credits This makefile was originally created by [Martin Oldfield](http://mjo.tc/atelier/2009/02/arduino-cli.html) and he maintained it till v0.10.2.