Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
  • Loading branch information
MarekPieta and ppryga-nordic authored Feb 19, 2025
1 parent fe53dc5 commit 0f84885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CONFIG_SPEED_OPTIMIZATIONS=y
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Bluetooth stack with SoftDevice Link Layer requires high GDFS frequency to ensure stability
# Bluetooth stack with SoftDevice Link Layer requires high frequency in GD to make L2 cache and MRAM run fast to do not delay code execution
CONFIG_CLOCK_CONTROL_NRF2_GLOBAL_HSFLL_REQ_LOW_FREQ=n

################################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CONFIG_SPEED_OPTIMIZATIONS=y
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Bluetooth stack with SoftDevice Link Layer requires high GDFS frequency to ensure stability
# Bluetooth stack with SoftDevice Link Layer requires high frequency in GD to make L2 cache and MRAM run fast to do not delay code execution
CONFIG_CLOCK_CONTROL_NRF2_GLOBAL_HSFLL_REQ_LOW_FREQ=n

################################################################################
Expand Down

0 comments on commit 0f84885

Please sign in to comment.