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 1
1
; mbed Microcontroller Library
2
- ; Copyright (c) 2006- 2013 ARM Limited
2
+ ; Copyright (c) 2013 Nordic Semiconductor.
3
3
;Licensed under the Apache License, Version 2.0 (the "License");
4
4
;you may not use this file except in compliance with the License.
5
5
;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) {
52
52
}*/
53
53
54
54
void NVIC_SetVector (IRQn_Type IRQn , uint32_t vector ) {
55
- int i ;
55
+ // int i;
56
56
// Space for dynamic vectors, initialised to allocate in R/W
57
57
static volatile uint32_t * vectors = (uint32_t * )NVIC_RAM_VECTOR_ADDRESS ;
58
58
/*
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.
4
2
*
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.
8
6
*
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.
10
10
*
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.
16
11
*/
17
12
18
13
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
2
3
- * Copyright (c) 2006- 2013 ARM Limited
3
+ * Copyright (c) 2013 Nordic Semiconductor.
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
2
3
- * Copyright (c) 2006- 2013 ARM Limited
3
+ * Copyright (c) 2013 Nordic Semiconductor.
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
2
3
- * Copyright (c) 2006- 2013 ARM Limited
3
+ * Copyright (c) 2013 Nordic Semiconductor.
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
- * Copyright (c) 2006- 2013 ARM Limited
2
+ * Copyright (c) 2013 Nordic Semiconductor
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
- * Copyright (c) 2006- 2013 ARM Limited
2
+ * Copyright (c) 2013 Nordic Semiconductor
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
- * Copyright (c) 2006- 2013 ARM Limited
2
+ * Copyright (c) 2013 Nordic Semiconductor
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
- * Copyright (c) 2006- 2013 ARM Limited
2
+ * Copyright (c) 2013 Nordic Semiconductor
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments