aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-07-16 12:13:18 +0530
committerSudar <sudar@sudarmuthu.com>2014-07-16 12:13:18 +0530
commit92b775d794e06afd040281cd0463ec42f147c13b (patch)
treed8fa5a20ffa0c11e60686b511406d6ec830e0bd1
parentcc5268cceb79e9f3e4d72b39df28ae243a63abfe (diff)
Add information about `Bare-Arduino-Project` in README
Fix #220 Fix #221 Fix #225
-rw-r--r--HISTORY.md1
-rw-r--r--README.md8
2 files changed, 9 insertions, 0 deletions
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.