File tree Expand file tree Collapse file tree 33 files changed +129
-64
lines changed
targets/TARGET_NUVOTON/TARGET_M2351 Expand file tree Collapse file tree 33 files changed +129
-64
lines changed Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2015-2016 Nuvoton
1
+ /*
2
+ * Copyright (c) 2015-2016, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2015-2016 Nuvoton
1
+ /*
2
+ * Copyright (c) 2015-2016, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2015-2016 Nuvoton
1
+ /*
2
+ * Copyright (c) 2015-2016, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
13
15
* See the License for the specific language governing permissions and
14
16
* limitations under the License.
15
17
*/
18
+
16
19
#ifndef MBED_PINNAMES_H
17
20
#define MBED_PINNAMES_H
18
21
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright (c) 2018, Nuvoton Technology Corporation
3
+ *
3
4
* SPDX-License-Identifier: Apache-2.0
4
5
*
5
6
* Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
14
16
* limitations under the License.
15
17
*/
16
18
17
-
18
19
#include " cmsis.h"
19
20
#include " mbed_assert.h"
20
21
#include " mbed_atomic.h"
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2015-2016 Nuvoton
1
+ /*
2
+ * Copyright (c) 2015-2016, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018 ARM Limited
2
+ * Copyright (c) 2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2015-2016 Nuvoton
1
+ /*
2
+ * Copyright (c) 2015-2016, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2015-2016 Nuvoton
1
+ /*
2
+ * Copyright (c) 2015-2016, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2015-2017 Nuvoton
1
+ /*
2
+ * Copyright (c) 2015-2017, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2015-2016 Nuvoton
1
+ /*
2
+ * Copyright (c) 2015-2016, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2015-2017 Nuvoton
1
+ /*
2
+ * Copyright (c) 2015-2017, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2015-2016 Nuvoton
1
+ /*
2
+ * Copyright (c) 2015-2016, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2017-2018 Nuvoton
1
+ /*
2
+ * Copyright (c) 2017-2018, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
3
5
*
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments