mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 18:53:10 +08:00
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: BSP should not define CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: BSP should not define
|
||||
CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
|
||||
|
||||
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* network/if_em/Makefile, network/if_gfe/Makefile: Removed.
|
||||
|
||||
@@ -59,16 +59,12 @@ BSP_getDiscoveryVersion(int assertion);
|
||||
|
||||
/*
|
||||
* confdefs.h overrides for this BSP:
|
||||
* - termios serial ports (defaults to 1)
|
||||
* - Interrupt stack space is not minimum if defined.
|
||||
*/
|
||||
|
||||
#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
|
||||
#define BSP_INTERRUPT_STACK_SIZE (16 * 1024)
|
||||
|
||||
/*
|
||||
* base address definitions for several devices
|
||||
*
|
||||
*/
|
||||
#define BSP_MV64x60_BASE (0xf1000000)
|
||||
#define BSP_MV64x60_DEV1_BASE (0xf1100000)
|
||||
|
||||
Reference in New Issue
Block a user