Skip to content

Commit 9acf2c3

Browse files
committed
Fix device_name and add SPDX identifiers
1 parent f0a06b2 commit 9acf2c3

File tree

12 files changed

+34
-12
lines changed

12 files changed

+34
-12
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xE/TARGET_ARCH_MAX/PeripheralNames.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/* mbed Microcontroller Library
22
*******************************************************************************
3-
* Copyright (c) 2014, STMicroelectronics
3+
* Copyright (c) 2014-2019, STMicroelectronics
44
* All rights reserved.
55
*
6+
* SPDX-License-Identifier: Apache-2.0
7+
*
68
* Redistribution and use in source and binary forms, with or without
79
* modification, are permitted provided that the following conditions are met:
810
*

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xE/TARGET_ARCH_MAX/PeripheralPins.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/* mbed Microcontroller Library
22
*******************************************************************************
3-
* Copyright (c) 2014, STMicroelectronics
3+
* Copyright (c) 2014-2019, STMicroelectronics
44
* All rights reserved.
55
*
6+
* SPDX-License-Identifier: Apache-2.0
7+
*
68
* Redistribution and use in source and binary forms, with or without
79
* modification, are permitted provided that the following conditions are met:
810
*

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xE/TARGET_ARCH_MAX/PinNames.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/* mbed Microcontroller Library
22
*******************************************************************************
3-
* Copyright (c) 2014, STMicroelectronics
3+
* Copyright (c) 2014-2019, STMicroelectronics
44
* All rights reserved.
55
*
6+
* SPDX-License-Identifier: Apache-2.0
7+
*
68
* Redistribution and use in source and binary forms, with or without
79
* modification, are permitted provided that the following conditions are met:
810
*

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xE/TARGET_ARCH_MAX/system_clock.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2017 ARM Limited
2+
* Copyright (c) 2006-2019 ARM Limited
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xE/device/cmsis_nvic.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/* mbed Microcontroller Library
22
*******************************************************************************
3-
* Copyright (c) 2014, STMicroelectronics
3+
* Copyright (c) 2014-2019, STMicroelectronics
44
* All rights reserved.
55
*
6+
* SPDX-License-Identifier: Apache-2.0
7+
*
68
* Redistribution and use in source and binary forms, with or without
79
* modification, are permitted provided that the following conditions are met:
810
*

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xE/device/flash_data.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/* mbed Microcontroller Library
22
*******************************************************************************
3-
* Copyright (c) 2016, STMicroelectronics
3+
* Copyright (c) 2016-2019, STMicroelectronics
44
* All rights reserved.
55
*
6+
* SPDX-License-Identifier: Apache-2.0
7+
*
68
* Redistribution and use in source and binary forms, with or without
79
* modification, are permitted provided that the following conditions are met:
810
*

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xE/device/stm32f407xx.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
******************************************************************************
1313
* @attention
1414
*
15-
* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
15+
* <h2><center>&copy; COPYRIGHT(c) 2017-2019 STMicroelectronics</center></h2>
1616
*
17+
* SPDX-License-Identifier: Apache-2.0
18+
*
1719
* Redistribution and use in source and binary forms, with or without modification,
1820
* are permitted provided that the following conditions are met:
1921
* 1. Redistributions of source code must retain the above copyright notice,

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xE/device/stm32f4xx.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616
******************************************************************************
1717
* @attention
1818
*
19-
* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT(c) 2017-2019 STMicroelectronics</center></h2>
2020
*
21+
* SPDX-License-Identifier: Apache-2.0
22+
*
2123
* Redistribution and use in source and binary forms, with or without modification,
2224
* are permitted provided that the following conditions are met:
2325
* 1. Redistributions of source code must retain the above copyright notice,

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xE/device/system_stm32f4xx.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
******************************************************************************
77
* @attention
88
*
9-
* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
9+
* <h2><center>&copy; COPYRIGHT(c) 2017-2019 STMicroelectronics</center></h2>
1010
*
11+
* SPDX-License-Identifier: Apache-2.0
12+
*
1113
* Redistribution and use in source and binary forms, with or without modification,
1214
* are permitted provided that the following conditions are met:
1315
* 1. Redistributions of source code must retain the above copyright notice,

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xE/device/us_ticker_data.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2018 ARM Limited
2+
* Copyright (c) 2006-2019 ARM Limited
33
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.
68
* You may obtain a copy of the License at

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xE/objects.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/* mbed Microcontroller Library
22
*******************************************************************************
3-
* Copyright (c) 2014, STMicroelectronics
3+
* Copyright (c) 2014-2019, STMicroelectronics
44
* All rights reserved.
55
*
6+
* SPDX-License-Identifier: Apache-2.0
7+
*
68
* Redistribution and use in source and binary forms, with or without
79
* modification, are permitted provided that the following conditions are met:
810
*

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3640,7 +3640,7 @@
36403640
},
36413641
"release_versions": ["2", "5"],
36423642
"overrides": {"lse_available": 0},
3643-
"device_name": "STM32F407VE",
3643+
"device_name": "STM32F407VETx",
36443644
"overrides": {
36453645
"network-default-interface-type": "ETHERNET"
36463646
}

0 commit comments

Comments
 (0)