summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJarielle Catbagan <jcatbagan93@gmail.com>2015-08-21 10:05:58 -0700
committerEd Sutter <edsutterjr@gmail.com>2015-08-22 12:25:47 -0400
commit91be006d5cfad08f7fecbfaedd151b9cb5c76289 (patch)
treef3a1947a34cc23258197be3370e728788fafc029 /README
parentBBB: Clean up *.c and *.h files using 'astyle --unpad-paren --align-pointer=n... (diff)
downloadumon-91be006d5cfad08f7fecbfaedd151b9cb5c76289.tar.bz2
README: Fix directory name references and remove reference to nonexistent main/README
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 4 insertions, 7 deletions
diff --git a/README b/README
index 73fda36..dd39d40 100644
--- a/README
+++ b/README
@@ -1,17 +1,17 @@
This is the top-level of the MicroMonitor source tree.
There are three main directories:
-umon_main:
+main:
This is the common code reusable on various targets as the core
of MicroMonitor's functionality.
-umon_ports:
+ports:
This directory contains the public ports of MicroMonitor. Each
subdirectory contains the makefile and target-specific code for
one uMon port.
-umon_apps:
+apps:
This code provides a few different application examples for use
after the bootmonitor is built and running on your target. The
- best place to go there is umon_apps/demo. This directory contains
+ best place to go there is apps/demo. This directory contains
the source and makefile that support building a basic application
for any target supported by MicroMonitor.
@@ -19,9 +19,6 @@ For a quick introduction refer to:
http://www.umonfw.com/docs/white_paper.pdf
For a lot more than you'll ever care to read about it refer to:
http://www.umonfw.com/docs/umon_user_manual.pdf
-OR...
-
-To get started, refer to umon_main/README.
-----------------------------------------------------------------------