From d719847a8a610591d22b1e3acf01ebffaa394153 Mon Sep 17 00:00:00 2001 From: Sudar Date: Fri, 9 Aug 2013 21:57:52 +0530 Subject: 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 --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY.md') 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) -- cgit v1.2.3