Skip to content

Commit

Permalink
Disable debug and chip_Stack_lock_Tracking (#15499)
Browse files Browse the repository at this point in the history
* Disable debug and chip_Stack_lock_Tracking

* Including chip_stack_lock_tracking = "none" for the lock-app example

* Adding new line at end of file to satisfy restyle

* adding extra line

* fixing conficts
  • Loading branch information
mgarb1 authored and pull[bot] committed Jul 12, 2023
1 parent 442c933 commit 1001048
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions examples/lock-app/cc13x2x7_26x2x7/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ chip_enable_ota_requestor = true
# BLE options
chip_config_network_layer_ble = true
chip_bypass_rendezvous = false

# Disable lock tracking, since our FreeRTOS configuration does not set
# INCLUDE_xSemaphoreGetMutexHolder
chip_stack_lock_tracking = "none"
6 changes: 5 additions & 1 deletion examples/pump-controller-app/cc13x2x7_26x2x7/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ti_simplelink_board = "LP_CC2652R7"

# Size Optimizations
# use -Os instead of -Og, LWIP release build
#is_debug = false
is_debug = false

# Disable CHIP Logging
#chip_progress_logging = false
Expand All @@ -33,3 +33,7 @@ ti_simplelink_board = "LP_CC2652R7"
# BLE options
chip_config_network_layer_ble = true
chip_bypass_rendezvous = false

# Disable lock tracking, since our FreeRTOS configuration does not set
# INCLUDE_xSemaphoreGetMutexHolder
chip_stack_lock_tracking = "none"

0 comments on commit 1001048

Please sign in to comment.