Development mbed library for MAX32630FTHR
Dependents: blinky_max32630fthr
targets/TARGET_Maxim/TARGET_MAX32600/device.h@3:1198227e6421, 2016-12-16 (annotated)
- 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?
User | Revision | Line number | New contents of line |
---|---|---|---|
switches | 0:5c4d7b2438d3 | 1 | // The 'features' section in 'target.json' is now used to create the device's hardware preprocessor switches. |
switches | 0:5c4d7b2438d3 | 2 | // Check the 'features' section of the target description in 'targets.json' for more details. |
switches | 0:5c4d7b2438d3 | 3 | /******************************************************************************* |
switches | 0:5c4d7b2438d3 | 4 | * Copyright (C) 2015 Maxim Integrated Products, Inc., All Rights Reserved. |
switches | 0:5c4d7b2438d3 | 5 | * |
switches | 0:5c4d7b2438d3 | 6 | * Permission is hereby granted, free of charge, to any person obtaining a |
switches | 0:5c4d7b2438d3 | 7 | * copy of this software and associated documentation files (the "Software"), |
switches | 0:5c4d7b2438d3 | 8 | * to deal in the Software without restriction, including without limitation |
switches | 0:5c4d7b2438d3 | 9 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
switches | 0:5c4d7b2438d3 | 10 | * and/or sell copies of the Software, and to permit persons to whom the |
switches | 0:5c4d7b2438d3 | 11 | * Software is furnished to do so, subject to the following conditions: |
switches | 0:5c4d7b2438d3 | 12 | * |
switches | 0:5c4d7b2438d3 | 13 | * The above copyright notice and this permission notice shall be included |
switches | 0:5c4d7b2438d3 | 14 | * in all copies or substantial portions of the Software. |
switches | 0:5c4d7b2438d3 | 15 | * |
switches | 0:5c4d7b2438d3 | 16 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
switches | 0:5c4d7b2438d3 | 17 | * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
switches | 0:5c4d7b2438d3 | 18 | * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
switches | 0:5c4d7b2438d3 | 19 | * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES |
switches | 0:5c4d7b2438d3 | 20 | * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
switches | 0:5c4d7b2438d3 | 21 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
switches | 0:5c4d7b2438d3 | 22 | * OTHER DEALINGS IN THE SOFTWARE. |
switches | 0:5c4d7b2438d3 | 23 | * |
switches | 0:5c4d7b2438d3 | 24 | * Except as contained in this notice, the name of Maxim Integrated |
switches | 0:5c4d7b2438d3 | 25 | * Products, Inc. shall not be used except as stated in the Maxim Integrated |
switches | 0:5c4d7b2438d3 | 26 | * Products, Inc. Branding Policy. |
switches | 0:5c4d7b2438d3 | 27 | * |
switches | 0:5c4d7b2438d3 | 28 | * The mere transfer of this software does not imply any licenses |
switches | 0:5c4d7b2438d3 | 29 | * of trade secrets, proprietary technology, copyrights, patents, |
switches | 0:5c4d7b2438d3 | 30 | * trademarks, maskwork rights, or any other form of intellectual |
switches | 0:5c4d7b2438d3 | 31 | * property whatsoever. Maxim Integrated Products, Inc. retains all |
switches | 0:5c4d7b2438d3 | 32 | * ownership rights. |
switches | 0:5c4d7b2438d3 | 33 | ******************************************************************************* |
switches | 0:5c4d7b2438d3 | 34 | */ |
switches | 0:5c4d7b2438d3 | 35 | |
switches | 0:5c4d7b2438d3 | 36 | #ifndef MBED_DEVICE_H |
switches | 0:5c4d7b2438d3 | 37 | #define MBED_DEVICE_H |
switches | 0:5c4d7b2438d3 | 38 | |
switches | 0:5c4d7b2438d3 | 39 | |
switches | 0:5c4d7b2438d3 | 40 | |
switches | 0:5c4d7b2438d3 | 41 | |
switches | 0:5c4d7b2438d3 | 42 | |
switches | 0:5c4d7b2438d3 | 43 | |
switches | 0:5c4d7b2438d3 | 44 | |
switches | 0:5c4d7b2438d3 | 45 | |
switches | 0:5c4d7b2438d3 | 46 | |
switches | 0:5c4d7b2438d3 | 47 | |
switches | 0:5c4d7b2438d3 | 48 | |
switches | 0:5c4d7b2438d3 | 49 | |
switches | 0:5c4d7b2438d3 | 50 | |
switches | 0:5c4d7b2438d3 | 51 | |
switches | 0:5c4d7b2438d3 | 52 | |
switches | 0:5c4d7b2438d3 | 53 | |
switches | 0:5c4d7b2438d3 | 54 | |
switches | 0:5c4d7b2438d3 | 55 | #include "objects.h" |
switches | 0:5c4d7b2438d3 | 56 | |
switches | 0:5c4d7b2438d3 | 57 | #endif |