Skip to content

Commit 15d59a3

Browse files
authored
variants(C0): add STM32C0116-DK support (#2049)
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 64b5e90 commit 15d59a3

File tree

6 files changed

+779
-16
lines changed

6 files changed

+779
-16
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
156156

157157
| Status | Device(s) | Name | Release | Notes |
158158
| :----: | :-------: | ---- | :-----: | :---- |
159+
| :yellow_heart: | STM32C011F6 | [STM32C0116-DK](https://www.st.com/en/evaluation-tools/stm32c0116-dk.html) | **2.6.0** | |
159160
| :green_heart: | STM32C031C6 | [STM32C0316-DK](https://www.st.com/en/evaluation-tools/stm32c0316-dk.html) | *2.5.0* | |
160161
| :green_heart: | STM32F030R8 | [32F0308DISCOVERY](http://www.st.com/en/evaluation-tools/32f0308discovery.html) | *1.3.0* | |
161162
| :green_heart: | STM32F072RB | [32F072BDISCOVERY](https://www.st.com/en/evaluation-tools/32f072bdiscovery.html) | *1.5.0* | |

boards.txt

+13
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,19 @@ Disco.menu.pnum.B_U585I_IOT02A.build.variant=STM32U5xx/U575A(G-I)IxQ_U585AIIxQ
929929
Disco.menu.pnum.B_U585I_IOT02A.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
930930
Disco.menu.pnum.B_U585I_IOT02A.build.cmsis_lib_gcc=arm_ARMv8MMLlfsp_math
931931

932+
# STM32C0316-DK board
933+
Disco.menu.pnum.STM32C0116_DK=STM32C0116-DK
934+
Disco.menu.pnum.STM32C0116_DK.node="No_mass_storage_for_this_board_Use_STLink_upload_method"
935+
Disco.menu.pnum.STM32C0116_DK.upload.maximum_size=32768
936+
Disco.menu.pnum.STM32C0116_DK.upload.maximum_data_size=6144
937+
Disco.menu.pnum.STM32C0116_DK.build.mcu=cortex-m0plus
938+
Disco.menu.pnum.STM32C0116_DK.build.board=STM32C0116_DK
939+
Disco.menu.pnum.STM32C0116_DK.build.series=STM32C0xx
940+
Disco.menu.pnum.STM32C0116_DK.build.product_line=STM32C011xx
941+
Disco.menu.pnum.STM32C0116_DK.build.variant=STM32C0xx/C011D6Y_C011F(4-6)(P-U)_C031F(4-6)P
942+
Disco.menu.pnum.STM32C0116_DK.build.cmsis_lib_gcc=arm_cortexM0l_math
943+
Disco.menu.pnum.STM32C0116_DK.build.st_extra_flags=-D{build.product_line} {build.xSerial} -D__CORTEX_SC=0
944+
932945
# STM32C0316-DK board
933946
Disco.menu.pnum.STM32C0316_DK=STM32C0316-DK
934947
Disco.menu.pnum.STM32C0316_DK.node="No_mass_storage_for_this_board_Use_STLink_upload_method"

0 commit comments

Comments
 (0)