Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Wed Jan 16 12:45:39 2019 +0000
Parent:
86:aeff5f9d771d
Child:
88:9eeeee1a17a2
Commit message:
Merge pull request #151 from ARMmbed/mbed-tls-conf-update

Optimized to speed up commissioning
.
Commit copied from https://github.com/ARMmbed/nanostack-border-router

Changed in this revision

source/mbedtls_thread_config.h Show annotated file Show diff for this revision Revisions of this file
--- a/source/mbedtls_thread_config.h	Thu Jan 03 14:15:52 2019 +0000
+++ b/source/mbedtls_thread_config.h	Wed Jan 16 12:45:39 2019 +0000
@@ -5,9 +5,6 @@
 #ifndef MBEDTLS_THREAD_CONFIG_H_
 #define MBEDTLS_THREAD_CONFIG_H_
 
-/* System support */
-#undef MBEDTLS_HAVE_ASM
-
 /* mbed TLS feature support */
 #define MBEDTLS_ECP_DP_SECP256R1_ENABLED
 #define MBEDTLS_ECP_NIST_OPTIM
@@ -21,8 +18,6 @@
 #define MBEDTLS_SSL_ALL_ALERT_MESSAGES
 #define MBEDTLS_SSL_MAX_CONTENT_LEN 4096
 
-#define MBEDTLS_SHA256_SMALLER //reduce ROM usage ~1,4kB, perf hit 30%
-
 /* mbed TLS modules */
 #define MBEDTLS_AES_C
 #define MBEDTLS_BIGNUM_C