mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
boards/sim: add kvdb server start on boot
N/A Works with kvdb server version Change-Id: I763b39e80795201adb0138f3287e63c056d859fe Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
This commit is contained in:
@@ -56,6 +56,12 @@ testrunner >/system/testing/testrunner.log &
|
||||
|
||||
#endif /* CONFIG_NSH_ROMFSETC */
|
||||
|
||||
#ifdef CONFIG_KVDB
|
||||
|
||||
kvdbd &
|
||||
|
||||
#endif /* CONFIG_KVDB */
|
||||
|
||||
#ifdef CONFIG_UORB
|
||||
|
||||
uorb start &
|
||||
|
||||
Reference in New Issue
Block a user