Skip to content

Commit 73662de

Browse files
committed
examples: ble_gatt: reduce rom usage
Signed-off-by: Sam Friedman <[email protected]>
1 parent 485e7d7 commit 73662de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/ble_gatt/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ CONFIG_MBEDTLS_HEAP_SIZE=9192
2424
# This option is implied by BT_SMP and breaks secp384r1 support
2525
CONFIG_MBEDTLS_PSA_P256M_DRIVER_ENABLED=n
2626

27+
# Turn off default options to reduce ROM usage
28+
CONFIG_MBEDTLS_PKCS5_C=n
29+
2730
CONFIG_LOG=y
2831
CONFIG_ZCBOR=y
2932
CONFIG_REBOOT=y

0 commit comments

Comments
 (0)