Update some README files

This commit is contained in:
Gregory Nutt 2016-01-22 17:20:15 -06:00
parent 0720f9a357
commit fff6765e63
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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