chore(stm32): set the RTC lib the PlatformIO lib package (#661)

Signed-off-by: wilmardo <info@wilmardenouden.nl>
This commit is contained in:
Wilmar den Ouden 2021-09-18 01:10:29 +02:00 committed by GitHub
parent 1b5e351b45
commit 0024c66b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,7 @@ platform = ststm32
framework = arduino
;board = genericSTM32F407VET6
board = black_f407ve
lib_deps = https://github.com/stm32duino/STM32RTC#1.1.0
lib_deps = stm32duino/STM32duino RTC
board_build.core = stm32
build_flags = -std=gnu++11 -UBOARD_MAX_IO_PINS -DENABLE_HWSERIAL2 -DENABLE_HWSERIAL3 -DUSBCON -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC
upload_protocol = dfu
@ -74,7 +74,7 @@ monitor_speed = 115200
platform = ststm32
framework = arduino
board = blackpill_f401cc
lib_deps = https://github.com/stm32duino/STM32RTC#1.1.0
lib_deps = stm32duino/STM32duino RTC
board_build.core = stm32
build_flags = -std=gnu++11 -UBOARD_MAX_IO_PINS -DUSBCON -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_DAC_MODULE_DISABLED -DHAL_ETH_MODULE_DISABLED -DHAL_SD_MODULE_DISABLED -DHAL_QSPI_MODULE_DISABLED
upload_protocol = dfu
@ -86,7 +86,7 @@ monitor_speed = 115200
platform = ststm32
framework = arduino
board = blackpill_f411ce
lib_deps = https://github.com/stm32duino/STM32RTC#1.1.0
lib_deps = stm32duino/STM32duino RTC
board_build.core = stm32
build_flags = -O3 -std=gnu++11 -UBOARD_MAX_IO_PINS
upload_protocol = dfu
@ -98,7 +98,7 @@ monitor_speed = 115200
platform = ststm32
framework = arduino
board = blackpill_f411ce
lib_deps = https://github.com/stm32duino/STM32RTC#1.1.0
lib_deps = stm32duino/STM32duino RTC
board_build.core = stm32
build_flags = -O3 -std=gnu++11 -UBOARD_MAX_IO_PINS -DUSBCON -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC
upload_protocol = dfu
@ -110,7 +110,7 @@ platform = ststm32
framework = arduino
; framework-arduinoststm32
board = bluepill_f103c8_128k
lib_deps = EEPROM, https://github.com/stm32duino/STM32RTC#1.1.0
lib_deps = EEPROM, stm32duino/STM32duino RTC
;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_MAX_IO_PINS