Update some README files
This commit is contained in:
parent
0720f9a357
commit
fff6765e63
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user