Skip to content

Commit 7898353

Browse files
Merge pull request #112 from MikroElektronika/new-feature/boards/24
Merge branch new-feature/boards/24 into master
2 parents 81a6461 + 538a9b4 commit 7898353

File tree

12 files changed

+300
-0
lines changed

12 files changed

+300
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
if(${_MSDK_BOARD_NAME_} STREQUAL "KIT_DISCOVERY_WITH_STM32F723IE_MCU")
2+
set(BOARD_PATH "include/boards/board_discovery_with_stm32f723ie")
3+
set(MCU_CARD FALSE)
4+
set(SHIELD FALSE)
5+
endif()
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
/****************************************************************************
2+
**
3+
** Copyright (C) ${COPYRIGHT_YEAR} MikroElektronika d.o.o.
4+
** Contact: https://www.mikroe.com/contact
5+
**
6+
** This file is part of the mikroSDK package
7+
**
8+
** Commercial License Usage
9+
**
10+
** Licensees holding valid commercial NECTO compilers AI licenses may use this
11+
** file in accordance with the commercial license agreement provided with the
12+
** Software or, alternatively, in accordance with the terms contained in
13+
** a written agreement between you and The MikroElektronika Company.
14+
** For licensing terms and conditions see
15+
** https://www.mikroe.com/legal/software-license-agreement.
16+
** For further information use the contact form at
17+
** https://www.mikroe.com/contact.
18+
**
19+
**
20+
** GNU Lesser General Public License Usage
21+
**
22+
** Alternatively, this file may be used for
23+
** non-commercial projects under the terms of the GNU Lesser
24+
** General Public License version 3 as published by the Free Software
25+
** Foundation: https://www.gnu.org/licenses/lgpl-3.0.html.
26+
**
27+
** The above copyright notice and this permission notice shall be
28+
** included in all copies or substantial portions of the Software.
29+
**
30+
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
31+
** OF MERCHANTABILITY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
32+
** TO THE WARRANTIES FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
33+
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
34+
** DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
35+
** OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
36+
** OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37+
**
38+
****************************************************************************/
39+
/*!
40+
* @file board.h
41+
* @brief Main board pin mapping.
42+
*/
43+
44+
#ifndef _BOARD_H_
45+
#define _BOARD_H_
46+
47+
#ifdef __cplusplus
48+
extern "C"
49+
{
50+
#endif
51+
52+
#define BOARD_NAME "STM32F723IE_DISCOVERY"
53+
54+
#include "hal_target.h"
55+
56+
// Mapping
57+
#define HEADER_CONNECTOR_CN11_D1 PE4
58+
#define HEADER_CONNECTOR_CN11_D2 PH6
59+
#define HEADER_CONNECTOR_CN11_D3 PA1
60+
#define HEADER_CONNECTOR_CN11_D4 PB5
61+
#define HEADER_CONNECTOR_CN11_D5 PA4
62+
#define HEADER_CONNECTOR_CN11_D6 PA5
63+
#define HEADER_CONNECTOR_CN11_D7 // Pin not routed
64+
#define HEADER_CONNECTOR_CN11_D8 // Pin not routed
65+
#define HEADER_CONNECTOR_CN11_D9 PH5
66+
#define HEADER_CONNECTOR_CN11_D10 PH4
67+
68+
#define HEADER_CONNECTOR_CN13_D1 PA3
69+
#define HEADER_CONNECTOR_CN13_D2 PA2
70+
#define HEADER_CONNECTOR_CN13_D3 PC5
71+
#define HEADER_CONNECTOR_CN13_D4 PE5
72+
#define HEADER_CONNECTOR_CN13_D5 PH3
73+
#define HEADER_CONNECTOR_CN13_D6 PB0
74+
#define HEADER_CONNECTOR_CN13_D7 PE6
75+
#define HEADER_CONNECTOR_CN13_D8 PE3
76+
77+
#define HEADER_CONNECTOR_CN15_D1 PA6
78+
#define HEADER_CONNECTOR_CN15_D2 PA4
79+
#define HEADER_CONNECTOR_CN15_D3 PC4
80+
#define HEADER_CONNECTOR_CN15_D4 PF10
81+
#define HEADER_CONNECTOR_CN15_D5 PC0
82+
#define HEADER_CONNECTOR_CN15_D6 PC1
83+
84+
#ifdef __cplusplus
85+
}
86+
#endif
87+
88+
#endif // _BOARD_H_
89+
// ------------------------------------------------------------------------- END
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
if(${_MSDK_BOARD_NAME_} STREQUAL "KIT_DISCOVERY_WITH_STM32F769NI_MCU")
2+
set(BOARD_PATH "include/boards/board_discovery_with_stm32f769ni")
3+
set(MCU_CARD FALSE)
4+
set(SHIELD FALSE)
5+
endif()
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
/****************************************************************************
2+
**
3+
** Copyright (C) ${COPYRIGHT_YEAR} MikroElektronika d.o.o.
4+
** Contact: https://www.mikroe.com/contact
5+
**
6+
** This file is part of the mikroSDK package
7+
**
8+
** Commercial License Usage
9+
**
10+
** Licensees holding valid commercial NECTO compilers AI licenses may use this
11+
** file in accordance with the commercial license agreement provided with the
12+
** Software or, alternatively, in accordance with the terms contained in
13+
** a written agreement between you and The MikroElektronika Company.
14+
** For licensing terms and conditions see
15+
** https://www.mikroe.com/legal/software-license-agreement.
16+
** For further information use the contact form at
17+
** https://www.mikroe.com/contact.
18+
**
19+
**
20+
** GNU Lesser General Public License Usage
21+
**
22+
** Alternatively, this file may be used for
23+
** non-commercial projects under the terms of the GNU Lesser
24+
** General Public License version 3 as published by the Free Software
25+
** Foundation: https://www.gnu.org/licenses/lgpl-3.0.html.
26+
**
27+
** The above copyright notice and this permission notice shall be
28+
** included in all copies or substantial portions of the Software.
29+
**
30+
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
31+
** OF MERCHANTABILITY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
32+
** TO THE WARRANTIES FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
33+
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
34+
** DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
35+
** OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
36+
** OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37+
**
38+
****************************************************************************/
39+
/*!
40+
* @file board.h
41+
* @brief Main board pin mapping.
42+
*/
43+
44+
#ifndef _BOARD_H_
45+
#define _BOARD_H_
46+
47+
#ifdef __cplusplus
48+
extern "C"
49+
{
50+
#endif
51+
52+
#define BOARD_NAME "STM32F769NI_DISCOVERY"
53+
54+
#include "hal_target.h"
55+
56+
// Mapping
57+
#define HEADER_CONNECTOR_CN9_D1 PJ4
58+
#define HEADER_CONNECTOR_CN9_D2 PH6
59+
#define HEADER_CONNECTOR_CN9_D3 PA11
60+
#define HEADER_CONNECTOR_CN9_D4 PB15
61+
#define HEADER_CONNECTOR_CN9_D5 PB14
62+
#define HEADER_CONNECTOR_CN9_D6 PA12
63+
#define HEADER_CONNECTOR_CN9_D7 // Pin not routed
64+
#define HEADER_CONNECTOR_CN9_D8 // Pin not routed
65+
#define HEADER_CONNECTOR_CN9_D9 PB9
66+
#define HEADER_CONNECTOR_CN9_D10 PB8
67+
68+
#define HEADER_CONNECTOR_CN11_D1 PA12
69+
#define HEADER_CONNECTOR_CN11_D2 PB14
70+
#define HEADER_CONNECTOR_CN11_D3 PB15
71+
#define HEADER_CONNECTOR_CN11_D4 PA11
72+
#define HEADER_CONNECTOR_CN11_D5 PH6
73+
#define HEADER_CONNECTOR_CN11_D6 PJ4
74+
#define HEADER_CONNECTOR_CN11_D7 PJ4
75+
#define HEADER_CONNECTOR_CN11_D8 PJ3
76+
77+
#define HEADER_CONNECTOR_CN13_D1 PC7
78+
#define HEADER_CONNECTOR_CN13_D2 PC6
79+
#define HEADER_CONNECTOR_CN13_D3 PJ1
80+
#define HEADER_CONNECTOR_CN13_D4 PF6
81+
#define HEADER_CONNECTOR_CN13_D5 PJ0
82+
#define HEADER_CONNECTOR_CN13_D6 PC8
83+
#define HEADER_CONNECTOR_CN13_D7 PF7
84+
#define HEADER_CONNECTOR_CN13_D8 PJ3
85+
86+
#define HEADER_CONNECTOR_CN14_D1 PA6
87+
#define HEADER_CONNECTOR_CN14_D2 PA4
88+
#define HEADER_CONNECTOR_CN14_D3 PC2
89+
#define HEADER_CONNECTOR_CN14_D4 PF10
90+
#define HEADER_CONNECTOR_CN14_D5 PF8
91+
#define HEADER_CONNECTOR_CN14_D6 PB8
92+
93+
#ifdef __cplusplus
94+
}
95+
#endif
96+
97+
#endif // _BOARD_H_
98+
// ------------------------------------------------------------------------- END

