File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
3
+ v 2.2.4
4
+ - Reduce compile times with Arduino 1.6 on second and subsequent compiles.
5
+
3
6
v 2.2.3
4
7
- GZLL baseAddress enhancement (thanks waynek/jetty840)
5
8
- Check base address msb is not 0x55 or 0xaa
Original file line number Diff line number Diff line change 5
5
name=RFduino Boards
6
6
compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/
7
7
compiler.c.cmd=arm-none-eabi-gcc
8
- compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -fno-builtin
8
+ compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -fno-builtin -MMD
9
9
compiler.c.elf.cmd=arm-none-eabi-g++
10
10
# -u _printf_float
11
11
compiler.c.elf.flags=-Wl,--gc-sections --specs=nano.specs
12
12
compiler.S.flags=-c -g -assembler-with-cpp
13
13
compiler.cpp.cmd=arm-none-eabi-g++
14
- compiler.cpp.flags=-c -g -Os -w -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fno-builtin
14
+ compiler.cpp.flags=-c -g -Os -w -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fno-builtin -MMD
15
15
compiler.ar.cmd=arm-none-eabi-ar
16
16
compiler.ar.flags=rcs
17
17
compiler.objcopy.cmd=arm-none-eabi-objcopy
You can’t perform that action at this time.
0 commit comments