Update README

This commit is contained in:
Gregory Nutt 2016-01-22 17:21:49 -06:00
parent bf2106a684
commit 3ba9e82c72
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 32d10529620c0bf17c207760ef85b1457d1799a0 Subproject commit 8fab2a865d3cc1496588c5a1227037dfb1f970e3

View file

@ -50,6 +50,8 @@ Files include in this directory include:
xxd -g 1 -i romfs.img >romfs.h xxd -g 1 -i romfs.img >romfs.h
then cleaned up with an editor to conform with NuttX coding standards. then cleaned up with an editor to conform with NuttX coding standards.
Also, the data definitions in the romfs.h file should be marked with
'const' qualifier the so that the data will be stored in FLASH.
Test Configuration Test Configuration
------------------ ------------------