source: rtems/testsuites/samples/minimum/init.c @ c2565894

4.104.114.84.95
Last change on this file since c2565894 was 2dae3244, checked in by Joel Sherrill <joel.sherrill@…>, on 03/26/07 at 22:19:59

2007-03-26 Joel Sherrill <joel@…>

PR 1230/tests

  • minimum/init.c: Minimum should not configure console driver.
  • Property mode set to 100644
File size: 616 bytes
RevLine 
[2dae3244]1/*  Minimum Size Application Initialization
[d7851582]2 *
[2dae3244]3 *  COPYRIGHT (c) 1989-2007.
[d7851582]4 *  On-Line Applications Research Corporation (OAR).
5 *
6 *  The license and distribution terms for this file may be
7 *  found in the file LICENSE in this distribution or at
[3e26377b]8 *  http://www.rtems.com/license/LICENSE.
[d7851582]9 *
10 *  $Id$
11 */
12
[df49c60]13#include <bsp.h>
[d7851582]14
15rtems_task Init(
16  rtems_task_argument ignored
17)
18{
19}
20
21/* configuration information */
22
23#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
[f817b02]24#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
[2dae3244]25#define CONFIGURE_MAXIMUM_TASKS 1
[df49c60]26
[d7851582]27#define CONFIGURE_INIT
28
[c8fea7a]29#include <rtems/confdefs.h>
[d7851582]30
31/* global variables */
Note: See TracBrowser for help on using the repository browser.