Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 20 and Version 21 of Release/4.11


Ignore:
Timestamp:
12/31/15 06:32:08 (9 years ago)
Author:
pineappleskyes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.11

    v20 v21  
    132132 *  FTPFS will no longer use the BOOTP server address as default if no hostname was specified.  The FTP path must specify the hostname.  Applications can obtain the BOOTP server address and from the appropriate path.
    133133 *  Added new two configurable single processor schedulers: Earliest Deadline First (EDF) and Constant Bandwidht Server (CBS).
    134  *  The '''exit()''', '''_exit()''' and '''abort()''' functions leads now to a fatal error.  The fatal source is '''RTEMS_FATAL_SOURCE_EXIT''' and the fatal code is the exit status.  The '''rtems_panic()''' and '''rtems_error()''' are also affected by this since they call one of these functions.  Depending on the fatal error extensions this may lead to a '''bsp_reset()'''.  A reset is the default provided by the BSP.
     134 *  The '''exit()''', '''_exit()''' and '''abort()''' functions lead to a fatal error.  The fatal source is '''RTEMS_FATAL_SOURCE_EXIT''' and the fatal code is the exit status.  The '''rtems_panic()''' and '''rtems_error()''' are also affected by this since they call one of these functions.  Depending on the fatal error extensions this may lead to a '''bsp_reset()'''.  A reset is the default provided by the BSP.
    135135 *  [http://rtems.org/onlinedocs/doc-current/share/rtems/html/cpu_supplement/Port-Specific-Information-Thread_002dLocal-Storage.html#Port-Specific-Information-Thread_002dLocal-Storage Thread-local storage (TLS)]: Supported on ARM, m68k, PowerPC and SPARC.  Other architectures lack an implementation.
    136136 *  TBD