2010-04-30 Joel Sherrill <joel.sherrilL@OARcorp.com>

* include/bsp.h: Add BSP_SMALL_MEMORY.
This commit is contained in:
Joel Sherrill
2010-04-30 16:44:40 +00:00
parent ae3c037a70
commit 33d5f3328d
4 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2010-04-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
* include/bsp.h: Add BSP_SMALL_MEMORY.
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* Makefile.am, preinstall.am: Added generic interrupt support modules.

View File

@@ -20,6 +20,8 @@ extern "C" {
#include <bspopts.h>
#define BSP_SMALL_MEMORY 1
#include <rtems.h>
#include <rtems/iosupp.h>
#include <rtems/console.h>

View File

@@ -1,3 +1,7 @@
2010-04-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
* include/bsp.h: Add BSP_SMALL_MEMORY.
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/m68k-stub.c: Remove warnings.

View File

@@ -2,9 +2,7 @@
*
* This include file contains all board IO definitions.
*
* XXX : put yours in here
*
* COPYRIGHT (c) 1989-1999.
* COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -23,6 +21,7 @@ extern "C" {
#include <bspopts.h>
#define BSP_SMALL_MEMORY 1
#include <rtems.h>
#include <rtems/console.h>
#include <rtems/iosupp.h>