basic loraWAN sending, some settings done-- no keys or any of that though

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Mon Sep 17 08:15:20 2018 +0100
Parent:
37:5bc348e90af0
Child:
39:e4cd45fbd4f3
Commit message:
Merge pull request #100 from ARMmbed/enable_armc6

Enabled ARMC6 compiler
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-lorawan

Changed in this revision

Jenkinsfile Show annotated file Show diff for this revision Revisions of this file
--- a/Jenkinsfile	Tue Sep 11 07:45:19 2018 +0100
+++ b/Jenkinsfile	Mon Sep 17 08:15:20 2018 +0100
@@ -40,8 +40,8 @@
 def toolchains = [
   ARM: "armcc",
   GCC_ARM: "arm-none-eabi-gcc",
-  IAR: "iar_arm"
-  //ARMC6: "arm6"
+  IAR: "iar_arm",
+  ARMC6: "arm6"
 ]
 
 def stepsForParallel = [:]