File tree Expand file tree Collapse file tree 39 files changed +200
-63
lines changed
targets/TARGET_NUVOTON/TARGET_M480 Expand file tree Collapse file tree 39 files changed +200
-63
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) 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 15
15
* See the License for the specific language governing permissions and
16
16
* limitations under the License.
17
17
*/
18
+
18
19
#ifndef __PIN_NAME_COMMON_H__
19
20
#define __PIN_NAME_COMMON_H__
20
21
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 15
15
* See the License for the specific language governing permissions and
16
16
* limitations under the License.
17
17
*/
18
+
18
19
#ifndef MBED_PINNAMES_H
19
20
#define MBED_PINNAMES_H
20
21
Original file line number Diff line number Diff line change 15
15
* See the License for the specific language governing permissions and
16
16
* limitations under the License.
17
17
*/
18
+
18
19
#ifndef MBED_PINNAMES_H
19
20
#define MBED_PINNAMES_H
20
21
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
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) 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.
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) 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
1
#! armcc -E
2
2
3
+ /*
4
+ * Copyright (c) 2015-2016, Nuvoton Technology Corporation
5
+ *
6
+ * SPDX-License-Identifier: Apache-2.0
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing, software
15
+ * distributed under the License is distributed on an "AS IS" BASIS,
16
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the License for the specific language governing permissions and
18
+ * limitations under the License.
19
+ */
20
+
3
21
#include "../M480_mem.h"
4
22
5
23
#if !defined(MBED_BOOT_STACK_SIZE)
Original file line number Diff line number Diff line change 1
1
#! armcc -E
2
2
3
+ /*
4
+ * Copyright (c) 2015-2016, Nuvoton Technology Corporation
5
+ *
6
+ * SPDX-License-Identifier: Apache-2.0
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing, software
15
+ * distributed under the License is distributed on an "AS IS" BASIS,
16
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the License for the specific language governing permissions and
18
+ * limitations under the License.
19
+ */
20
+
3
21
#include "../M480_mem.h"
4
22
5
23
#if !defined(MBED_BOOT_STACK_SIZE)
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2015-2016, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier : Apache-2.0
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http ://www.apache.org /licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
1
19
/*
2
20
* Nuvoton M487 GCC linker script file
3
21
*/
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2015-2016, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
1
19
/*###ICF### Section handled by ICF editor, don't touch! ****/
2
20
/*-Editor annotation file-*/
3
21
/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */
Original file line number Diff line number Diff line change 1
- /* mbed Microcontroller Library
2
- * Copyright (c) 2015-2016 Nuvoton
1
+ /*
2
+ * Copyright (c) 2020, 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) 2020, 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) 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) 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) 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) 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-2019 Nuvoton
1
+ /*
2
+ * Copyright (c) 2015-2019, 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) 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.
You can’t perform that action at this time.
0 commit comments