mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 15:30:17 +00:00
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* clockdrv_shell.c: Remove unnecessary includes of rtems/libcsupport.h and rtems/libio.h. * bspstart.c: New file.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clockdrv_shell.c: Remove unnecessary includes of rtems/libcsupport.h
|
||||
and rtems/libio.h.
|
||||
* bspstart.c: New file.
|
||||
|
||||
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clockdrv_shell.c: The Shared Memory Driver no longer requires the
|
||||
|
||||
22
c/src/lib/libbsp/shared/bspstart.c
Normal file
22
c/src/lib/libbsp/shared/bspstart.c
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2008.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <bsp.h>
|
||||
#include <bsp/bootcard.h>
|
||||
|
||||
/*
|
||||
* This routine would usually do the bulk of the system initialization.
|
||||
* But if a BSP doesn't need to do anything, it can use this version.
|
||||
*/
|
||||
|
||||
void bsp_start( void )
|
||||
{
|
||||
}
|
||||
@@ -14,7 +14,6 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <bsp.h>
|
||||
#include <rtems/libio.h>
|
||||
|
||||
#if defined(CLOCK_DRIVER_USE_FAST_IDLE) && defined(CLOCK_DRIVER_ISRS_PER_TICK)
|
||||
#error "clockdrv_shell.c: fast idle and N ISRs per tick is not supported"
|
||||
|
||||
Reference in New Issue
Block a user