Skip to content

Commit

Permalink
Merge branch 'master' into implement_darwin_multiple_read_subscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhaengHeo authored Apr 13, 2023
2 parents 994c73e + 76eaffc commit 3619342
Show file tree
Hide file tree
Showing 110 changed files with 4,877 additions and 2,549 deletions.
2 changes: 1 addition & 1 deletion config/ameba/chip.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ string(APPEND CHIP_GN_ARGS "ameba_cc = \"arm-none-eabi-gcc\"\n")
string(APPEND CHIP_GN_ARGS "ameba_cxx = \"arm-none-eabi-c++\"\n")
string(APPEND CHIP_GN_ARGS "ameba_cpu = \"ameba\"\n")
string(APPEND CHIP_GN_ARGS "chip_inet_config_enable_ipv4 = false\n")
string(APPEND CHIP_GN_ARGS "chip_use_transitional_commissionable_data_provider = false\n")
string(APPEND CHIP_GN_ARGS "chip_use_transitional_commissionable_data_provider = true\n")

# Enable persistent storage audit
if (matter_enable_persistentstorage_audit)
Expand Down
Loading

0 comments on commit 3619342

Please sign in to comment.