Andrew Fox / BLE_API

Fork of BLE_API by Bluetooth Low Energy

Revision:
758:9507ba4ec291
diff -r 4cd3b18607ec -r 9507ba4ec291 yotta_targets/x86-linux-native/target.json
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/yotta_targets/x86-linux-native/target.json	Fri Aug 07 15:53:49 2015 +0100
@@ -0,0 +1,36 @@
+{
+  "name": "x86-linux-native",
+  "version": "0.0.5",
+  "similarTo": [
+    "linux",
+    "native",
+    "userland",
+    "x86-64",
+    "x86"
+  ],
+  "toolchain": "CMake/toolchain.cmake",
+  "description": "Build target for programs compiled natively for Linux",
+  "keywords": [
+    "linux",
+    "native"
+  ],
+  "licenses": [
+    {
+      "url": "https://spdx.org/licenses/Apache-2.0",
+      "type": "Apache-2.0"
+    }
+  ],
+  "debug": [
+    "gdb",
+    "$program"
+  ],
+  "scripts": {
+    "debug": [
+      "gdb",
+      "$program"
+    ],
+    "test": [
+      "$program"
+    ]
+  }
+}
\ No newline at end of file