2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>

* umon/README, umon/tfs.h: Missing parts of previous commit.
This commit is contained in:
Joel Sherrill
2009-12-04 18:24:58 +00:00
parent 22fb181bef
commit d44fc8b59c
3 changed files with 41 additions and 16 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -1,22 +1,37 @@
/* 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.
* *
* General notice: * Based upon code from MicroMonitor 1.17 from http://www.umonfw.com/
* This code is part of a boot-monitor package developed as a generic base * which includes this notice:
* platform for embedded system designs. As such, it is likely to be
* distributed to various projects beyond the control of the original
* author. Please notify the author of any enhancements made or bugs found
* so that all may benefit from the changes. In addition, notification back
* to the author will allow the new user to pick up changes that may have
* been made by other users after this version of the code was distributed.
* *
* Note1: the majority of this code was edited with 4-space tabs. **************************************************************************
* Note2: as more and more contributions are accepted, the term "author" * General notice:
* is becoming a mis-representation of credit. * 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
* distributed to various projects beyond the control of the original
* author. Please notify the author of any enhancements made or bugs found
* so that all may benefit from the changes. In addition, notification back
* to the author will allow the new user to pick up changes that may have
* been made by other users after this version of the code was distributed.
* *
* Original author: Ed Sutter * Note1: the majority of this code was edited with 4-space tabs.
* Email: esutter@lucent.com * Note2: as more and more contributions are accepted, the term "author"
* Phone: 908-582-2351 * is becoming a mis-representation of credit.
*
* Original author: Ed Sutter
* Email: esutter@alcatel-lucent.com
* 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