mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 21:18:23 +00: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:
parent
d1f3707798
commit
3cc8acd454
1 changed files with 6 additions and 0 deletions
|
|
@ -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 &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue