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:
Thu Feb 08 13:30:18 2018 +0000
Parent:
50:282a1ab8e248
Child:
52:df20fa48982f
Commit message:
Fixed macro format to match regular expression (#88)


.
Commit copied from https://github.com/ARMmbed/nanostack-border-router

Changed in this revision

configs/Thread_SLIP_Atmel_RF.json Show annotated file Show diff for this revision Revisions of this file
--- a/configs/Thread_SLIP_Atmel_RF.json	Thu Feb 01 10:30:20 2018 +0000
+++ b/configs/Thread_SLIP_Atmel_RF.json	Thu Feb 08 13:30:18 2018 +0000
@@ -50,7 +50,7 @@
         "SERIAL_CTS": "NC",
         "SERIAL_RTS": "NC"
     },
-    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"source/mbedtls_thread_config.h\"", "ATMEL_SPI_RST = PTD4"],
+    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"source/mbedtls_thread_config.h\"", "ATMEL_SPI_RST=PTD4"],
     "target_overrides": {
         "*": {
             "target.features_add": ["NANOSTACK", "COMMON_PAL", "THREAD_BORDER_ROUTER"],