Skip to content

Commit aec942e

Browse files
committed
app: conn_bridge: Reduce logging to save flash space
Reduce logging to make app fit on thingy91x/nrf5340 flash. Remove build from quarantine. Signed-off-by: Jorgen Kvalvaag <[email protected]>
1 parent 8d9df40 commit aec942e

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

applications/connectivity_bridge/boards/thingy91x_nrf5340_cpuapp.conf

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,5 @@ CONFIG_CMSIS_DAP_DEVICE_NAME="nrf91"
4646

4747
CONFIG_BRIDGE_CMSIS_DAP_NORDIC_COMMANDS=y
4848

49-
# Reduce BLE logging to save flash space
50-
CONFIG_BT_NUS_LOG_LEVEL_ERR=y
51-
CONFIG_BT_LOG_LEVEL_ERR=y
52-
CONFIG_BT_HCI_DRIVER_LOG_LEVEL_ERR=y
53-
CONFIG_BT_RPA_LOG_LEVEL_ERR=y
54-
CONFIG_BT_CRYPTO_LOG_LEVEL_ERR=y
55-
CONFIG_BT_ATT_LOG_LEVEL_ERR=y
56-
CONFIG_BT_GATT_LOG_LEVEL_ERR=y
57-
CONFIG_BT_L2CAP_LOG_LEVEL_ERR=y
58-
CONFIG_BT_HCI_CORE_LOG_LEVEL_ERR=y
59-
CONFIG_BT_CONN_LOG_LEVEL_ERR=y
60-
CONFIG_BT_KEYS_LOG_LEVEL_ERR=y
61-
CONFIG_BT_SMP_LOG_LEVEL_ERR=y
62-
CONFIG_BT_SERVICE_LOG_LEVEL_ERR=y
49+
# Reduce logging to save flash space
50+
CONFIG_LOG_MAX_LEVEL=1

scripts/quarantine.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
- [email protected]/nrf54h20/cpuapp
2424
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-31409"
2525

26-
- scenarios:
27-
- applications.connectivity_bridge
28-
platforms:
29-
- thingy91x/nrf5340/cpuapp
30-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-31757"
31-
3226
- scenarios:
3327
- sample.matter.light_bulb.aws
3428
platforms:

0 commit comments

Comments
 (0)