Development mbed library for MAX32630FTHR

Dependents:   blinky_max32630fthr

Committer:
switches
Date:
Fri Dec 16 16:27:57 2016 +0000
Revision:
3:1198227e6421
Parent:
0:5c4d7b2438d3
Changed ADC scale for MAX32625 platforms to 1.2V full scale to match MAX32630 platforms

Who changed what in which revision?

UserRevisionLine numberNew contents of line
switches 0:5c4d7b2438d3 1 {
switches 0:5c4d7b2438d3 2 "name": "ble",
switches 0:5c4d7b2438d3 3 "version": "2.6.0",
switches 0:5c4d7b2438d3 4 "description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.",
switches 0:5c4d7b2438d3 5 "keywords": [
switches 0:5c4d7b2438d3 6 "Bluetooth",
switches 0:5c4d7b2438d3 7 "BLE",
switches 0:5c4d7b2438d3 8 "mbed",
switches 0:5c4d7b2438d3 9 "mbed-official"
switches 0:5c4d7b2438d3 10 ],
switches 0:5c4d7b2438d3 11 "author": "Rohit Grover",
switches 0:5c4d7b2438d3 12 "repository": {
switches 0:5c4d7b2438d3 13 "url": "https://github.com/ARMmbed/ble.git",
switches 0:5c4d7b2438d3 14 "type": "git"
switches 0:5c4d7b2438d3 15 },
switches 0:5c4d7b2438d3 16 "homepage": "https://developer.mbed.org/teams/Bluetooth-Low-Energy/",
switches 0:5c4d7b2438d3 17 "licenses": [
switches 0:5c4d7b2438d3 18 {
switches 0:5c4d7b2438d3 19 "url": "https://spdx.org/licenses/Apache-2.0",
switches 0:5c4d7b2438d3 20 "type": "Apache-2.0"
switches 0:5c4d7b2438d3 21 }
switches 0:5c4d7b2438d3 22 ],
switches 0:5c4d7b2438d3 23 "dependencies": {},
switches 0:5c4d7b2438d3 24 "targetDependencies": {
switches 0:5c4d7b2438d3 25 "st-ble-shield": {
switches 0:5c4d7b2438d3 26 "x-nucleo-idb0xa1": "^2.0.0"
switches 0:5c4d7b2438d3 27 },
switches 0:5c4d7b2438d3 28 "nrf51822": {
switches 0:5c4d7b2438d3 29 "ble-nrf51822": "^2.2.8"
switches 0:5c4d7b2438d3 30 },
switches 0:5c4d7b2438d3 31 "nrf52832": {
switches 0:5c4d7b2438d3 32 "ble-nrf52832": "ARMmbed/ble-nrf52832"
switches 0:5c4d7b2438d3 33 },
switches 0:5c4d7b2438d3 34 "cordio": {
switches 0:5c4d7b2438d3 35 "ble-wicentric": "~0.0.4"
switches 0:5c4d7b2438d3 36 },
switches 0:5c4d7b2438d3 37 "mbed-classic": {
switches 0:5c4d7b2438d3 38 "mbed-classic": "~0.0.1"
switches 0:5c4d7b2438d3 39 },
switches 0:5c4d7b2438d3 40 "mbed-os": {
switches 0:5c4d7b2438d3 41 "mbed-drivers": "*",
switches 0:5c4d7b2438d3 42 "compiler-polyfill": "^1.2.1"
switches 0:5c4d7b2438d3 43 }
switches 0:5c4d7b2438d3 44 }
switches 0:5c4d7b2438d3 45 }