aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-08-09 21:57:52 +0530
committerSudar <sudar@sudarmuthu.com>2013-08-09 22:04:36 +0530
commitd719847a8a610591d22b1e3acf01ebffaa394153 (patch)
treead6a6d74a7d8d5b51ebe527e76afb1c9a2809f82 /HISTORY.md
parentc92d6724d711acccacf917a63b683fa10812e876 (diff)
Allow building with Arduino core, without a .ino/.pde file
Till not it is not possible to build with Arduino core, without using a .ino or .pde file. This commit removes that restriction. However, the user has to explicitly include Arduino header files. Fix #105
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 1fec2cd..87a8027 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -18,6 +18,7 @@ The following is the rough list of changes that went into different versions. I
- Compile with debugging symbols only when DEBUG=1 (https://github.com/peplin)
- Replace Leonardo detection with Caterina detection (https://github.com/sej7278)
- Autodetect baudrate only if either a .ino/.pde is present
+- Allow building with Arduino core, without a .ino/.pde file
### 0.12.0 (2013-06-20)
- Fix "generated_assembly" target, which got broken earlier. Fix issue #76 (https://github.com/matthijskooijman)