changelog/v2.11.4/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
Support added for following hardware:
8080

8181
+ **[2024-10-18](./new_hw/2024-10-18.md)**
82+
+ **[2024-10-21](./new_hw/2024-10-21.md)**
8283

8384
---
8485

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<p align="center">
2+
<img src="http://www.mikroe.com/img/designs/beta/logo_small.png?raw=true" alt="MikroElektronika"/>
3+
</p>
4+
5+
---
6+
7+
**[BACK TO PREVIOUS FILE](../changelog.md)**
8+
9+
---
10+
11+
# 2024-10-21
12+
13+
## Changes
14+
15+
- [2024-10-21](#2024-10-21)
16+
- [Changes](#changes)
17+
- [NEW HARDWARE](#new-hardware)
18+
19+
### NEW HARDWARE
20+
21+
Support added for following hardware:
22+
23+
+ [Discovery kit with STM32F723IE MCU](https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-discovery-kits/32f723ediscovery.html)
24+
+ [Discovery kit with STM32F769NI MCU](https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-discovery-kits/32f769idiscovery.html)
25+
26+
---
27+
28+
**[BACK TO PREVIOUS FILE](../changelog.md)**
29+
30+
---
298 KB
Loading
193 KB
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"uid": "KIT_DISCOVERY_WITH_STM32F723IE_MCU",
3+
"name": "Discovery kit with STM32F723IE MCU",
4+
"icon": "images/boards/board-kit-discovery-with-stm32f723ie-mcu.png",
5+
"default_device": "",
6+
"soldered_device": "STM32F723IE",
7+
"category": "Starter boards",
8+
"mikrobus_count": 0,
9+
"sort_order": 7,
10+
"min_pin_count": 0,
11+
"display_socket": "NO_DISPLAY",
12+
"sdk_config": "{\"_MSDK_BOARD_NAME_\":\"KIT_DISCOVERY_WITH_STM32F723IE_MCU\"}",
13+
"necto_config": "",
14+
"display": "NO_DISPLAY",
15+
"package_uid": "176/LQFP"
16+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"board_uid": "KIT_DISCOVERY_WITH_STM32F723IE_MCU",
3+
"tables": [
4+
{
5+
"BoardToDevice": {
6+
"device_uid": "STM32F723IE"
7+
}
8+
},
9+
{
10+
"BoardToSocket": {
11+
"socket_uid": ["NONE"]
12+
}
13+
},
14+
{
15+
"SDKToBoard": {
16+
"sdk_uid": "2.11.2+"
17+
}
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)