Skip to content

Commit 77f551d

Browse files
thernstigfpistm
authored andcommitted
feat: add variant NUCLEO-C071RB
Fixes #2537 Signed-off-by: thernstig <[email protected]>
1 parent 7a2786a commit 77f551d

File tree

5 files changed

+715
-0
lines changed

5 files changed

+715
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
125125
| Status | Device(s) | Name | Release | Notes |
126126
| :----: | :-------: | ---- | :-----: | :---- |
127127
| :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** | |
128129
| :green_heart: | STM32F030R8 | [Nucleo F030R8](http://www.st.com/en/evaluation-tools/nucleo-f030r8.html) | *0.2.0* | |
129130
| :green_heart: | STM32F070RB | [Nucleo F070RB](http://www.st.com/en/evaluation-tools/nucleo-f070rb.html) | *2.0.0* | |
130131
| :green_heart: | STM32F072RB | [Nucleo F072RB](http://www.st.com/en/evaluation-tools/nucleo-f072rb.html) | *1.9.0* | |

Diff for: boards.txt

+14
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,20 @@ Nucleo_64.menu.pnum.NUCLEO_C031C6.build.st_extra_flags=-D{build.product_line} {b
439439
Nucleo_64.menu.pnum.NUCLEO_C031C6.openocd.target=stm32c0x
440440
Nucleo_64.menu.pnum.NUCLEO_C031C6.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32C0xx/STM32C031.svd
441441

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+
442456
# NUCLEO_F030R8 board
443457
Nucleo_64.menu.pnum.NUCLEO_F030R8=Nucleo F030R8
444458
Nucleo_64.menu.pnum.NUCLEO_F030R8.node="NODE_F030R8,NUCLEO"

0 commit comments

Comments
 (0)