File tree Expand file tree Collapse file tree 5 files changed +87
-7
lines changed
targets/TARGET_NUVOTON/TARGET_M2351/device Expand file tree Collapse file tree 5 files changed +87
-7
lines changed Original file line number Diff line number Diff line change 1
1
#! armclang -E
2
2
3
+ /*
4
+ * Copyright (c) 2019-2020, 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 "../partition_M2351_mem.h"
4
22
5
23
#ifndef NU_TZ_NSC_SIZE
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2019-2020, 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 M2351 GCC linker script file
3
21
*/
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2019-2020, 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
- /**************************************************************************/ /**
2
- * @file partition_M2351.c
3
- * @version V3.00
4
- * @brief SAU configuration for secure/nonsecure region settings.
1
+ /*
2
+ * Copyright (c) 2019-2020, Nuvoton Technology Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
5
*
6
- * @note
7
- * Copyright (C) 2016 Nuvoton Technology Corp. All rights reserved.
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
8
9
*
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
+ */
10
18
11
19
#ifndef PARTITION_M2351
12
20
#define PARTITION_M2351
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2019-2020, 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
/* See partition_M2351_mem.h for documentation */
2
20
3
21
/* Default flash/SRAM partition
You can’t perform that action at this time.
0 commit comments