Skip to content

Commit

Permalink
Merge pull request #138 from Yuheng-P/iot_link
Browse files Browse the repository at this point in the history
add kconfig option for oc cloud map demo
  • Loading branch information
cruise2018 authored Jul 29, 2019
2 parents 5e3a2d0 + 390077f commit fbf07d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions targets/STM32L431_BearPi/Demos/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ choice Demo
bool "OC Streetlight"
select OC_LWM2M
select SHELL_ENABLE
select AT_ENABLE
select BOUDICA150
select STIMER_ENABLE
config Demo_OC_Cloud_Map
bool "OC Cloud Map"
select OC_LWM2M
select SHELL_ENABLE
select AT_ENABLE
select BOUDICA150
select STIMER_ENABLE
endchoice
Expand All @@ -18,4 +26,5 @@ config USER_DEMO
string
default "hello_world_demo" if Demo_Helloworld
default "oc_streetlight_template" if Demo_Streetlight
default "oc_cloud_map_demo" if Demo_OC_Cloud_Map
default "none"
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ CONFIG_Demo_Streetlight=y
CONFIG_OS_TYPE = "liteos"
CONFIG_ARCH_CPU_TYPE = "armv7-m"
CONFIG_SHELL_ENABLE = y
CONFIG_STIMER_ENABLE = y
CONFIG_DRIVER_ENABLE = y
CONFIG_AT_ENABLE = y
CONFIG_LIBC_ENABLE = y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ CONFIG_Demo_Streetlight=y
CONFIG_OS_TYPE = "liteos"
CONFIG_ARCH_CPU_TYPE = "armv7-m"
CONFIG_SHELL_ENABLE = y
CONFIG_STIMER_ENABLE = y
CONFIG_DRIVER_ENABLE = y
CONFIG_AT_ENABLE = y
CONFIG_LIBC_ENABLE = y
Expand Down

0 comments on commit fbf07d5

Please sign in to comment.