]> rtime.felk.cvut.cz Git - omk.git/commit
NuttX: the adapt to new implementation of ROMFS mounting at /etc master
authorPavel Pisa <ppisa@pikron.com>
Wed, 10 Jan 2024 18:52:12 +0000 (19:52 +0100)
committerPavel Pisa <ppisa@pikron.com>
Wed, 10 Jan 2024 18:52:12 +0000 (19:52 +0100)
commit40a9d523fd7eac29b5a7c7e875135e5ab4d4ea6a
tree7adef580e4ec47ec5e3758c1852c60b7db54b5f5
parent681b7ffe468e8f549b104f5d1ce2cb5d3d6d7d6c
NuttX: the adapt to new implementation of ROMFS mounting at /etc

The option CONFIG_NSH_ROMFSETC has been replaced
by CONFIG_ETC_ROMFS and file system is mounted
during system initialization (sched/init/nx_bringup.c)
instead of application and NSH (nshlib/nsh_romfsetc.c).

The adapted OMK wrap-up code can be found in

  https://github.com/ppisa/nuttx-devel/tree/master/nuttx-omk-template/wrapup

It allows to wrap set of applications and define common
filesystem content in the final single binary including
even NuttX kernel.

Signed-off-by: Pavel Pisa <ppisa@pikron.com>
snippets/nuttx-compile.omk