aa

Dependents:   Peripheral_1_serial_copy Peripheral_1_serial 151006_1st_Scenario_normal

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Mon Aug 10 15:19:43 2015 +0100
Parent:
776:a782d73aae68
Child:
778:04488024e560
Commit message:
Synchronized with git rev 340a046a
Author: Rohit Grover
update module.json to depend on mbed-drivers instead of mbed-core

Changed in this revision

module.json Show annotated file Show diff for this revision Revisions of this file
yotta_targets/x86-linux-native/.gitignore Show diff for this revision Revisions of this file
yotta_targets/x86-linux-native/CMake/.toolchain.cmake.swp Show diff for this revision Revisions of this file
yotta_targets/x86-linux-native/CMake/toolchain.cmake Show diff for this revision Revisions of this file
yotta_targets/x86-linux-native/readme.md Show diff for this revision Revisions of this file
yotta_targets/x86-linux-native/target.json Show diff for this revision Revisions of this file
--- a/module.json	Fri Aug 07 15:55:22 2015 +0100
+++ b/module.json	Mon Aug 10 15:19:43 2015 +0100
@@ -27,7 +27,7 @@
       "mbed-classic": "~0.0.1"
     },
     "mbed": {
-      "mbed-core": "*"
+      "mbed-drivers": "*"
     }
   }
 }
\ No newline at end of file
--- a/yotta_targets/x86-linux-native/.gitignore	Fri Aug 07 15:55:22 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-.DS_Store
Binary file yotta_targets/x86-linux-native/CMake/.toolchain.cmake.swp has changed
--- a/yotta_targets/x86-linux-native/CMake/toolchain.cmake	Fri Aug 07 15:55:22 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# Copyright (C) 2014 ARM Limited. All rights reserved. 
-
-cmake_minimum_required(VERSION 2.8)
-
-# default to C99
-set(CMAKE_C_FLAGS "-std=c99" CACHE STRING "")
-
-# check that we are actually running on Linux, if we're not then we may pull in
-# incorrect dependencies.
-if(NOT (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux"))
-    message(FATAL_ERROR "This Linux native target will not work on non-Linux platforms (your platform is ${CMAKE_HOST_SYSTEM_NAME}), use `yotta target` to set the target.")
-endif()
-
--- a/yotta_targets/x86-linux-native/readme.md	Fri Aug 07 15:55:22 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-## Yotta Target Description for x86 on Linux, using Native Runtimes
-
-Use this target to build things using the native compiler and runtimes.
-
-This target can only be used when the host system is running Linux.
-
-```bash
-yotta target x86-linux-native
-...
-yotta install
-```
-
--- a/yotta_targets/x86-linux-native/target.json	Fri Aug 07 15:55:22 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-{
-  "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