mbed library sources. Supersedes mbed-src. Fixes analogIn and analogOut problems for TARGET_STM32F3. Tested on NUCLEO-F303K8, using 3 analogout and 7 analogin channels simultaneously. Added ability for STM32F334R8 and STM32F303K8 to use all three channels of DAC simultaneously. https://developer.mbed.org/users/StevieWray/code/mbed-dev/ Added ability for TARGET_STM32F3 to use more than one ADC simultaneously. https://developer.mbed.org/questions/67997/NUCLEO-F303K8ADC/

Fork of mbed-dev by mbed official

module.json

Committer:
neurofun
Date:
2016-02-23
Revision:
70:b3a5af880266
Parent:
0:9b334a45a8ff

File content as of revision 70:b3a5af880266:

{
  "name": "mbed-classic",
  "version": "0.0.1",
  "description": "mbed core SDK (for mbed 2.0, *not* mbedOS)",
  "keywords": [
    "mbed"
  ],
  "author": "Bogdan Marinescu <bogdan.marinescu@arm.com>",
  "repository": {
    "url": "git@github.com:mbedmicro/mbed.git",
    "type": "git"
  },
  "homepage": "https://github.com/mbedmicro/mbed",
  "licenses": [
    {
      "url": "https://spdx.org/licenses/Apache-2.0",
      "type": "Apache-2.0"
    }
  ],
  "extraIncludes": [
    "api",
    "hal",
    "targets/hal",
    "targets/cmsis"
  ],
  "dependencies": {
  },
  "targetDependencies": {
  }
}