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:
Peter Bee
2021-01-27 14:46:34 +08:00
parent d1f3707798
commit 3cc8acd454
+6
View File
@@ -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 &