File tree Expand file tree Collapse file tree 15 files changed +55
-18
lines changed
connectivity/drivers/emac/TARGET_NXP_EMAC/TARGET_LPCTarget
TARGET_NXP/TARGET_LPC17XX
TARGET_LPCXPRESSO_LPC1769
tools/python/scancode_evaluate Expand file tree Collapse file tree 15 files changed +55
-18
lines changed Original file line number Diff line number Diff line change 1010*
1111* Copyright(C) 2010, NXP Semiconductor
1212* All rights reserved.
13+ * SPDX-License-Identifier: Apache-2.0
1314*
1415***********************************************************************
1516* Software that is described herein is for illustrative purposes only
Original file line number Diff line number Diff line change 99*
1010* Copyright(C) 2011, NXP Semiconductor
1111* All rights reserved.
12+ * SPDX-License-Identifier: Apache-2.0
1213*
1314***********************************************************************
1415* Software that is described herein is for illustrative purposes only
Original file line number Diff line number Diff line change 99*
1010* Copyright(C) 2011, NXP Semiconductor
1111* All rights reserved.
12+ * SPDX-License-Identifier: Apache-2.0
1213*
1314***********************************************************************
1415* Software that is described herein is for illustrative purposes only
Original file line number Diff line number Diff line change 99*
1010* Copyright(C) 2011, NXP Semiconductor
1111* All rights reserved.
12+ * SPDX-License-Identifier: Apache-2.0
1213*
1314***********************************************************************
1415* Software that is described herein is for illustrative purposes only
Original file line number Diff line number Diff line change 11// List of reserved pins for MBED LPC1768
22
3+ /* mbed Microcontroller Library
4+ * Copyright (c) 2006-2013 ARM Limited
5+ * SPDX-License-Identifier: Apache-2.0
6+ *
7+ * Licensed under the Apache License, Version 2.0 (the "License");
8+ * you may not use this file except in compliance with the License.
9+ * You may obtain a copy of the License at
10+ *
11+ * http://www.apache.org/licenses/LICENSE-2.0
12+ *
13+ * Unless required by applicable law or agreed to in writing, software
14+ * distributed under the License is distributed on an "AS IS" BASIS,
15+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ * See the License for the specific language governing permissions and
17+ * limitations under the License.
18+ */
19+
320#ifndef RESERVED_PINS_H
421#define RESERVED_PINS_H
522
Original file line number Diff line number Diff line change 1- # Copyright (c) 2021 ARM Limited. All rights reserved .
1+ # Copyright (c) 2025 Johannes Stratmann .
22# SPDX-License-Identifier: Apache-2.0
33
44include (mbed_set_post_build_nxp)
Original file line number Diff line number Diff line change 11/* mbed Microcontroller Library
2- * Copyright (c) 2006-2013 ARM Limited
2+ * Copyright (c) 2025 Johannes Stratmann
33 * SPDX-License-Identifier: Apache-2.0
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 11// The 'features' section in 'target.json' is now used to create the device's hardware preprocessor switches.
22// Check the 'features' section of the target description in 'targets.json' for more details.
3+
34/* mbed Microcontroller Library
4- * Copyright (c) 2006-2013 ARM Limited
5+ * Copyright (c) 2025 Johannes Stratmann
56 * SPDX-License-Identifier: Apache-2.0
67 *
78 * Licensed under the Apache License, Version 2.0 (the "License");
1920#ifndef MBED_DEVICE_H
2021#define MBED_DEVICE_H
2122
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
3223#define DEVICE_ID_LENGTH 32
3324#define DEVICE_MAC_OFFSET 20
3425
35-
36-
37-
38-
3926#include "objects.h"
4027
4128#endif
Original file line number Diff line number Diff line change 11/* mbed Microcontroller Library
2- * Copyright (c) 2006-2013 ARM Limited
2+ * Copyright (c) 2025 Johannes Stratmann
33 * SPDX-License-Identifier: Apache-2.0
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 11// List of reserved pins for MBED LPC1768
22
3+ /* mbed Microcontroller Library
4+ * Copyright (c) 2006-2013 ARM Limited
5+ * SPDX-License-Identifier: Apache-2.0
6+ *
7+ * Licensed under the Apache License, Version 2.0 (the "License");
8+ * you may not use this file except in compliance with the License.
9+ * You may obtain a copy of the License at
10+ *
11+ * http://www.apache.org/licenses/LICENSE-2.0
12+ *
13+ * Unless required by applicable law or agreed to in writing, software
14+ * distributed under the License is distributed on an "AS IS" BASIS,
15+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ * See the License for the specific language governing permissions and
17+ * limitations under the License.
18+ */
19+
320#ifndef RESERVED_PINS_H
421#define RESERVED_PINS_H
522
You can’t perform that action at this time.
0 commit comments