Greg Steiert / pegasus_dev

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 Apache License
switches 0:5c4d7b2438d3 2 Version 2.0, January 2004
switches 0:5c4d7b2438d3 3 http://www.apache.org/licenses/
switches 0:5c4d7b2438d3 4
switches 0:5c4d7b2438d3 5 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
switches 0:5c4d7b2438d3 6
switches 0:5c4d7b2438d3 7 1. Definitions.
switches 0:5c4d7b2438d3 8
switches 0:5c4d7b2438d3 9 "License" shall mean the terms and conditions for use, reproduction,
switches 0:5c4d7b2438d3 10 and distribution as defined by Sections 1 through 9 of this document.
switches 0:5c4d7b2438d3 11
switches 0:5c4d7b2438d3 12 "Licensor" shall mean the copyright owner or entity authorized by
switches 0:5c4d7b2438d3 13 the copyright owner that is granting the License.
switches 0:5c4d7b2438d3 14
switches 0:5c4d7b2438d3 15 "Legal Entity" shall mean the union of the acting entity and all
switches 0:5c4d7b2438d3 16 other entities that control, are controlled by, or are under common
switches 0:5c4d7b2438d3 17 control with that entity. For the purposes of this definition,
switches 0:5c4d7b2438d3 18 "control" means (i) the power, direct or indirect, to cause the
switches 0:5c4d7b2438d3 19 direction or management of such entity, whether by contract or
switches 0:5c4d7b2438d3 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
switches 0:5c4d7b2438d3 21 outstanding shares, or (iii) beneficial ownership of such entity.
switches 0:5c4d7b2438d3 22
switches 0:5c4d7b2438d3 23 "You" (or "Your") shall mean an individual or Legal Entity
switches 0:5c4d7b2438d3 24 exercising permissions granted by this License.
switches 0:5c4d7b2438d3 25
switches 0:5c4d7b2438d3 26 "Source" form shall mean the preferred form for making modifications,
switches 0:5c4d7b2438d3 27 including but not limited to software source code, documentation
switches 0:5c4d7b2438d3 28 source, and configuration files.
switches 0:5c4d7b2438d3 29
switches 0:5c4d7b2438d3 30 "Object" form shall mean any form resulting from mechanical
switches 0:5c4d7b2438d3 31 transformation or translation of a Source form, including but
switches 0:5c4d7b2438d3 32 not limited to compiled object code, generated documentation,
switches 0:5c4d7b2438d3 33 and conversions to other media types.
switches 0:5c4d7b2438d3 34
switches 0:5c4d7b2438d3 35 "Work" shall mean the work of authorship, whether in Source or
switches 0:5c4d7b2438d3 36 Object form, made available under the License, as indicated by a
switches 0:5c4d7b2438d3 37 copyright notice that is included in or attached to the work
switches 0:5c4d7b2438d3 38 (an example is provided in the Appendix below).
switches 0:5c4d7b2438d3 39
switches 0:5c4d7b2438d3 40 "Derivative Works" shall mean any work, whether in Source or Object
switches 0:5c4d7b2438d3 41 form, that is based on (or derived from) the Work and for which the
switches 0:5c4d7b2438d3 42 editorial revisions, annotations, elaborations, or other modifications
switches 0:5c4d7b2438d3 43 represent, as a whole, an original work of authorship. For the purposes
switches 0:5c4d7b2438d3 44 of this License, Derivative Works shall not include works that remain
switches 0:5c4d7b2438d3 45 separable from, or merely link (or bind by name) to the interfaces of,
switches 0:5c4d7b2438d3 46 the Work and Derivative Works thereof.
switches 0:5c4d7b2438d3 47
switches 0:5c4d7b2438d3 48 "Contribution" shall mean any work of authorship, including
switches 0:5c4d7b2438d3 49 the original version of the Work and any modifications or additions
switches 0:5c4d7b2438d3 50 to that Work or Derivative Works thereof, that is intentionally
switches 0:5c4d7b2438d3 51 submitted to Licensor for inclusion in the Work by the copyright owner
switches 0:5c4d7b2438d3 52 or by an individual or Legal Entity authorized to submit on behalf of
switches 0:5c4d7b2438d3 53 the copyright owner. For the purposes of this definition, "submitted"
switches 0:5c4d7b2438d3 54 means any form of electronic, verbal, or written communication sent
switches 0:5c4d7b2438d3 55 to the Licensor or its representatives, including but not limited to
switches 0:5c4d7b2438d3 56 communication on electronic mailing lists, source code control systems,
switches 0:5c4d7b2438d3 57 and issue tracking systems that are managed by, or on behalf of, the
switches 0:5c4d7b2438d3 58 Licensor for the purpose of discussing and improving the Work, but
switches 0:5c4d7b2438d3 59 excluding communication that is conspicuously marked or otherwise
switches 0:5c4d7b2438d3 60 designated in writing by the copyright owner as "Not a Contribution."
switches 0:5c4d7b2438d3 61
switches 0:5c4d7b2438d3 62 "Contributor" shall mean Licensor and any individual or Legal Entity
switches 0:5c4d7b2438d3 63 on behalf of whom a Contribution has been received by Licensor and
switches 0:5c4d7b2438d3 64 subsequently incorporated within the Work.
switches 0:5c4d7b2438d3 65
switches 0:5c4d7b2438d3 66 2. Grant of Copyright License. Subject to the terms and conditions of
switches 0:5c4d7b2438d3 67 this License, each Contributor hereby grants to You a perpetual,
switches 0:5c4d7b2438d3 68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
switches 0:5c4d7b2438d3 69 copyright license to reproduce, prepare Derivative Works of,
switches 0:5c4d7b2438d3 70 publicly display, publicly perform, sublicense, and distribute the
switches 0:5c4d7b2438d3 71 Work and such Derivative Works in Source or Object form.
switches 0:5c4d7b2438d3 72
switches 0:5c4d7b2438d3 73 3. Grant of Patent License. Subject to the terms and conditions of
switches 0:5c4d7b2438d3 74 this License, each Contributor hereby grants to You a perpetual,
switches 0:5c4d7b2438d3 75 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
switches 0:5c4d7b2438d3 76 (except as stated in this section) patent license to make, have made,
switches 0:5c4d7b2438d3 77 use, offer to sell, sell, import, and otherwise transfer the Work,
switches 0:5c4d7b2438d3 78 where such license applies only to those patent claims licensable
switches 0:5c4d7b2438d3 79 by such Contributor that are necessarily infringed by their
switches 0:5c4d7b2438d3 80 Contribution(s) alone or by combination of their Contribution(s)
switches 0:5c4d7b2438d3 81 with the Work to which such Contribution(s) was submitted. If You
switches 0:5c4d7b2438d3 82 institute patent litigation against any entity (including a
switches 0:5c4d7b2438d3 83 cross-claim or counterclaim in a lawsuit) alleging that the Work
switches 0:5c4d7b2438d3 84 or a Contribution incorporated within the Work constitutes direct
switches 0:5c4d7b2438d3 85 or contributory patent infringement, then any patent licenses
switches 0:5c4d7b2438d3 86 granted to You under this License for that Work shall terminate
switches 0:5c4d7b2438d3 87 as of the date such litigation is filed.
switches 0:5c4d7b2438d3 88
switches 0:5c4d7b2438d3 89 4. Redistribution. You may reproduce and distribute copies of the
switches 0:5c4d7b2438d3 90 Work or Derivative Works thereof in any medium, with or without
switches 0:5c4d7b2438d3 91 modifications, and in Source or Object form, provided that You
switches 0:5c4d7b2438d3 92 meet the following conditions:
switches 0:5c4d7b2438d3 93
switches 0:5c4d7b2438d3 94 (a) You must give any other recipients of the Work or
switches 0:5c4d7b2438d3 95 Derivative Works a copy of this License; and
switches 0:5c4d7b2438d3 96
switches 0:5c4d7b2438d3 97 (b) You must cause any modified files to carry prominent notices
switches 0:5c4d7b2438d3 98 stating that You changed the files; and
switches 0:5c4d7b2438d3 99
switches 0:5c4d7b2438d3 100 (c) You must retain, in the Source form of any Derivative Works
switches 0:5c4d7b2438d3 101 that You distribute, all copyright, patent, trademark, and
switches 0:5c4d7b2438d3 102 attribution notices from the Source form of the Work,
switches 0:5c4d7b2438d3 103 excluding those notices that do not pertain to any part of
switches 0:5c4d7b2438d3 104 the Derivative Works; and
switches 0:5c4d7b2438d3 105
switches 0:5c4d7b2438d3 106 (d) If the Work includes a "NOTICE" text file as part of its
switches 0:5c4d7b2438d3 107 distribution, then any Derivative Works that You distribute must
switches 0:5c4d7b2438d3 108 include a readable copy of the attribution notices contained
switches 0:5c4d7b2438d3 109 within such NOTICE file, excluding those notices that do not
switches 0:5c4d7b2438d3 110 pertain to any part of the Derivative Works, in at least one
switches 0:5c4d7b2438d3 111 of the following places: within a NOTICE text file distributed
switches 0:5c4d7b2438d3 112 as part of the Derivative Works; within the Source form or
switches 0:5c4d7b2438d3 113 documentation, if provided along with the Derivative Works; or,
switches 0:5c4d7b2438d3 114 within a display generated by the Derivative Works, if and
switches 0:5c4d7b2438d3 115 wherever such third-party notices normally appear. The contents
switches 0:5c4d7b2438d3 116 of the NOTICE file are for informational purposes only and
switches 0:5c4d7b2438d3 117 do not modify the License. You may add Your own attribution
switches 0:5c4d7b2438d3 118 notices within Derivative Works that You distribute, alongside
switches 0:5c4d7b2438d3 119 or as an addendum to the NOTICE text from the Work, provided
switches 0:5c4d7b2438d3 120 that such additional attribution notices cannot be construed
switches 0:5c4d7b2438d3 121 as modifying the License.
switches 0:5c4d7b2438d3 122
switches 0:5c4d7b2438d3 123 You may add Your own copyright statement to Your modifications and
switches 0:5c4d7b2438d3 124 may provide additional or different license terms and conditions
switches 0:5c4d7b2438d3 125 for use, reproduction, or distribution of Your modifications, or
switches 0:5c4d7b2438d3 126 for any such Derivative Works as a whole, provided Your use,
switches 0:5c4d7b2438d3 127 reproduction, and distribution of the Work otherwise complies with
switches 0:5c4d7b2438d3 128 the conditions stated in this License.
switches 0:5c4d7b2438d3 129
switches 0:5c4d7b2438d3 130 5. Submission of Contributions. Unless You explicitly state otherwise,
switches 0:5c4d7b2438d3 131 any Contribution intentionally submitted for inclusion in the Work
switches 0:5c4d7b2438d3 132 by You to the Licensor shall be under the terms and conditions of
switches 0:5c4d7b2438d3 133 this License, without any additional terms or conditions.
switches 0:5c4d7b2438d3 134 Notwithstanding the above, nothing herein shall supersede or modify
switches 0:5c4d7b2438d3 135 the terms of any separate license agreement you may have executed
switches 0:5c4d7b2438d3 136 with Licensor regarding such Contributions.
switches 0:5c4d7b2438d3 137
switches 0:5c4d7b2438d3 138 6. Trademarks. This License does not grant permission to use the trade
switches 0:5c4d7b2438d3 139 names, trademarks, service marks, or product names of the Licensor,
switches 0:5c4d7b2438d3 140 except as required for reasonable and customary use in describing the
switches 0:5c4d7b2438d3 141 origin of the Work and reproducing the content of the NOTICE file.
switches 0:5c4d7b2438d3 142
switches 0:5c4d7b2438d3 143 7. Disclaimer of Warranty. Unless required by applicable law or
switches 0:5c4d7b2438d3 144 agreed to in writing, Licensor provides the Work (and each
switches 0:5c4d7b2438d3 145 Contributor provides its Contributions) on an "AS IS" BASIS,
switches 0:5c4d7b2438d3 146 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
switches 0:5c4d7b2438d3 147 implied, including, without limitation, any warranties or conditions
switches 0:5c4d7b2438d3 148 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
switches 0:5c4d7b2438d3 149 PARTICULAR PURPOSE. You are solely responsible for determining the
switches 0:5c4d7b2438d3 150 appropriateness of using or redistributing the Work and assume any
switches 0:5c4d7b2438d3 151 risks associated with Your exercise of permissions under this License.
switches 0:5c4d7b2438d3 152
switches 0:5c4d7b2438d3 153 8. Limitation of Liability. In no event and under no legal theory,
switches 0:5c4d7b2438d3 154 whether in tort (including negligence), contract, or otherwise,
switches 0:5c4d7b2438d3 155 unless required by applicable law (such as deliberate and grossly
switches 0:5c4d7b2438d3 156 negligent acts) or agreed to in writing, shall any Contributor be
switches 0:5c4d7b2438d3 157 liable to You for damages, including any direct, indirect, special,
switches 0:5c4d7b2438d3 158 incidental, or consequential damages of any character arising as a
switches 0:5c4d7b2438d3 159 result of this License or out of the use or inability to use the
switches 0:5c4d7b2438d3 160 Work (including but not limited to damages for loss of goodwill,
switches 0:5c4d7b2438d3 161 work stoppage, computer failure or malfunction, or any and all
switches 0:5c4d7b2438d3 162 other commercial damages or losses), even if such Contributor
switches 0:5c4d7b2438d3 163 has been advised of the possibility of such damages.
switches 0:5c4d7b2438d3 164
switches 0:5c4d7b2438d3 165 9. Accepting Warranty or Additional Liability. While redistributing
switches 0:5c4d7b2438d3 166 the Work or Derivative Works thereof, You may choose to offer,
switches 0:5c4d7b2438d3 167 and charge a fee for, acceptance of support, warranty, indemnity,
switches 0:5c4d7b2438d3 168 or other liability obligations and/or rights consistent with this
switches 0:5c4d7b2438d3 169 License. However, in accepting such obligations, You may act only
switches 0:5c4d7b2438d3 170 on Your own behalf and on Your sole responsibility, not on behalf
switches 0:5c4d7b2438d3 171 of any other Contributor, and only if You agree to indemnify,
switches 0:5c4d7b2438d3 172 defend, and hold each Contributor harmless for any liability
switches 0:5c4d7b2438d3 173 incurred by, or claims asserted against, such Contributor by reason
switches 0:5c4d7b2438d3 174 of your accepting any such warranty or additional liability.
switches 0:5c4d7b2438d3 175
switches 0:5c4d7b2438d3 176 END OF TERMS AND CONDITIONS
switches 0:5c4d7b2438d3 177
switches 0:5c4d7b2438d3 178 APPENDIX: How to apply the Apache License to your work.
switches 0:5c4d7b2438d3 179
switches 0:5c4d7b2438d3 180 To apply the Apache License to your work, attach the following
switches 0:5c4d7b2438d3 181 boilerplate notice, with the fields enclosed by brackets "{}"
switches 0:5c4d7b2438d3 182 replaced with your own identifying information. (Don't include
switches 0:5c4d7b2438d3 183 the brackets!) The text should be enclosed in the appropriate
switches 0:5c4d7b2438d3 184 comment syntax for the file format. We also recommend that a
switches 0:5c4d7b2438d3 185 file or class name and description of purpose be included on the
switches 0:5c4d7b2438d3 186 same "printed page" as the copyright notice for easier
switches 0:5c4d7b2438d3 187 identification within third-party archives.
switches 0:5c4d7b2438d3 188
switches 0:5c4d7b2438d3 189 Copyright {yyyy} {name of copyright owner}
switches 0:5c4d7b2438d3 190
switches 0:5c4d7b2438d3 191 Licensed under the Apache License, Version 2.0 (the "License");
switches 0:5c4d7b2438d3 192 you may not use this file except in compliance with the License.
switches 0:5c4d7b2438d3 193 You may obtain a copy of the License at
switches 0:5c4d7b2438d3 194
switches 0:5c4d7b2438d3 195 http://www.apache.org/licenses/LICENSE-2.0
switches 0:5c4d7b2438d3 196
switches 0:5c4d7b2438d3 197 Unless required by applicable law or agreed to in writing, software
switches 0:5c4d7b2438d3 198 distributed under the License is distributed on an "AS IS" BASIS,
switches 0:5c4d7b2438d3 199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
switches 0:5c4d7b2438d3 200 See the License for the specific language governing permissions and
switches 0:5c4d7b2438d3 201 limitations under the License.