From 8deb9349c6cca3e8b8f9871df916516f517027e7 Mon Sep 17 00:00:00 2001 From: James Marshall Date: Fri, 7 Jul 2017 13:54:05 -0400 Subject: [PATCH] Update README with cfs_lib link. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4484fbe..9ba382a 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ The Memory Dwell application (MD) is a core Flight System (cFS) application that The cFS is a platform and project independent reusable software framework and set of reusable applications developed by NASA Goddard Space Flight Center. This framework is used as the basis for the flight software for satellite data systems and instruments, but can be used on other embedded systems. More information on the cFS can be found at [http://cfs.gsfc.nasa.gov](http://cfs.gsfc.nasa.gov) The MD application monitors memory addresses accessed by the CPU. This task is used for both debugging and monitoring unanticipated telemetry that had not been previously defined in the system prior to deployment. + +MD requires use of the [cFS application library](https://github.com/nasa/cfs_lib).