2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>

* README: Remove more ITRON references.
This commit is contained in:
Joel Sherrill
2010-06-21 22:55:20 +00:00
parent 1941b98673
commit 5283f858ee
4 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Remove more ITRON references.
2010-04-05 Thomas Znidar <t.znidar@embed-it.com>
* configure.ac: Add mcf5225x BSP.

View File

@@ -18,9 +18,7 @@ Currently this BSP must be configured with most RTEMS features turned
off as RAM usage is too high.
Configure as follows:
configure --target=m68k-rtems4.9 --enable-rtemsbsp=mcf52235 \
--disable-networking --disable-posix --disable-itron --disable-cxx \
--disable-tests
configure --target=m68k-rtems4.XXX --enable-rtemsbsp=mcf52235 \
To get the tests to compile (but not run) change the linkcmds to specify
a larger sram memory region (256K works). This of course will let you

View File

@@ -1,3 +1,7 @@
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Remove more ITRON references.
2010-05-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* include/bsp.h: Add BSP_SMALL_MEMORY.

View File

@@ -21,9 +21,7 @@ Currently this BSP must be configured with most RTEMS features turned
off as RAM usage is too high.
Configure as follows:
configure --target=m68k-rtems4.9 --enable-rtemsbsp=mcf52235 \
--disable-networking --disable-posix --disable-itron --disable-cxx \
--disable-tests
configure --target=m68k-rtems4.XXX --enable-rtemsbsp=mcf52235 ...
To get the tests to compile (but not run) change the linkcmds to specify
a larger sram memory region (256K works). This of course will let you