File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
2828# Disable options y-selected by NCS for no good reason
2929CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED=n
3030CONFIG_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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments