boards/sim: Enable CONFIG_SIM_M32 in nimble
please reference this pr: https://github.com/apache/mynewt-nimble/pull/1125 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
9b35a2e1a1
commit
916fa4d759
@ -69,6 +69,7 @@ CONFIG_SIG_DEFAULT=y
|
|||||||
CONFIG_SIG_EVTHREAD=y
|
CONFIG_SIG_EVTHREAD=y
|
||||||
CONFIG_SIG_PIPE=11
|
CONFIG_SIG_PIPE=11
|
||||||
CONFIG_SIM_HCISOCKET=y
|
CONFIG_SIM_HCISOCKET=y
|
||||||
|
CONFIG_SIM_M32=y
|
||||||
CONFIG_START_DAY=3
|
CONFIG_START_DAY=3
|
||||||
CONFIG_START_MONTH=4
|
CONFIG_START_MONTH=4
|
||||||
CONFIG_SYSTEM_NSH=y
|
CONFIG_SYSTEM_NSH=y
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
# macOS doesn't have X11
|
# macOS doesn't have X11
|
||||||
-Darwin,sim:lvgl_fb
|
-Darwin,sim:lvgl_fb
|
||||||
-Darwin,sim:lvgl_lcd
|
-Darwin,sim:lvgl_lcd
|
||||||
|
-Darwin,sim:nimble
|
||||||
-Darwin,sim:nsh2
|
-Darwin,sim:nsh2
|
||||||
-Darwin,sim:nx11
|
-Darwin,sim:nx11
|
||||||
-Darwin,sim:nxlines
|
-Darwin,sim:nxlines
|
||||||
|
Loading…
Reference in New Issue
Block a user