Changeset 57716a5 in ada-examples


Ignore:
Timestamp:
09/17/09 18:13:35 (14 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
ada-examples-4-10-branch, master
Children:
e91ca06
Parents:
964021d
Message:

2009-09-17 Joel Sherrill <joel.sherrill@…>

  • Makefile, gen-soccon.c, gsocket.h, init.c: Make follow standard RTEMS test output format. Add output screens where appropriate.
Location:
gen-soconn
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gen-soconn/ChangeLog

    r964021d r57716a5  
     12009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * Makefile, gen-soccon.c, gsocket.h, init.c: Make follow standard RTEMS
     4        test output format. Add output screens where appropriate.
     5
    162008-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
    27
  • gen-soconn/Makefile

    r964021d r57716a5  
    22#  Makefile
    33#
    4 
     4#  See README.Makefiles in the main ada-examples directory.
    55#
    6 RTEMS_MAKEFILE_PATH is typically set in an environment variable
     6$Id$
    77#
    88
  • gen-soconn/gen-soccon.c

    r964021d r57716a5  
     1/*
     2 *  $Id$
     3 */
     4
    15/****************************************************************************
    26 *                                                                          *
  • gen-soconn/gsocket.h

    r964021d r57716a5  
     1/*
     2 *  $Id$
     3 */
     4
    15/****************************************************************************
    26 *                                                                          *
  • gen-soconn/init.c

    r964021d r57716a5  
    11/*
    22 *  Simple main wrapper for RTEMS with configuration
     3 *
     4 *  $Id$
    35 */
    46
Note: See TracChangeset for help on using the changeset viewer.