File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -527,6 +527,15 @@ GenF1.build.series=STM32F1xx
527527GenF1.build.cmsis_lib_gcc=arm_cortexM3l_math
528528GenF1.build.extra_flags=-D{build.product_line} {build.enable_usb} {build.xSerial}
529529
530+ +# BLUEPILL_F103C6 board
531+ +# Support: Serial2 (USART2 on PA3, PA2) and Serial3 (USART3 on PB11, PB10)
532+ +GenF1.menu.pnum.BLUEPILL_F103C6=BluePill F103C6 (32K)
533+ +GenF1.menu.pnum.BLUEPILL_F103C6.upload.maximum_size=32768
534+ +GenF1.menu.pnum.BLUEPILL_F103C6.upload.maximum_data_size=10240
535+ +GenF1.menu.pnum.BLUEPILL_F103C6.build.board=BLUEPILL_F103C8
536+ +GenF1.menu.pnum.BLUEPILL_F103C6.build.product_line=STM32F103xB
537+ +GenF1.menu.pnum.BLUEPILL_F103C6.build.variant=BLUEPILL_F103C8
538+
530539# BLUEPILL_F103C8 board
531540# Support: Serial2 (USART2 on PA3, PA2) and Serial3 (USART3 on PB11, PB10)
532541GenF1.menu.pnum.BLUEPILL_F103C8=BluePill F103C8
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
6060/* Specify the memory areas */
6161MEMORY
6262{
63- RAM (xrw) : ORIGIN = 0x20000000 , LENGTH = 20K
63+ RAM (xrw) : ORIGIN = 0x20000000 , LENGTH = LD_MAX_DATA_SIZE
6464FLASH (rx) : ORIGIN = 0x8000000 , LENGTH = LD_MAX_SIZE
6565}
6666
You can’t perform that action at this time.
0 commit comments