Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24542d0

Browse files
‘RFduino’‘RFduino’
‘RFduino’
authored and
‘RFduino’
committed
Reduce compile times with Arduino 1.6
1 parent 831105b commit 24542d0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
CHANGELOG
22

3+
v 2.2.4
4+
- Reduce compile times with Arduino 1.6 on second and subsequent compiles.
5+
36
v 2.2.3
47
- GZLL baseAddress enhancement (thanks waynek/jetty840)
58
- Check base address msb is not 0x55 or 0xaa

platform.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
name=RFduino Boards
66
compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/
77
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
99
compiler.c.elf.cmd=arm-none-eabi-g++
1010
# -u _printf_float
1111
compiler.c.elf.flags=-Wl,--gc-sections --specs=nano.specs
1212
compiler.S.flags=-c -g -assembler-with-cpp
1313
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
1515
compiler.ar.cmd=arm-none-eabi-ar
1616
compiler.ar.flags=rcs
1717
compiler.objcopy.cmd=arm-none-eabi-objcopy

0 commit comments

Comments
 (0)