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": "platform",
switches 0:5c4d7b2438d3 3 "config": {
switches 0:5c4d7b2438d3 4 "stdio-convert-newlines": {
switches 0:5c4d7b2438d3 5 "help": "Enable conversion to standard newlines on stdin/stdout",
switches 0:5c4d7b2438d3 6 "value": false
switches 0:5c4d7b2438d3 7 },
switches 0:5c4d7b2438d3 8
switches 0:5c4d7b2438d3 9 "stdio-baud-rate": {
switches 0:5c4d7b2438d3 10 "help": "Baud rate for stdio",
switches 0:5c4d7b2438d3 11 "value": 9600
switches 0:5c4d7b2438d3 12 },
switches 0:5c4d7b2438d3 13
switches 0:5c4d7b2438d3 14 "stdio-flush-at-exit": {
switches 0:5c4d7b2438d3 15 "help": "Enable or disable the flush of standard I/O's at exit.",
switches 0:5c4d7b2438d3 16 "value": true
switches 0:5c4d7b2438d3 17 },
switches 0:5c4d7b2438d3 18
switches 0:5c4d7b2438d3 19 "default-serial-baud-rate": {
switches 0:5c4d7b2438d3 20 "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)",
switches 0:5c4d7b2438d3 21 "value": 9600
switches 0:5c4d7b2438d3 22 }
switches 0:5c4d7b2438d3 23 },
switches 0:5c4d7b2438d3 24 "target_overrides": {
switches 0:5c4d7b2438d3 25 "EFM32": {
switches 0:5c4d7b2438d3 26 "stdio-baud-rate": 115200
switches 0:5c4d7b2438d3 27 }
switches 0:5c4d7b2438d3 28 }
switches 0:5c4d7b2438d3 29 }