Skip to content

Commit 463e7db

Browse files
committed
bump Golioth Firmware SDK to v0.21.0
Signed-off-by: Mike Szczys <[email protected]>
1 parent ea38d5b commit 463e7db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

socs/nrf9160_ns.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
2828
# Disable options y-selected by NCS for no good reason
2929
CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED=n
3030
CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED=n
31+
CONFIG_MBEDTLS_PK_PARSE_EC_EXTENDED=n
3132

3233
# MbedTLS configuration to support p-384 curve. These options
3334
# enable using the MbedTLS built-in support for operations not

west.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manifest:
77
projects:
88
- name: golioth
99
path: modules/lib/golioth-firmware-sdk
10-
revision: v0.18.1
10+
revision: v0.21.0
1111
url: https://github.com/golioth/golioth-firmware-sdk.git
1212
west-commands: scripts/west-commands.yml
1313
submodules: true
@@ -17,7 +17,7 @@ manifest:
1717
name-allowlist:
1818
- nrf
1919
- zephyr
20-
- cmsis
20+
- cmsis_6
2121
- hal_nordic
2222
- mbedtls
2323
- mbedtls-nrf

0 commit comments

Comments
 (0)