Update some Kconfig help
This commit is contained in:
parent
e29db2721a
commit
ad9cf1aa97
@ -13,7 +13,10 @@ config EXAMPLES_MODULE
|
||||
|
||||
NOTE: This example can only be used in the FLAT build mode because
|
||||
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
|
||||
|
||||
|
@ -11,7 +11,10 @@ config EXAMPLES_SOTEST
|
||||
Enable the shared library example
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user