MCU driver/HAL for the Picocell Gateway concentrator board. The firmware implements either a USB CDC protocol or a UART protocol to bridge commands coming from host to the SX1308 SPI interface.

Revision:
0:c76361bd82e8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/mbed-dev/module.json	Wed Apr 11 14:42:47 2018 +0000
@@ -0,0 +1,30 @@
+{
+  "name": "mbed-classic",
+  "version": "0.0.1",
+  "description": "mbed core SDK (for mbed 2.0, *not* mbedOS)",
+  "keywords": [
+    "mbed"
+  ],
+  "author": "Bogdan Marinescu <bogdan.marinescu@arm.com>",
+  "repository": {
+    "url": "git@github.com:mbedmicro/mbed.git",
+    "type": "git"
+  },
+  "homepage": "https://github.com/mbedmicro/mbed",
+  "licenses": [
+    {
+      "url": "https://spdx.org/licenses/Apache-2.0",
+      "type": "Apache-2.0"
+    }
+  ],
+  "extraIncludes": [
+    "api",
+    "hal",
+    "targets/hal",
+    "targets/cmsis"
+  ],
+  "dependencies": {
+  },
+  "targetDependencies": {
+  }
+}