Changes between Version 24 and Version 25 of Release/4.10


Ignore:
Timestamp:
04/28/09 10:44:59 (15 years ago)
Author:
ChrisJohns
Comment:

BSP Command line.

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.10

    v24 v25  
    7676 *  The Configuration Table has had the pointers to the Classic, POSIX, and ITRON API Configuration Tables removed.  RTEMS now directly references the configuration information using variables which are assumed to have the names generated by confdefs.h.  This resulted in a small reduction in data space and about 4.5% off the code space for minimum and hello on the SPARC with lesser reductions on the Thumb.
    7777
     78 *  Provide a C linkage Init task prototype. By default the Init task now expects a pointer to a global command line string. Set this pointer to NULL is no command line is present. A shared BSP Init task is also provided with weak external linkage so you can now write an application that enters with main rather Init.
     79
    7880 *  TBD
    7981= RTEMS Shell Improvements =