From e4cd9fa87fab6f4f216aa1f28f5dca19ea84d7ef Mon Sep 17 00:00:00 2001 From: Mike Szczys Date: Fri, 10 Oct 2025 11:34:14 -0500 Subject: [PATCH] bump Golioth Firmware SDK to v0.21.0 Signed-off-by: Mike Szczys --- socs/nrf9160_ns.conf | 1 + west.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/socs/nrf9160_ns.conf b/socs/nrf9160_ns.conf index 3d0cef9..ed83383 100644 --- a/socs/nrf9160_ns.conf +++ b/socs/nrf9160_ns.conf @@ -28,6 +28,7 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048 # Disable options y-selected by NCS for no good reason CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED=n CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED=n +CONFIG_MBEDTLS_PK_PARSE_EC_EXTENDED=n # MbedTLS configuration to support p-384 curve. These options # enable using the MbedTLS built-in support for operations not diff --git a/west.yml b/west.yml index f6bf85e..5e02182 100644 --- a/west.yml +++ b/west.yml @@ -7,7 +7,7 @@ manifest: projects: - name: golioth path: modules/lib/golioth-firmware-sdk - revision: v0.18.1 + revision: v0.21.0 url: https://github.com/golioth/golioth-firmware-sdk.git west-commands: scripts/west-commands.yml submodules: true @@ -17,7 +17,7 @@ manifest: name-allowlist: - nrf - zephyr - - cmsis + - cmsis_6 - hal_nordic - mbedtls - mbedtls-nrf