Skip to content

Commit

Permalink
Add application specific macros
Browse files Browse the repository at this point in the history
  • Loading branch information
pankore committed Feb 16, 2022
1 parent 5cd77a4 commit fa226c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/all-clusters-app/ameba/chip_main.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ list(
-DCHIP_HAVE_CONFIG_H
-DMBEDTLS_CONFIG_FILE=<mbedtls_config.h>
-DCONFIG_ENABLE_ROTATING_DEVICE_ID=1
-DMATTER_ALL_CLUSTERS_APP=1
)

if (matter_enable_rpc)
Expand Down
1 change: 1 addition & 0 deletions examples/lighting-app/ameba/chip_main.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ list(
-DUSE_ZAP_CONFIG
-DCHIP_HAVE_CONFIG_H
-DMBEDTLS_CONFIG_FILE=<mbedtls_config.h>
-DMATTER_LIGHTING_APP=1
)

if (matter_enable_ota_requestor)
Expand Down
1 change: 1 addition & 0 deletions examples/ota-requestor-app/ameba/chip_main.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ list(
-DUSE_ZAP_CONFIG
-DCHIP_HAVE_CONFIG_H
-DMBEDTLS_CONFIG_FILE=<mbedtls_config.h>
-DMATTER_OTA_REQUESTOR_APP=1
)

list(
Expand Down
1 change: 1 addition & 0 deletions examples/pigweed-app/ameba/chip_main.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ list(
-DCHIP_HAVE_CONFIG_H
-DMBEDTLS_CONFIG_FILE=<mbedtls_config.h>
-DCONFIG_ENABLE_PW_RPC=1
-DMATTER_PIGWEED_APP=1
)

list(
Expand Down

0 comments on commit fa226c6

Please sign in to comment.