Change Bluepill to force 128k variant. See #311
This commit is contained in:
parent
433de94f81
commit
11c3c97280
|
@ -76,7 +76,7 @@ upload_protocol = stlink
|
||||||
platform = ststm32
|
platform = ststm32
|
||||||
framework = arduino
|
framework = arduino
|
||||||
; framework-arduinoststm32
|
; framework-arduinoststm32
|
||||||
board = bluepill_f103c8
|
board = bluepill_f103c8_128k
|
||||||
lib_deps = EEPROM
|
lib_deps = EEPROM
|
||||||
;build_flags = -fpermissive -std=gnu++11 -Os -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,-Map,output.map
|
;build_flags = -fpermissive -std=gnu++11 -Os -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,-Map,output.map
|
||||||
build_flags = -fpermissive -std=gnu++11 -Os -DCORE_STM32_OFFICIAL -UBOARD_NR_GPIO_PINS
|
build_flags = -fpermissive -std=gnu++11 -Os -DCORE_STM32_OFFICIAL -UBOARD_NR_GPIO_PINS
|
||||||
|
|
Loading…
Reference in New Issue