File tree 5 files changed +720
-0
lines changed
variants/STM32C0xx/C071R(8-B)T
5 files changed +720
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
125
125
| Status | Device(s) | Name | Release | Notes |
126
126
| :----: | :-------: | ---- | :-----: | :---- |
127
127
| :green_heart : | STM32C031C6 | [ Nucleo C031C6] ( https://www.st.com/en/evaluation-tools/nucleo-c031c6.html ) | * 2.5.0* | |
128
+ | :yellow_heart : | STM32C071RB | [ Nucleo C071RB] ( https://www.st.com/en/evaluation-tools/nucleo-c071rb.html ) | ** 2.9.0** | |
128
129
| :green_heart : | STM32F030R8 | [ Nucleo F030R8] ( http://www.st.com/en/evaluation-tools/nucleo-f030r8.html ) | * 0.2.0* | |
129
130
| :green_heart : | STM32F070RB | [ Nucleo F070RB] ( http://www.st.com/en/evaluation-tools/nucleo-f070rb.html ) | * 2.0.0* | |
130
131
| :green_heart : | STM32F072RB | [ Nucleo F072RB] ( http://www.st.com/en/evaluation-tools/nucleo-f072rb.html ) | * 1.9.0* | |
Original file line number Diff line number Diff line change @@ -439,6 +439,20 @@ Nucleo_64.menu.pnum.NUCLEO_C031C6.build.st_extra_flags=-D{build.product_line} {b
439
439
Nucleo_64.menu.pnum.NUCLEO_C031C6.openocd.target=stm32c0x
440
440
Nucleo_64.menu.pnum.NUCLEO_C031C6.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32C0xx/STM32C031.svd
441
441
442
+ # NUCLEO_C071RB board
443
+ Nucleo_64.menu.pnum.NUCLEO_C071RB=Nucleo C071RB
444
+ Nucleo_64.menu.pnum.NUCLEO_C071RB.node="NOD_C071RB"
445
+ Nucleo_64.menu.pnum.NUCLEO_C071RB.upload.maximum_size=131072
446
+ Nucleo_64.menu.pnum.NUCLEO_C071RB.upload.maximum_data_size=24576
447
+ Nucleo_64.menu.pnum.NUCLEO_C071RB.build.mcu=cortex-m0plus
448
+ Nucleo_64.menu.pnum.NUCLEO_C071RB.build.board=NUCLEO_C071RB
449
+ Nucleo_64.menu.pnum.NUCLEO_C071RB.build.series=STM32C0xx
450
+ Nucleo_64.menu.pnum.NUCLEO_C071RB.build.product_line=STM32C071xx
451
+ Nucleo_64.menu.pnum.NUCLEO_C071RB.build.variant=STM32C0xx/C071R(8-B)T
452
+ Nucleo_64.menu.pnum.NUCLEO_C071RB.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
453
+ Nucleo_64.menu.pnum.NUCLEO_C071RB.build.st_extra_flags=-D{build.product_line} {build.enable_usb} {build.xSerial} -D__CORTEX_SC=0
454
+ Nucleo_64.menu.pnum.NUCLEO_C071RB.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32C0xx/STM32C071.svd
455
+
442
456
# NUCLEO_F030R8 board
443
457
Nucleo_64.menu.pnum.NUCLEO_F030R8=Nucleo F030R8
444
458
Nucleo_64.menu.pnum.NUCLEO_F030R8.node="NODE_F030R8,NUCLEO"
You can’t perform that action at this time.
0 commit comments