forked from Imagelibrary/rtems
2008-09-17 Miao Yan <yanmiaobest@gmail.com>
* hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC project code to add simple device only filesystem (devfs), optionally completely drop out filesystem, and to clean up disabling newlib reentrancy support. This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code space.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2008-09-17 Miao Yan <yanmiaobest@gmail.com>
|
||||
|
||||
* hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
|
||||
project code to add simple device only filesystem (devfs), optionally
|
||||
completely drop out filesystem, and to clean up disabling newlib
|
||||
reentrancy support. This dropped 17K from the minimum.exe for
|
||||
sparc/sis and arm/rtl22xx_t now has a 15K code space.
|
||||
|
||||
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* capture/system.h, capture/test1.c, fileio/init.c,
|
||||
|
||||
@@ -33,7 +33,7 @@ rtems_task Init(
|
||||
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
|
||||
#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
MANAGERS = all
|
||||
MANAGERS =
|
||||
|
||||
rtems_tests_PROGRAMS = minimum.exe
|
||||
minimum_exe_SOURCES = init.c
|
||||
|
||||
@@ -34,9 +34,9 @@ rtems_task Init(
|
||||
#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
|
||||
|
||||
/*
|
||||
* This is the smallest IO subsystem RTEMS currently supports.
|
||||
* This application has no filesytem and libio support.
|
||||
*/
|
||||
#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
|
||||
#define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
|
||||
|
||||
/*
|
||||
* This disables reentrancy support in the C Library. It is usually
|
||||
|
||||
Reference in New Issue
Block a user