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

Revision:
43:49df70842a8a
Parent:
39:3fdf04de1d41
Child:
65:92e581c01e8c
--- a/Jenkinsfile	Thu Nov 23 14:00:35 2017 +0000
+++ b/Jenkinsfile	Thu Nov 23 14:30:18 2017 +0000
@@ -18,12 +18,12 @@
   "NUCLEO_F429ZI"
   ]
 
-// Map toolchains to compilers
+// Map toolchains to CI labels
 def toolchains = [
   ARM: "armcc",
   ARMC6: "armc6",
   GCC_ARM: "arm-none-eabi-gcc",
-  IAR: "IAR8"
+  IAR: "iar_arm"
   ]
 
 // Configurations