From fff6765e638acf13ba1ef533c175b36ce4280231 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 22 Jan 2016 17:20:15 -0600 Subject: [PATCH] Update some README files --- examples/pashello/README.txt | 4 ++++ system/prun/README.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/examples/pashello/README.txt b/examples/pashello/README.txt index b19846966..be773c53e 100644 --- a/examples/pashello/README.txt +++ b/examples/pashello/README.txt @@ -17,6 +17,10 @@ hello.h xxd -i hello.pex >hello.h + The resulting hello.h should be editted so that both data definitions + are marked with the 'const' qualify so that the data will be stored in + FLASH. + mkhello.sh This is a scripts that can be used to rebuild both hello.pex diff --git a/system/prun/README.txt b/system/prun/README.txt index 8287d6a6d..a1ec44021 100644 --- a/system/prun/README.txt +++ b/system/prun/README.txt @@ -17,6 +17,10 @@ hello.h xxd -i hello.pex >hello.h + The resulting hello.h should be editted so that both data definitions + are marked with the 'const' qualify so that the data will be stored in + FLASH. + mkhello.sh This is a scripts that can be used to rebuild both hello.pex