2007-09-05 Daniel Hellstrom <daniel@gaisler.com>

* include/bsp.h: This patch prepares bsp.h so that shared code (new
	drivers) can easily have small small sections of BSP specific code.
This commit is contained in:
Joel Sherrill
2007-09-05 23:58:06 +00:00
parent acc9f0ab7d
commit 2aaff51bb5
4 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2007-09-05 Daniel Hellstrom <daniel@gaisler.com>
* include/bsp.h: This patch prepares bsp.h so that shared code (new
drivers) can easily have small small sections of BSP specific code.
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/spurious.c: Fix typo from previous commit.

View File

@@ -32,6 +32,9 @@ extern "C" {
#include <leon.h>
#include <rtems/clockdrv.h>
#include <rtems/console.h>
/* SPARC CPU variant: LEON2 */
#define LEON2 1
/*
* confdefs.h overrides for this BSP:

View File

@@ -1,3 +1,8 @@
2007-09-05 Daniel Hellstrom <daniel@gaisler.com>
* include/bsp.h: This patch prepares bsp.h so that shared code (new
drivers) can easily have small small sections of BSP specific code.
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* include/bsp.h, startup/bspstart.c, startup/spurious.c: hello and

View File

@@ -33,6 +33,9 @@ extern "C" {
#include <rtems/clockdrv.h>
#include <rtems/console.h>
/* SPARC CPU variant: LEON3 */
#define LEON3 1
/*
* confdefs.h overrides for this BSP:
* - two termios serial ports