forked from Imagelibrary/rtems
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:
@@ -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>
|
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* startup/spurious.c: Fix typo from previous commit.
|
* startup/spurious.c: Fix typo from previous commit.
|
||||||
|
|||||||
@@ -33,6 +33,9 @@ extern "C" {
|
|||||||
#include <rtems/clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <rtems/console.h>
|
#include <rtems/console.h>
|
||||||
|
|
||||||
|
/* SPARC CPU variant: LEON2 */
|
||||||
|
#define LEON2 1
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* confdefs.h overrides for this BSP:
|
* confdefs.h overrides for this BSP:
|
||||||
* - two termios serial ports
|
* - two termios serial ports
|
||||||
|
|||||||
@@ -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>
|
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* include/bsp.h, startup/bspstart.c, startup/spurious.c: hello and
|
* include/bsp.h, startup/bspstart.c, startup/spurious.c: hello and
|
||||||
|
|||||||
@@ -33,6 +33,9 @@ extern "C" {
|
|||||||
#include <rtems/clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <rtems/console.h>
|
#include <rtems/console.h>
|
||||||
|
|
||||||
|
/* SPARC CPU variant: LEON3 */
|
||||||
|
#define LEON3 1
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* confdefs.h overrides for this BSP:
|
* confdefs.h overrides for this BSP:
|
||||||
* - two termios serial ports
|
* - two termios serial ports
|
||||||
|
|||||||
Reference in New Issue
Block a user