File tree Expand file tree Collapse file tree 12 files changed +34
-12
lines changed
TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xE Expand file tree Collapse file tree 12 files changed +34
-12
lines changed Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
2
*******************************************************************************
3
- * Copyright (c) 2014, STMicroelectronics
3
+ * Copyright (c) 2014-2019 , STMicroelectronics
4
4
* All rights reserved.
5
5
*
6
+ * SPDX-License-Identifier: Apache-2.0
7
+ *
6
8
* Redistribution and use in source and binary forms, with or without
7
9
* modification, are permitted provided that the following conditions are met:
8
10
*
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
2
*******************************************************************************
3
- * Copyright (c) 2014, STMicroelectronics
3
+ * Copyright (c) 2014-2019 , STMicroelectronics
4
4
* All rights reserved.
5
5
*
6
+ * SPDX-License-Identifier: Apache-2.0
7
+ *
6
8
* Redistribution and use in source and binary forms, with or without
7
9
* modification, are permitted provided that the following conditions are met:
8
10
*
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
2
*******************************************************************************
3
- * Copyright (c) 2014, STMicroelectronics
3
+ * Copyright (c) 2014-2019 , STMicroelectronics
4
4
* All rights reserved.
5
5
*
6
+ * SPDX-License-Identifier: Apache-2.0
7
+ *
6
8
* Redistribution and use in source and binary forms, with or without
7
9
* modification, are permitted provided that the following conditions are met:
8
10
*
Original file line number Diff line number Diff line change 1
1
/* 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
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
/* mbed Microcontroller Library
2
2
*******************************************************************************
3
- * Copyright (c) 2014, STMicroelectronics
3
+ * Copyright (c) 2014-2019 , STMicroelectronics
4
4
* All rights reserved.
5
5
*
6
+ * SPDX-License-Identifier: Apache-2.0
7
+ *
6
8
* Redistribution and use in source and binary forms, with or without
7
9
* modification, are permitted provided that the following conditions are met:
8
10
*
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
2
*******************************************************************************
3
- * Copyright (c) 2016, STMicroelectronics
3
+ * Copyright (c) 2016-2019 , STMicroelectronics
4
4
* All rights reserved.
5
5
*
6
+ * SPDX-License-Identifier: Apache-2.0
7
+ *
6
8
* Redistribution and use in source and binary forms, with or without
7
9
* modification, are permitted provided that the following conditions are met:
8
10
*
Original file line number Diff line number Diff line change 12
12
******************************************************************************
13
13
* @attention
14
14
*
15
- * <h2><center>© COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
15
+ * <h2><center>© COPYRIGHT(c) 2017-2019 STMicroelectronics</center></h2>
16
16
*
17
+ * SPDX-License-Identifier: Apache-2.0
18
+ *
17
19
* Redistribution and use in source and binary forms, with or without modification,
18
20
* are permitted provided that the following conditions are met:
19
21
* 1. Redistributions of source code must retain the above copyright notice,
Original file line number Diff line number Diff line change 16
16
******************************************************************************
17
17
* @attention
18
18
*
19
- * <h2><center>© COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
19
+ * <h2><center>© COPYRIGHT(c) 2017-2019 STMicroelectronics</center></h2>
20
20
*
21
+ * SPDX-License-Identifier: Apache-2.0
22
+ *
21
23
* Redistribution and use in source and binary forms, with or without modification,
22
24
* are permitted provided that the following conditions are met:
23
25
* 1. Redistributions of source code must retain the above copyright notice,
Original file line number Diff line number Diff line change 6
6
******************************************************************************
7
7
* @attention
8
8
*
9
- * <h2><center>© COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
9
+ * <h2><center>© COPYRIGHT(c) 2017-2019 STMicroelectronics</center></h2>
10
10
*
11
+ * SPDX-License-Identifier: Apache-2.0
12
+ *
11
13
* Redistribution and use in source and binary forms, with or without modification,
12
14
* are permitted provided that the following conditions are met:
13
15
* 1. Redistributions of source code must retain the above copyright notice,
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
- * Copyright (c) 2006-2018 ARM Limited
2
+ * Copyright (c) 2006-2019 ARM Limited
3
3
*
4
+ * SPDX-License-Identifier: Apache-2.0
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.
6
8
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
2
*******************************************************************************
3
- * Copyright (c) 2014, STMicroelectronics
3
+ * Copyright (c) 2014-2019 , STMicroelectronics
4
4
* All rights reserved.
5
5
*
6
+ * SPDX-License-Identifier: Apache-2.0
7
+ *
6
8
* Redistribution and use in source and binary forms, with or without
7
9
* modification, are permitted provided that the following conditions are met:
8
10
*
Original file line number Diff line number Diff line change 3640
3640
},
3641
3641
"release_versions" : [" 2" , " 5" ],
3642
3642
"overrides" : {"lse_available" : 0 },
3643
- "device_name" : " STM32F407VE " ,
3643
+ "device_name" : " STM32F407VETx " ,
3644
3644
"overrides" : {
3645
3645
"network-default-interface-type" : " ETHERNET"
3646
3646
}
You can’t perform that action at this time.
0 commit comments