Skip to content

Commit

Permalink
upmerge: temporary fix for issues found in testing
Browse files Browse the repository at this point in the history
some stacks and buffers have too low values, increase them

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Jan 23, 2025
1 parent 8d39cc8 commit 240f11f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Kconfig.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -281,3 +281,14 @@ config SIDEWALK_TIMER_STACK_SIZE
int
default 2048
endif # Hidden configuration (experimental)


# FIXME: https://github.com/nrfconnect/sdk-nrf/pull/19720#issuecomment-2607008287
# this is just for testing, should be fixed in upstream
if SOC_NRF54L15

config BT_LONG_WQ_STACK_SIZE
default 2048

endif
#end FIXME
5 changes: 5 additions & 0 deletions samples/sid_end_device/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ CONFIG_PM_DEVICE=y
CONFIG_NCS_APPLICATION_BOOT_BANNER_STRING="Sidewalk"
CONFIG_RESET_ON_FATAL_ERROR=n
CONFIG_SYS_HEAP_RUNTIME_STATS=y

# FIXME: https://github.com/nrfconnect/sdk-nrf/pull/19720#issuecomment-2607008287
# this is just for testing, should be fixed in upstream
CONFIG_PBUF_RX_READ_BUF_SIZE=512
#end FIXME
5 changes: 5 additions & 0 deletions samples/sid_end_device/prj_release.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ CONFIG_THREAD_NAME=n

# Power Management
CONFIG_PM_DEVICE=y

# FIXME: https://github.com/nrfconnect/sdk-nrf/pull/19720#issuecomment-2607008287
# this is just for testing, should be fixed in upstream
CONFIG_PBUF_RX_READ_BUF_SIZE=512
#end FIXME

0 comments on commit 240f11f

Please sign in to comment.