Changeset 03b7789 in rtems for testsuites/sptests/spfatal07/testcase.h
- Timestamp:
- Apr 26, 2014, 1:09:10 PM (7 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 0832ca7
- Parents:
- a16af0b3
- git-author:
- Sebastian Huber <sebastian.huber@…> (04/26/14 13:09:10)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (04/29/14 07:51:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/spfatal07/testcase.h
ra16af0b3 r03b7789 38 38 INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALL 39 39 40 #if CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE41 #define CONFIGURE_MEMORY_OVERHEAD (sizeof(ISR_Handler_entry) * ISR_NUMBER_OF_VECTORS)42 #endif43 44 40 #if CPU_ALLOCATE_INTERRUPT_STACK == TRUE 45 41 #define CONFIGURE_INTERRUPT_STACK_SIZE (STACK_MINIMUM_SIZE - 1)
Note: See TracChangeset
for help on using the changeset viewer.