fix nrf51822 i2c & spi conflict

Dependencies:   BLE_API eMPL_MPU6050 nRF51822

Fork of Seeed_Tiny_BLE_Flash by Darren Huang

Committer:
yihui
Date:
Tue Nov 17 07:48:56 2015 +0000
Revision:
5:b8c02645e6af
fix i2c & spi conflict

Who changed what in which revision?

UserRevisionLine numberNew contents of line
yihui 5:b8c02645e6af 1 {
yihui 5:b8c02645e6af 2 "name": "mbed-classic",
yihui 5:b8c02645e6af 3 "version": "0.0.1",
yihui 5:b8c02645e6af 4 "description": "mbed core SDK (for mbed 2.0, *not* mbedOS)",
yihui 5:b8c02645e6af 5 "keywords": [
yihui 5:b8c02645e6af 6 "mbed"
yihui 5:b8c02645e6af 7 ],
yihui 5:b8c02645e6af 8 "author": "Bogdan Marinescu <bogdan.marinescu@arm.com>",
yihui 5:b8c02645e6af 9 "repository": {
yihui 5:b8c02645e6af 10 "url": "git@github.com:mbedmicro/mbed.git",
yihui 5:b8c02645e6af 11 "type": "git"
yihui 5:b8c02645e6af 12 },
yihui 5:b8c02645e6af 13 "homepage": "https://github.com/mbedmicro/mbed",
yihui 5:b8c02645e6af 14 "licenses": [
yihui 5:b8c02645e6af 15 {
yihui 5:b8c02645e6af 16 "url": "https://spdx.org/licenses/Apache-2.0",
yihui 5:b8c02645e6af 17 "type": "Apache-2.0"
yihui 5:b8c02645e6af 18 }
yihui 5:b8c02645e6af 19 ],
yihui 5:b8c02645e6af 20 "extraIncludes": [
yihui 5:b8c02645e6af 21 "api",
yihui 5:b8c02645e6af 22 "hal",
yihui 5:b8c02645e6af 23 "targets/hal",
yihui 5:b8c02645e6af 24 "targets/cmsis"
yihui 5:b8c02645e6af 25 ],
yihui 5:b8c02645e6af 26 "dependencies": {
yihui 5:b8c02645e6af 27 },
yihui 5:b8c02645e6af 28 "targetDependencies": {
yihui 5:b8c02645e6af 29 }
yihui 5:b8c02645e6af 30 }