Skip to content

Commit 0f78f25

Browse files
committed
0.5.5 final README message
1 parent c7dec3f commit 0f78f25

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

frs/Current Releases/0.5.5/README.txt

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
WARNING: Not recommended for new designs!
2+
3+
Please note that this will be last 0.5.x version, and is marked "End of life"; the 1.1.0 version is included, and has 'experimental' status.
4+
5+
-----------------------------------------------------------------------
6+
7+
This is an archived version of the GNU ARM Eclipse plug-in update site.
8+
9+
To install it, point your Eclipse to it:
10+
Eclipse -> Install New Software -> Add -> Archive -> select .zip file.
11+
12+
This version (0.5.5) runs on CDT 8.0 (Eclipse 3.7 Indigo) or later,
13+
including Eclipse 4.3 Keppler.
14+
15+
Changes since previous 0.5.4 version:
16+
17+
- new ARM toolchains added:
18+
Tools for Embedded (arm-none-eabi-)
19+
Sourcery Lite Linux (arm-none-linux-gnueabi-)
20+
Linaro GNUEABIHF Linux (arm-linux-gnueabihf-)
21+
- ARM64 (AArch64) toolchains added:
22+
Linaro AArch64 Bare (aarch64-none-elf-)
23+
Linaro AArch64 Linux (aarch64-linux-gnu-)
24+
25+
- C/C++ 'Hello ARM World' templates added
26+
27+
- flash binary output type in CreateFlash no longer locked to hex and computed according to selection
28+
- elf32-littlearm, elf32-bigarm, elf32-little, elf32-big, tekhex removed from CreateFlash output type;
29+
30+
- new cpu added: arm720, arm710t, arm720t, arm740t, strongarm1110, arm1156t2f-s, cortex-a7, cortex-a15, cortex-a53, cortex-m0plus, marvell-pj4, fa526, fa626, fa606te, fa626te, fmp626, fa726te
31+
- new FPU types added: ‘fp-armv8’, ‘neon-fp-armv8’, and ‘crypto-neon-fp-armv8’
32+
- FPU Type enabled even for default Float ABI
33+
34+
- 'Other target flash' field added
35+
36+
- compiler -ffunction-sections, -fdata-sections and linker -Xlinker --gc-sections, defaults as enabled
37+
38+
- startfiles default as enabled in linker
39+
- toolchain debug format as default instead of dwarf
40+
41+
- accept spaces in project names (requires a CDT patch, that will come with CDT 8.2.1)
42+

0 commit comments

Comments
 (0)