Skip to content

Commit

Permalink
targets: Enable Bluetooth Enhanced CoC code in coverity targets
Browse files Browse the repository at this point in the history
Allows to cover more code on analysis.
  • Loading branch information
sjanc committed Sep 29, 2023
1 parent db06ac6 commit 8c58e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions targets/coverity/btshell_nrf52840_coverity/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ syscfg.vals:
BLE_TRANSPORT_EVT_DISCARDABLE_COUNT: 257
BLE_HS_DEBUG: 1
BLE_L2CAP_COC_MAX_NUM: 2
BLE_L2CAP_ENHANCED_COC: 1
BLE_LL_CFG_FEAT_LE_2M_PHY: 1
BLE_LL_CFG_FEAT_LE_CODED_PHY: 1
BLE_LL_CFG_FEAT_LL_PRIVACY: 1
Expand Down
1 change: 1 addition & 0 deletions targets/coverity/btshell_nrf52840_coverity2/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ syscfg.vals:
BLE_TRANSPORT_EVT_DISCARDABLE_COUNT: 257
BLE_HS_DEBUG: 1
BLE_L2CAP_COC_MAX_NUM: 2
BLE_L2CAP_ENHANCED_COC: 1
BLE_LL_CFG_FEAT_LE_2M_PHY: 1
BLE_LL_CFG_FEAT_LE_CODED_PHY: 1
BLE_LL_CFG_FEAT_LL_PRIVACY: 1
Expand Down

0 comments on commit 8c58e82

Please sign in to comment.