gumstix: Remove CONFIGURE_INTERRUPT_STACK_MEMORY

This define is not supported by confdefs.h.  In addition, on ARM the
interrupt stack size is defined by the linker command file.
This commit is contained in:
Sebastian Huber
2018-05-25 10:19:32 +02:00
parent ef61d892a4
commit 3b2817b6e5

View File

@@ -51,9 +51,6 @@ console_tbl *BSP_get_uart_from_minor(int minor);
static inline int32_t BSP_get_baud(void) {return 115200;}
/** @brief How big should the interrupt stack be? */
#define CONFIGURE_INTERRUPT_STACK_MEMORY (16 * 1024)
#define ST_PIMR_PIV 33 /* 33 ticks of the 32.768Khz clock ~= 1msec */
#define outport_byte(port,val) *((unsigned char volatile*)(port)) = (val)