|
f54851ecfa
|
Windows: Compiler wasn't supplying Windows command line with the correct double quotes
|
2015-04-24 12:03:41 +02:00 |
|
|
d805fb4e1f
|
Renamed compiler.warning_flags pref to compiler.warning_level
Provided a default value for compiler.warning_flags
Releasing avr core 1.6.5
|
2015-04-24 09:27:28 +02:00 |
|
|
b42c6667e1
|
Better preference for setting warnings level. See 61592d78fa (commitcomment-10668365)
|
2015-04-13 12:22:37 +02:00 |
|
|
c740f251f4
|
SAM boards stop compiling due to way of handling params with spaces on different OSs. Fixed
|
2015-04-13 12:05:00 +02:00 |
|
|
4c9e5fc564
|
Restored error messages. Got rid of MessageSyphon as ther were losing some error messages. Fixes #2737
|
2015-04-10 17:44:13 +02:00 |
|
|
61592d78fa
|
New preference: enable all compiler warnings, off by default. Fixes #1728 and #2415. Also affects #2634 and #2207
|
2015-04-10 15:29:15 +02:00 |
|
|
b5367bcdbe
|
Advise of duplicate libraries after compiling
|
2015-03-30 10:24:18 -07:00 |
|
|
0b9223c158
|
Added Contributions for libraries
|
2015-03-27 14:51:10 +01:00 |
|
|
0644bdc51c
|
Convert to action pattern to allow multiple actions
|
2015-03-11 10:28:32 -05:00 |
|
|
2f65f5fdc1
|
Provide Hooks before and after the build process
Closes #2732
|
2015-03-11 10:28:32 -05:00 |
|
|
498d615fb8
|
Additional context for build hooks
|
2015-03-11 10:28:31 -05:00 |
|
|
a39364193f
|
"objcopy" recipes are no more tied to "hex" extension
This allow to define specific recipes for every platform
but keeps backward compatibility.
See #2614
|
2015-02-16 14:39:55 +01:00 |
|
|
e76d413454
|
When build.core is not defined, fall back to "arduino". Fixes #2635
|
2015-02-12 17:27:58 +01:00 |
|
|
79a74aa667
|
rename hex -> output
using generic term 'output', because for samx32,
output is .bin format and not .hex
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
|
2015-02-10 04:31:51 +05:30 |
|
|
ff95d03663
|
Updated some translation strings
|
2015-01-14 18:05:00 +01:00 |
|
|
fd4a5a82b3
|
Compiler: removed duplicated functions getCommandCompilerS, getCommandCompilerC, and getCommandCompilerCPP in favour of generic getCommandCompilerByRecipe
|
2015-01-08 13:58:03 +01:00 |
|
|
f5520fc7e1
|
Compiler: removed duplicated functions compileEep and compileHex in favour of generic runRecipe
|
2015-01-08 13:58:03 +01:00 |
|
|
980709f6f7
|
Compiler: missing mandatory key now blocks compilation
|
2015-01-08 13:57:59 +01:00 |
|
|
ba8eadeeb5
|
Split IDE into 2 projects.
BEWARE: HIGHLY EXPERIMENTAL BRANCH
|
2014-11-13 16:34:24 +01:00 |
|