add "LE Device Address" 0x1B to advertising data types
Fork of BLE_API by
Revision 777:835fc08df403, committed 2015-08-10
- 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
--- 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