Skip to content

Commit e2c4141

Browse files
committed
variant(u3): STDES-MB2095 (Naquada) support
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 6eacd37 commit e2c4141

File tree

5 files changed

+1089
-0
lines changed

5 files changed

+1089
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
206206
| :green_heart: | STM32H747XIHx | [STM32H747I-DISCO](https://www.st.com/en/evaluation-tools/stm32h747i-disco.html) | *2.7.0* | |
207207
| :green_heart: | STM32L4S5VI | [B-L4S5I-IOT01A](https://www.st.com/en/evaluation-tools/b-l4s5i-iot01a.html) | *2.0.0* | |
208208
| :green_heart: | STM32L562QEIxQ | [STM32L562E-DK](https://www.st.com/en/evaluation-tools/stm32l562e-dk.html) | *2.11.0* | |
209+
| :yellow_heart: | STM32U385VGIxQ | [STDES-MB2095](https://www.st.com/en/evaluation-tools/stdes-mb2095.html) | **2.12.0** | |
209210
| :green_heart: | STM32U585AIIxQ | [B-U585I-IOT02A](https://www.st.com/en/evaluation-tools/b-u585i-iot02a.html) | *2.1.0* | |
210211
| :green_heart: | STM32WB5MMG | [STM32WB5MM-DK](https://www.st.com/en/evaluation-tools/stm32wb5mm-dk.html) | *2.1.0* | |
211212

boards.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,6 +1386,22 @@ Disco.menu.pnum.B_L4S5I_IOT01A.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
13861386
Disco.menu.pnum.B_L4S5I_IOT01A.openocd.target=stm32l4x
13871387
Disco.menu.pnum.B_L4S5I_IOT01A.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32L4xx/STM32L4S5.svd
13881388

1389+
# STDES_MB2095 board
1390+
Disco.menu.pnum.STDES_MB2095=STDES-MB2095 (Naquada)
1391+
Disco.menu.pnum.STDES_MB2095.node="No_mass_storage_for_this_board_Use_STLink_upload_method"
1392+
Disco.menu.pnum.STDES_MB2095.upload.maximum_size=1048576
1393+
Disco.menu.pnum.STDES_MB2095.upload.maximum_data_size=262144
1394+
Disco.menu.pnum.STDES_MB2095.build.mcu=cortex-m33
1395+
Disco.menu.pnum.STDES_MB2095.build.fpu=-mfpu=fpv5-sp-d16
1396+
Disco.menu.pnum.STDES_MB2095.build.float-abi=-mfloat-abi=hard
1397+
Disco.menu.pnum.STDES_MB2095.build.board=STDES_MB2095
1398+
Disco.menu.pnum.STDES_MB2095.build.series=STM32U3xx
1399+
Disco.menu.pnum.STDES_MB2095.build.product_line=STM32U385xx
1400+
Disco.menu.pnum.STDES_MB2095.build.variant=STM32U3xx/U375V(E-G)IxQ_U385VGIxQ
1401+
Disco.menu.pnum.STDES_MB2095.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
1402+
Disco.menu.pnum.STDES_MB2095.openocd.target=stm32u3x
1403+
Disco.menu.pnum.STDES_MB2095.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32U3xx/STM32U385.svd
1404+
13891405
# B_U585I_IOT02A board
13901406
Disco.menu.pnum.B_U585I_IOT02A=B-U585I-IOT02A
13911407
Disco.menu.pnum.B_U585I_IOT02A.node="NOD_U585AI,DIS_U585AI"

0 commit comments

Comments
 (0)