source: umon/README

Last change on this file was 91be006, checked in by Jarielle Catbagan <jcatbagan93@…>, on 08/21/15 at 17:05:58

README: Fix directory name references and remove reference to nonexistent main/README

  • Property mode set to 100644
File size: 1.8 KB
Line 
1This is the top-level of the MicroMonitor source tree.
2
3There are three main directories:
4main:
5  This is the common code reusable on various targets as the core
6  of MicroMonitor's functionality.
7ports:
8  This directory contains the public ports of MicroMonitor.  Each
9  subdirectory contains the makefile and target-specific code for
10  one uMon port.
11apps:
12  This code provides a few different application examples for use
13  after the bootmonitor is built and running on your target.  The
14  best place to go there is apps/demo.  This directory contains
15  the source and makefile that support building a basic application
16  for any target supported by MicroMonitor. 
17
18For a quick introduction refer to:
19        http://www.umonfw.com/docs/white_paper.pdf
20For a lot more than you'll ever care to read about it refer to:
21        http://www.umonfw.com/docs/umon_user_manual.pdf
22
23-----------------------------------------------------------------------
24
25Re-release of Micromonitor (aka uMon) under the Apache 2.0 license...
26
27Starting with the original umon1.19 code I referred to
28
29http://www.apache.org/dev/apply-license.html#new
30
31to do what was necessary to re-release a new smaller version of the
32uMon code under the Apache 2.0 license.  This was originally motivated
33by a request from a GSOC (Google Summer of Code) student wanting to
34port uMon to the BeagleBone Black board as an alternative bootloader
35for use by the RTEMS embedded operating system.
36
37I copied http://www.apache.org/licenses/LICENSE-2.0.txt
38to this local LICENSE file.
39
40I started with https://www.apache.org/licenses/example-NOTICE.txt
41to create an appropriate NOTICE file.
42
43This README file was last modified on Mar 28, 2015.
44
45Primary contact:
46Ed Sutter ed.sutter@alcatel-lucent.com
47
48-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.