mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 01:09:31 +08:00
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/system.h: #define __RTEMS_MINOR__ 7 (BZ 1206).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* score/include/rtems/system.h:
|
||||
#define __RTEMS_MINOR__ 7 (BZ 1206).
|
||||
|
||||
2007-01-20 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* libblock/src/bdbuf.c, libblock/include/bdbuf.h:
|
||||
@@ -5,6 +10,7 @@
|
||||
"show_bdbuf" monitor add-on
|
||||
|
||||
2007-01-16 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* libnetworking/rtems/rtems_mii_ioctl.c,
|
||||
libnetworking/rtems/rtems_mii_ioctl.h,
|
||||
libnetworking/rtems/rtems_mii_ioctl_kern.c,
|
||||
|
||||
@@ -34,13 +34,13 @@ extern "C" {
|
||||
*
|
||||
* @note Use this macros to test for features in specific releases.
|
||||
*/
|
||||
#define __RTEMS_MINOR__ 6
|
||||
#define __RTEMS_MINOR__ 7
|
||||
|
||||
/** This macro defines the revision version portion of an RTEMS release.
|
||||
*
|
||||
* @note Use this macros to test for features in specific releases.
|
||||
*/
|
||||
#define __RTEMS_REVISION__ 99
|
||||
#define __RTEMS_REVISION__ 99
|
||||
|
||||
/*
|
||||
* The cpu options include file defines all cpu dependent
|
||||
|
||||
Reference in New Issue
Block a user