mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/timesys.h: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
|
||||
CONFIGURE_STACK_CHECKER_ENABLED.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* tmitronsem01/Makefile.am, tmitronsem01/init.c: Eliminate empty
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
(((_total_time) - (_loop_overhead)) / (_iterations)) - (_overhead) \
|
||||
)
|
||||
|
||||
#if defined(STACK_CHECKER_ON) || defined(RTEMS_DEBUG)
|
||||
#if defined(CONFIGURE_STACK_CHECKER_ENABLED) || defined(RTEMS_DEBUG)
|
||||
#define Print_Warning() \
|
||||
do { \
|
||||
puts( \
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
|
||||
CONFIGURE_STACK_CHECKER_ENABLED.
|
||||
|
||||
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* tm09/system.h, tm09/task1.c: Account for message buffer memory.
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
(((_total_time) - (_loop_overhead)) / (_iterations)) - (_overhead) \
|
||||
)
|
||||
|
||||
#if defined(STACK_CHECKER_ON) || defined(RTEMS_DEBUG)
|
||||
#if defined(CONFIGURE_STACK_CHECKER_ENABLED) || defined(RTEMS_DEBUG)
|
||||
#define Print_Warning() \
|
||||
do { \
|
||||
puts( \
|
||||
|
||||
Reference in New Issue
Block a user