From a94c5a5d6992b6dca9afec09352ab80db4643078 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 31 May 1997 15:55:10 +0000 Subject: Changed bitwise OR's used to build up option and attribute sets to be correct in either C or Ada. Added the interrupt disable, enable, flash, and is in progress directives. changed "97" to "1997" --- doc/user/bsp.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/user/bsp.t') diff --git a/doc/user/bsp.t b/doc/user/bsp.t index 85b87f1078..8cc23a7d1e 100644 --- a/doc/user/bsp.t +++ b/doc/user/bsp.t @@ -94,7 +94,7 @@ following requirements: must leave the processor in the most privileged, or supervisory, state. -@item Must allocate a stack of at least MINIMUM_STACK_SIZE +@item Must allocate a stack of at least @code{MINIMUM_STACK_SIZE} bytes and initialize the stack pointer for the initialize_executive directive. @@ -139,7 +139,7 @@ stack usage must account for the following requirements: @end itemize The size of the interrupt stack must be greater than -or equal to the constant MINIMUM_STACK_SIZE. +or equal to the constant @code{MINIMUM_STACK_SIZE}. @ifinfo @node Processors with a Separate Interrupt Stack, Processors without a Separate Interrupt Stack, Interrupt Stack Requirements, Board Support Packages Reset and Initialization -- cgit v1.2.3