Skip to content

Commit

Permalink
Change Bluepill to force 128k variant. See #311
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Feb 18, 2020
1 parent 433de94 commit 11c3c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Expand Up @@ -76,7 +76,7 @@ upload_protocol = stlink
platform = ststm32
framework = arduino
; framework-arduinoststm32
board = bluepill_f103c8
board = bluepill_f103c8_128k
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 -DCORE_STM32_OFFICIAL -UBOARD_NR_GPIO_PINS
Expand Down

0 comments on commit 11c3c97

Please sign in to comment.