Skip to content

Commit

Permalink
Mbed OS config restyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
pan- committed Jun 17, 2021
1 parent ce226a3 commit c598b1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions config/mbed/chip-gn/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ chip_inet_config_enable_tcp_endpoint = true
chip_inet_config_enable_dns_resolver = true
chip_inet_config_enable_async_dns_sockets = false

chip_custom_build_cflags = [

]
chip_custom_build_cflags = []

custom_toolchain = "//toolchain:mbed"
mbedtls_target = "//mbedtls:mbedtls"
3 changes: 2 additions & 1 deletion src/platform/device.gni
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ declare_args() {

# Enable wifi support.
chip_enable_wifi =
chip_device_platform == "linux" || chip_device_platform == "esp32" || chip_device_platform == "mbed"
chip_device_platform == "linux" || chip_device_platform == "esp32" ||
chip_device_platform == "mbed"

# Enable ble support.
chip_enable_ble = chip_config_network_layer_ble
Expand Down

0 comments on commit c598b1a

Please sign in to comment.