From 91be006d5cfad08f7fecbfaedd151b9cb5c76289 Mon Sep 17 00:00:00 2001 From: Jarielle Catbagan Date: Fri, 21 Aug 2015 10:05:58 -0700 Subject: README: Fix directory name references and remove reference to nonexistent main/README --- README | 11 ++++------- 1 file 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. ----------------------------------------------------------------------- -- cgit v1.2.3