mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 09:48:25 +08:00
hris Johns <chrisj@rtems.org>
* cpukit/sapi/include/confdefs.h: Add missing quote to string to remove warning. * cpukit/score/cpu/m68k/rtems/score/m68k.h: Add the default priority level for large memory Coldfires.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2008-06-17 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* cpukit/sapi/include/confdefs.h: Add missing quote to string to
|
||||
remove warning.
|
||||
|
||||
* cpukit/score/cpu/m68k/rtems/score/m68k.h: Add the default
|
||||
priority level for large memory Coldfires.
|
||||
|
||||
2008-06-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems/include/rtems/rtems/config.h,
|
||||
|
||||
@@ -223,7 +223,7 @@ extern rtems_configuration_table Configuration;
|
||||
*/
|
||||
#if (defined(CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION) && \
|
||||
!defined(CONFIGURE_IDLE_TASK_BODY))
|
||||
#error "CONFIGURE_ERROR: You did not override the IDLE task body.
|
||||
#error "CONFIGURE_ERROR: You did not override the IDLE task body."
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
@@ -159,6 +159,7 @@ extern "C" {
|
||||
# else
|
||||
#define M68K_CPU_STACK_MINIMUM_SIZE 4096
|
||||
/* Use the default number of priorities */
|
||||
#define M68K_CPU_PRIORITY_MAXIMUM 255
|
||||
# endif
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user