mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 20:52:40 +08:00
2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* minimum/init.c: Disable confdefs.h debug.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* minimum/init.c: Disable confdefs.h debug.
|
||||
|
||||
2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* iostream/system.h: Init task was close to blowing stack on PowerPC.
|
||||
|
||||
@@ -75,7 +75,7 @@ rtems_task Init(
|
||||
* per Task Control Block. If you aren't using these and are tight
|
||||
* on RAM, this is an option.
|
||||
*/
|
||||
#define CONFIGURE_DISABLE_CLASSIC_NOTEPADS
|
||||
#define CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS
|
||||
|
||||
/*
|
||||
* In this application, the initialization task performs the system
|
||||
@@ -84,6 +84,11 @@ rtems_task Init(
|
||||
#define CONFIGURE_IDLE_TASK_BODY Init
|
||||
#define CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION
|
||||
|
||||
/*
|
||||
* If you are debugging confdefs.h, define this
|
||||
*/
|
||||
/* #define CONFIGURE_CONFDEFS_DEBUG */
|
||||
|
||||
/*
|
||||
* Instantiate the configuration tables.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user