Skip to content

Commit

Permalink
kconfig: define NET_SOCKETS_OFFLOAD_TLS for memfault-sdk
Browse files Browse the repository at this point in the history
memfault depends on the now removed NET_SOCKETS_OFFLOAD_TLS symbol.

Until an updated memfault sdk is released, we will define the removed
symbol as a promptless symbol so that memfault and compliance can find
it and compliance can pass.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
  • Loading branch information
tejlmand authored and carlescufi committed Jul 14, 2022
1 parent f77ef61 commit a430f22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Kconfig.nrf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ config WARN_EXPERIMENTAL
config BOARD_THINGY91_NRF9160_NS
bool

# memfault depends on the now removed NET_SOCKETS_OFFLOAD_TLS symbol.
# Until an updated memfault sdk is released, we define this as a promptless
# symbol here.
config NET_SOCKETS_OFFLOAD_TLS
bool

# nRF Connect SDK needs a larger default stacks in certain configurations
# - For running tests.
# - For CC3XX RNG
Expand Down

0 comments on commit a430f22

Please sign in to comment.