Skip to content

Commit 6b74703

Browse files
committed
variant(): add STEVAL-MKBOXPRO (SensorTile.box Pro)
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 2051307 commit 6b74703

File tree

5 files changed

+1189
-0
lines changed

5 files changed

+1189
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
176176
| Status | Device(s) | Name | Release | Notes |
177177
| :----: | :-------: | ---- | :-----: | :---- |
178178
| :green_heart: | STM32L4R9ZI | [STEVAL-MKSBOX1V1 (SensorTile.box)](https://www.st.com/en/evaluation-tools/steval-mksbox1v1.html) | *1.7.0* | |
179+
| :yellow_heart: | STM32U585AIIxQ | [STEVAL-MKBOXPRO (SensorTile.box Pro)](https://www.st.com/en/evaluation-tools/steval-mkboxpro.html) | **2.6.0** | |
179180

180181
### [STM32MP1 series coprocessor](https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/stm32-arm-cortex-mpus/stm32mp1-series.html) boards
181182

Diff for: boards.txt

+14
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,20 @@ Eval.menu.pnum.STEVAL_MKSBOX1V1.build.variant=STM32L4xx/L4R9Z(G-I)J_L4S9ZIJ
11261126
Eval.menu.pnum.STEVAL_MKSBOX1V1.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
11271127
Eval.menu.pnum.STEVAL_MKSBOX1V1.build.cmsis_lib_gcc=arm_cortexM4lf_math
11281128

1129+
# STEVAL_MKBOXPRO board
1130+
Eval.menu.pnum.STEVAL_MKBOXPRO=SensorTile.box Pro
1131+
Eval.menu.pnum.STEVAL_MKBOXPRO.upload.maximum_size=2097152
1132+
Eval.menu.pnum.STEVAL_MKBOXPRO.upload.maximum_data_size=262144
1133+
Eval.menu.pnum.STEVAL_MKBOXPRO.build.mcu=cortex-m33
1134+
Eval.menu.pnum.STEVAL_MKBOXPRO.build.fpu=-mfpu=fpv4-sp-d16
1135+
Eval.menu.pnum.STEVAL_MKBOXPRO.build.float-abi=-mfloat-abi=hard
1136+
Eval.menu.pnum.STEVAL_MKBOXPRO.build.board=STEVAL_MKBOXPRO
1137+
Eval.menu.pnum.STEVAL_MKBOXPRO.build.series=STM32U5xx
1138+
Eval.menu.pnum.STEVAL_MKBOXPRO.build.product_line=STM32U585xx
1139+
Eval.menu.pnum.STEVAL_MKBOXPRO.build.variant=STM32U5xx/U575A(G-I)IxQ_U585AIIxQ
1140+
Eval.menu.pnum.STEVAL_MKBOXPRO.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
1141+
Eval.menu.pnum.STEVAL_MKBOXPRO.build.cmsis_lib_gcc=arm_ARMv8MMLlfsp_math
1142+
11291143
# Upload menu
11301144
Eval.menu.upload_method.swdMethod=STM32CubeProgrammer (SWD)
11311145
Eval.menu.upload_method.swdMethod.upload.protocol=0

0 commit comments

Comments
 (0)