9
0
Fork 0

prep for 0.1.8

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1967 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2009-06-26 21:22:22 +00:00
parent 5bdcfedd67
commit 1e5b561715
2 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ReleaseNotes v0.1.7:
ReleaseNotes v0.1.8:
^^^^^^^^^^^^^^^^^^^
This is a highly hacked up version of the buildroot (see
@ -13,6 +13,8 @@ can be used to build the following NuttX-compatible toolchains:
o arm-elf (thumb2) toolchain needed for use with the Luminary
LM3S6918 (ARM Cortex-M3) port provided with the NuttX releases.
NXFLAT toolchain for use with the ARM Cortex-M3.
o avr-elf toolchain needed for use with the ATmega128 ports
provided with the NuttX releases.
@ -57,5 +59,10 @@ then:
And set the "Path to the NuttX root directory" appropriately.
NXFLAT Toolchain Build
You can select to build the NXFLAT toolchain with GCC by selecting
the NXFLAT toolchin during the configuration process(you can also
select omit building GCC with and only build the NXFLAT toolchain
for use with your own GCC toolchain.

View File

@ -48,7 +48,9 @@ cortexm3-defconfig-4.3.3
Builds an ARM toolchain for the Cortex-M3 using gcc 4.3.3.
This configuration builds both gcc and g++.
NOTE: This configuration is untested as of this writing.
cortexm3-defconfig-nxflat
This configuration build an NXFLAT toolchain (only) for
use with the Cortex-M3
bfin-defconfig-4.2.4
Builds an Blackfin toolchain using gcc 4.2.4