Changes between Version 20 and Version 21 of Release/4.11
- Timestamp:
- Dec 31, 2015, 6:32:08 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/4.11
v20 v21 132 132 * 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. 133 133 * Added new two configurable single processor schedulers: Earliest Deadline First (EDF) and Constant Bandwidht Server (CBS). 134 * The '''exit()''', '''_exit()''' and '''abort()''' functions lead s nowto 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. 135 135 * [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. 136 136 * TBD