mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-07 16:13:07 +00:00
2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>
* umon/README, umon/tfs.h: Missing parts of previous commit.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>
|
||||||
|
|
||||||
|
* umon/README, umon/tfs.h: Missing parts of previous commit.
|
||||||
|
|
||||||
2009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>
|
2009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>
|
||||||
|
|
||||||
* umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h,
|
* umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h,
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
# Fernando Nicodemos <fgnicodemos@terra.com.br>
|
||||||
|
# from NCB - Sistemas Embarcados Ltda. (Brazil)
|
||||||
|
#
|
||||||
|
# Joel Sherill
|
||||||
|
# from OAR Corporation
|
||||||
|
#
|
||||||
|
|
||||||
This directory contains support for utilitizing MicroMonitor
|
This directory contains support for utilitizing MicroMonitor
|
||||||
(http://www.umonfw.com/) capabilities from within an RTEMS
|
(http://www.umonfw.com/) capabilities from within an RTEMS
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
/* tfs.h:
|
/*
|
||||||
* Header file for TFS transactions, used by both application and monitor.
|
* tfs.h - Header file for TFS transactions, used by both application and
|
||||||
|
* monnitor.
|
||||||
*
|
*
|
||||||
|
* Based upon code from MicroMonitor 1.17 from http://www.umonfw.com/
|
||||||
|
* which includes this notice:
|
||||||
|
*
|
||||||
|
**************************************************************************
|
||||||
* General notice:
|
* General notice:
|
||||||
* This code is part of a boot-monitor package developed as a generic base
|
* This code is part of a boot-monitor package developed as a generic base
|
||||||
* platform for embedded system designs. As such, it is likely to be
|
* platform for embedded system designs. As such, it is likely to be
|
||||||
@@ -15,8 +20,18 @@
|
|||||||
* is becoming a mis-representation of credit.
|
* is becoming a mis-representation of credit.
|
||||||
*
|
*
|
||||||
* Original author: Ed Sutter
|
* Original author: Ed Sutter
|
||||||
* Email: esutter@lucent.com
|
* Email: esutter@alcatel-lucent.com
|
||||||
* Phone: 908-582-2351
|
* Phone: 908-582-2351
|
||||||
|
**************************************************************************
|
||||||
|
*
|
||||||
|
* Ed Sutter has been informed that this code is being used in RTEMS.
|
||||||
|
*
|
||||||
|
* This code was reformatted by Joel Sherrill from OAR Corporation and
|
||||||
|
* Fernando Nicodemos <fgnicodemos@terra.com.br> from NCB - Sistemas
|
||||||
|
* Embarcados Ltda. (Brazil) to be more compliant with RTEMS coding
|
||||||
|
* standards and to eliminate C++ style comments.
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _tfs_h
|
#ifndef _tfs_h
|
||||||
|
|||||||
Reference in New Issue
Block a user