File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
targets/STM32L431_BearPi/Demos Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ choice Demo
1010 bool "OC Streetlight"
1111 select OC_LWM2M
1212 select SHELL_ENABLE
13+ select AT_ENABLE
14+ select BOUDICA150
15+ select STIMER_ENABLE
16+ config Demo_OC_Cloud_Map
17+ bool "OC Cloud Map"
18+ select OC_LWM2M
19+ select SHELL_ENABLE
20+ select AT_ENABLE
1321 select BOUDICA150
1422 select STIMER_ENABLE
1523endchoice
@@ -18,4 +26,5 @@ config USER_DEMO
1826 string
1927 default "hello_world_demo" if Demo_Helloworld
2028 default "oc_streetlight_template" if Demo_Streetlight
29+ default "oc_cloud_map_demo" if Demo_OC_Cloud_Map
2130 default "none"
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ CONFIG_Demo_Streetlight=y
2727CONFIG_OS_TYPE = "liteos"
2828CONFIG_ARCH_CPU_TYPE = "armv7-m"
2929CONFIG_SHELL_ENABLE = y
30+ CONFIG_STIMER_ENABLE = y
3031CONFIG_DRIVER_ENABLE = y
3132CONFIG_AT_ENABLE = y
3233CONFIG_LIBC_ENABLE = y
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ CONFIG_Demo_Streetlight=y
2727CONFIG_OS_TYPE = "liteos"
2828CONFIG_ARCH_CPU_TYPE = "armv7-m"
2929CONFIG_SHELL_ENABLE = y
30+ CONFIG_STIMER_ENABLE = y
3031CONFIG_DRIVER_ENABLE = y
3132CONFIG_AT_ENABLE = y
3233CONFIG_LIBC_ENABLE = y
You can’t perform that action at this time.
0 commit comments