
Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.
Revision 101:5fa704b51e88, committed 2019-08-06
- Comitter:
- mbed_official
- Date:
- Tue Aug 06 16:02:16 2019 +0100
- Parent:
- 100:06a053b3e4f4
- Child:
- 102:a0a960d8784c
- Commit message:
- Update testing targets and readme (#186)
-Replace NUCLEO_F429ZI with DISCO_F769NI in Jenkinsfile
-Fix comments in README
.
Commit copied from https://github.com/ARMmbed/nanostack-border-router
Changed in this revision
Jenkinsfile | Show annotated file Show diff for this revision Revisions of this file |
README.md | Show annotated file Show diff for this revision Revisions of this file |
--- a/Jenkinsfile Tue Jul 23 12:07:00 2019 +0100 +++ b/Jenkinsfile Tue Aug 06 16:02:16 2019 +0100 @@ -18,13 +18,12 @@ def targets = [ "K64F", "K66F", - "NUCLEO_F429ZI" + "DISCO_F769NI" ] // Map toolchains to CI labels def toolchains = [ - ARM: "armcc", -// ARMC6: "armc6", + ARM: "armc6", GCC_ARM: "arm-none-eabi-gcc", IAR: "iar_arm" ] @@ -49,8 +48,8 @@ def configurationLabel = configurations.keySet().asList().get(k) def configurationFile = configurations.get(configurationLabel) def stepName = "${target} ${configurationLabel} ${toolchain}" - // SLIP configuration exist only for K64F based Raspberry HAT and Wi-SUN configuration exist only for K64F - if ((configurationLabel == "THREAD_SLIP" || configurationLabel == "WI_SUN") && target != "K64F") { + // SLIP configuration exist only for K64F based Raspberry HAT + if ((configurationLabel == "THREAD_SLIP") && target != "K64F") { continue; } stepsForParallel[stepName] = buildStep(target, compilerLabel, configurationFile, configurationLabel, toolchain) @@ -69,6 +68,7 @@ deleteDir() dir("nanostack-border-router") { checkout scm + execute("git clean -ffdx") execute("mbed deploy --protocol ssh") // Update mbed-os revision if requested if (params.mbed_os_revision != '') {
--- a/README.md Tue Jul 23 12:07:00 2019 +0100 +++ b/README.md Tue Aug 06 16:02:16 2019 +0100 @@ -2,7 +2,6 @@ Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND, Thread or Wi-SUN border router initialization logic. -Note: Wi-SUN is currently available for partners only. Border router is a network gateway between a wireless 6LoWPAN mesh network and a backhaul network. It controls and relays traffic between the two networks. In a typical setup, a 6LoWPAN border router is connected to another router in the backhaul network (over Ethernet or a serial line) which in turn forwards traffic to/from the internet or a private company LAN, for instance. @@ -100,7 +99,6 @@ | `backhaul-next-hop` | The next-hop value for the backhaul default route; should be a link-local address of a neighboring router, default: empty (on-link prefix). Example format: `fe80::1` | | `backhaul-mld` | Enable sending Multicast Listener Discovery reports to backhaul network when a new multicast listener is registered in mesh network. Values: true or false | -Note: Static IPv6 configuration with Wi-SUN is currently not allowed. Please use automatic configuration instead. ### 6LoWPAN ND border router options