diff --git a/Documentation b/Documentation index 32d10529620..8fab2a865d3 160000 --- a/Documentation +++ b/Documentation @@ -1 +1 @@ -Subproject commit 32d10529620c0bf17c207760ef85b1457d1799a0 +Subproject commit 8fab2a865d3cc1496588c5a1227037dfb1f970e3 diff --git a/binfmt/libpcode/README.txt b/binfmt/libpcode/README.txt index 8f980ce1e9b..d0bbb4ffc3c 100644 --- a/binfmt/libpcode/README.txt +++ b/binfmt/libpcode/README.txt @@ -50,6 +50,8 @@ Files include in this directory include: xxd -g 1 -i romfs.img >romfs.h 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 ------------------