mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 17:32:09 +08:00
Update some Kconfig help
This commit is contained in:
@@ -13,7 +13,10 @@ config EXAMPLES_MODULE
|
|||||||
|
|
||||||
NOTE: This example can only be used in the FLAT build mode because
|
NOTE: This example can only be used in the FLAT build mode because
|
||||||
it makes illegal OS calls to ramdisk_register(), register_device(),
|
it makes illegal OS calls to ramdisk_register(), register_device(),
|
||||||
and unregister_device().
|
and unregister_device(). A proper solution would include the ROMFS
|
||||||
|
file system containing the test module file in the kernel address
|
||||||
|
space and would register it with logic in the configs/ board directory
|
||||||
|
at start-up.
|
||||||
|
|
||||||
if EXAMPLES_MODULE
|
if EXAMPLES_MODULE
|
||||||
|
|
||||||
|
@@ -11,7 +11,10 @@ config EXAMPLES_SOTEST
|
|||||||
Enable the shared library example
|
Enable the shared library example
|
||||||
|
|
||||||
NOTE: This example can only be used in the FLAT build mode because
|
NOTE: This example can only be used in the FLAT build mode because
|
||||||
it makes an illegal OS call to ramdisk_register().
|
it makes an illegal OS call to ramdisk_register(). A proper solution
|
||||||
|
would include the ROMFS file system containing the test shared
|
||||||
|
library in the kernel address space and would register it with logic
|
||||||
|
in the configs/ board directory at start-up.
|
||||||
|
|
||||||
if EXAMPLES_SOTEST
|
if EXAMPLES_SOTEST
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user