Skip to content

Commit

Permalink
[NXP][platform][RT][RW61x] Disable "chip_inet_config_enable_tcp_endpo…
Browse files Browse the repository at this point in the history
…int" gn arg (project-chip#36665)

* [NXP][platform][rt1060] Disable chip_inet_config_enable_tcp_endpoint

Signed-off-by: Dina Benamar <[email protected]>

* [NXP][platform][rt1170] Disable chip_inet_config_enable_tcp_endpoint

Signed-off-by: Dina Benamar <[email protected]>

* [NXP][platform][rw61x] Disable chip_inet_config_enable_tcp_endpoint

Signed-off-by: Dina Benamar <[email protected]>

---------

Signed-off-by: Dina Benamar <[email protected]>
  • Loading branch information
dinabenamar authored Nov 28, 2024
1 parent 406aca5 commit 2e09ccc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/platform/nxp/rt/rt1060/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ chip_ble_project_config_include = "<CHIPProjectConfig.h>"

chip_build_tests = false

# Disable TCP endpoint.
chip_inet_config_enable_tcp_endpoint = false

#This enables the EventList global attribute
enable_eventlist_attribute = true

Expand Down
3 changes: 3 additions & 0 deletions src/platform/nxp/rt/rt1170/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ chip_ble_project_config_include = "<CHIPProjectConfig.h>"

chip_build_tests = false

# Disable TCP endpoint.
chip_inet_config_enable_tcp_endpoint = false

#This enables the EventList global attribute
enable_eventlist_attribute = true

Expand Down
3 changes: 3 additions & 0 deletions src/platform/nxp/rt/rw61x/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ chip_ble_project_config_include = "<CHIPProjectConfig.h>"

chip_build_tests = false

# Disable TCP endpoint.
chip_inet_config_enable_tcp_endpoint = false

declare_args() {
spinel_interface_rpmsg = true

Expand Down

0 comments on commit 2e09ccc

Please sign in to comment.