summaryrefslogtreecommitdiff
path: root/startup/system_MK20D10.c
diff options
context:
space:
mode:
Diffstat (limited to 'startup/system_MK20D10.c')
-rw-r--r--startup/system_MK20D10.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/startup/system_MK20D10.c b/startup/system_MK20D10.c
index a4d9140..775bf87 100644
--- a/startup/system_MK20D10.c
+++ b/startup/system_MK20D10.c
@@ -17,19 +17,19 @@
** Freescale C/C++ for Embedded ARM
** GNU C Compiler
** IAR ANSI C/C++ Compiler for ARM
+** MCUXpresso Compiler
**
** Reference manual: K20P144M100SF2V2RM Rev. 2, Jun 2012
** Version: rev. 1.9, 2015-07-29
-** Build: b151217
+** Build: b170112
**
** Abstract:
** Provides a system configuration function and a global variable that
** contains the system frequency. It configures the device and initializes
** the oscillator (PLL) that is part of the microcontroller device.
**
-** Copyright (c) 2015 Freescale Semiconductor, Inc.
-** All rights reserved.
-**
+** Copyright (c) 2016 Freescale Semiconductor, Inc.
+** Copyright 2016 - 2017 NXP
** Redistribution and use in source and binary forms, with or without modification,
** are permitted provided that the following conditions are met:
**
@@ -40,7 +40,7 @@
** list of conditions and the following disclaimer in the documentation and/or
** other materials provided with the distribution.
**
-** o Neither the name of Freescale Semiconductor, Inc. nor the names of its
+** o Neither the name of the copyright holder nor the names of its
** contributors may be used to endorse or promote products derived from this
** software without specific prior written permission.
**
@@ -55,8 +55,8 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
-** http: www.freescale.com
-** mail: support@freescale.com
+** http: www.nxp.com
+** mail: support@nxp.com
**
** Revisions:
** - rev. 1.0 (2012-01-03)