Skip to content

Commit 66b01b0

Browse files
owennewofpistm
andauthored
Adding STORM32_V1_31_RC variant (#1375)
Co-authored-by: Frederic Pillon <[email protected]>
1 parent acc62cf commit 66b01b0

File tree

6 files changed

+665
-0
lines changed

6 files changed

+665
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
432432
| Status | Device(s) | Name | Release | Notes |
433433
| :----: | :-------: | ---- | :-----: | :---- |
434434
| :green_heart: | STM32F051K6U | [Wraith V1 ESC](https://www.readytoflyquads.com/35a-wraith32-v11-32bit-blheli-esc) | *1.8.0* | |
435+
| :yellow_heart: | STM32F103RCT | [STorM32 V1.31 RC](http://www.olliw.eu/storm32bgc-wiki/STorM32_Boards#STorM32-BGC_v1.3) | **2.1.0** | |
435436

436437
### Generic flight controllers
437438

Diff for: boards.txt

+23
Original file line numberDiff line numberDiff line change
@@ -4931,6 +4931,18 @@ ESC_board.menu.pnum.WRAITH32_V1.build.variant=STM32F0xx/F051K(6-8)U
49314931
ESC_board.menu.pnum.WRAITH32_V1.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
49324932
ESC_board.menu.pnum.WRAITH32_V1.build.cmsis_lib_gcc=arm_cortexM0l_math
49334933

4934+
# STORM32_V1_RC board
4935+
ESC_board.menu.pnum.STORM32_V1_31_RC=STorM32 BGC v1.31 RC
4936+
ESC_board.menu.pnum.STORM32_V1_31_RC.upload.maximum_size=262144
4937+
ESC_board.menu.pnum.STORM32_V1_31_RC.upload.maximum_data_size=49152
4938+
ESC_board.menu.pnum.STORM32_V1_31_RC.build.mcu=cortex-m3
4939+
ESC_board.menu.pnum.STORM32_V1_31_RC.build.board=STORM32_V1_31_RC
4940+
ESC_board.menu.pnum.STORM32_V1_31_RC.build.series=STM32F1xx
4941+
ESC_board.menu.pnum.STORM32_V1_31_RC.build.product_line=STM32F103xE
4942+
ESC_board.menu.pnum.STORM32_V1_31_RC.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
4943+
ESC_board.menu.pnum.STORM32_V1_31_RC.build.cmsis_lib_gcc=arm_cortexM3l_math
4944+
ESC_board.menu.pnum.STORM32_V1_31_RC.build.variant=STM32F1xx/F103R(C-D-E)T
4945+
49344946
# Upload menu
49354947
ESC_board.menu.upload_method.swdMethod=STM32CubeProgrammer (SWD)
49364948
ESC_board.menu.upload_method.swdMethod.upload.protocol=0
@@ -5857,6 +5869,17 @@ Midatronics.menu.xusb.HS.build.usb_speed=-DUSE_USB_HS
58575869
Midatronics.menu.xusb.HSFS=High Speed in Full Speed mode
58585870
Midatronics.menu.xusb.HSFS.build.usb_speed=-DUSE_USB_HS -DUSE_USB_HS_IN_FS
58595871

5872+
ESC_board.menu.usb.none=None
5873+
ESC_board.menu.usb.CDCgen=CDC (generic 'Serial' supersede U(S)ART)
5874+
ESC_board.menu.usb.CDCgen.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC
5875+
ESC_board.menu.usb.CDC=CDC (no generic 'Serial')
5876+
ESC_board.menu.usb.CDC.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC -DDISABLE_GENERIC_SERIALUSB
5877+
ESC_board.menu.xusb.FS=Low/Full Speed
5878+
ESC_board.menu.xusb.HS=High Speed
5879+
ESC_board.menu.xusb.HS.build.usb_speed=-DUSE_USB_HS
5880+
ESC_board.menu.xusb.HSFS=High Speed in Full Speed mode
5881+
ESC_board.menu.xusb.HSFS.build.usb_speed=-DUSE_USB_HS -DUSE_USB_HS_IN_FS
5882+
58605883
# Optimizations
58615884
Nucleo_144.menu.opt.osstd=Smallest (-Os default)
58625885
Nucleo_144.menu.opt.oslto=Smallest (-Os) with LTO

0 commit comments

Comments
 (0)