mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
Update README
This commit is contained in:
parent
bf2106a684
commit
3ba9e82c72
2 changed files with 3 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 32d10529620c0bf17c207760ef85b1457d1799a0
|
Subproject commit 8fab2a865d3cc1496588c5a1227037dfb1f970e3
|
|
@ -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
|
||||||
------------------
|
------------------
|
||||||
|
|
Loading…
Reference in a new issue