Skip to content

Commit

Permalink
lib: nrf_modem_lib: Turn off CONFIG_COAP_CLIENT_TRUNCATE_MSGS
Browse files Browse the repository at this point in the history
This upstream Kconfig defaults to y, but is not compatible
with the modem's socket implementation.

Signed-off-by: Pete Skeggs <[email protected]>
  • Loading branch information
plskeggs committed Oct 4, 2024
1 parent f7258d0 commit 72c1ec5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/nrf_modem_lib/Kconfig.modemlib
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ config HEAP_MEM_POOL_SIZE
int
default 512

# Redefine this symbol as Zephyr defines this as y by
# default, but the offloading layer does not support it.
config COAP_CLIENT_TRUNCATE_MSGS
bool
default n if NRF_MODEM_LIB

menu "Memory configuration"

config NRF_MODEM_LIB_HEAP_SIZE
Expand Down

0 comments on commit 72c1ec5

Please sign in to comment.