File tree Expand file tree Collapse file tree 17 files changed +23
-28
lines changed
cmsis/TARGET_NORDIC/TARGET_NRF51822
hal/TARGET_NORDIC/TARGET_NRF51822 Expand file tree Collapse file tree 17 files changed +23
-28
lines changed Original file line number Diff line number Diff line change 11; mbed Microcontroller Library
2- ; Copyright (c) 2006- 2013 ARM Limited
2+ ; Copyright (c) 2013 Nordic Semiconductor.
33;Licensed under the Apache License, Version 2.0 (the "License");
44;you may not use this file except in compliance with the License.
55;You may obtain a copy of the License at
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ uint32_t NVIC_GetVector(IRQn_Type IRQn) {
5252}*/
5353
5454void NVIC_SetVector (IRQn_Type IRQn , uint32_t vector ) {
55- int i ;
55+ // int i;
5656 // Space for dynamic vectors, initialised to allocate in R/W
5757 static volatile uint32_t * vectors = (uint32_t * )NVIC_RAM_VECTOR_ADDRESS ;
5858 /*
Original file line number Diff line number Diff line change 1- /* mbed Microcontroller Library
2-
3- * Copyright (c) 2006-2013 ARM Limited
1+ /* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved.
42 *
5- * Licensed under the Apache License, Version 2.0 (the "License");
6- * you may not use this file except in compliance with the License.
7- * You may obtain a copy of the License at
3+ * The information contained herein is property of Nordic Semiconductor ASA.
4+ * Terms and conditions of usage are described in detail in NORDIC
5+ * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
86 *
9- * http://www.apache.org/licenses/LICENSE-2.0
7+ * Licensees are granted free, non-transferable use of the information. NO
8+ * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
9+ * the file.
1010 *
11- * Unless required by applicable law or agreed to in writing, software
12- * distributed under the License is distributed on an "AS IS" BASIS,
13- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14- * See the License for the specific language governing permissions and
15- * limitations under the License.
1611 */
1712
1813
Original file line number Diff line number Diff line change 11/* mbed Microcontroller Library
22
3- * Copyright (c) 2006- 2013 ARM Limited
3+ * Copyright (c) 2013 Nordic Semiconductor.
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License");
66 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/* mbed Microcontroller Library
22
3- * Copyright (c) 2006- 2013 ARM Limited
3+ * Copyright (c) 2013 Nordic Semiconductor.
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License");
66 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/* mbed Microcontroller Library
22
3- * Copyright (c) 2006- 2013 ARM Limited
3+ * Copyright (c) 2013 Nordic Semiconductor.
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License");
66 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/* mbed Microcontroller Library
2- * Copyright (c) 2006- 2013 ARM Limited
2+ * Copyright (c) 2013 Nordic Semiconductor
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/* mbed Microcontroller Library
2- * Copyright (c) 2006- 2013 ARM Limited
2+ * Copyright (c) 2013 Nordic Semiconductor
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/* mbed Microcontroller Library
2- * Copyright (c) 2006- 2013 ARM Limited
2+ * Copyright (c) 2013 Nordic Semiconductor
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/* mbed Microcontroller Library
2- * Copyright (c) 2006- 2013 ARM Limited
2+ * Copyright (c) 2013 Nordic Semiconductor
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments