;PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html [env] platform = ststm32 framework = stm32cube build_flags = -D USE_FULL_LL_DRIVER #All these are Nucleo-64 boards [env:STM32L073] board = nucleo_l073rz build_flags = -D STM32L0 [env:STM32F030] board = nucleo_f030r8 build_flags = -D STM32F0 [env:STM32F103] board = nucleo_f103rb build_flags = -D STM32F1 [env:STM32F303] board = nucleo_f303re build_flags = -D STM32F3 [env:STM32F446] board = nucleo_f446re build_flags = -D STM32F4 [env:STM32G474] board = nucleo_g474re build_flags = -D STM32G4 # Framework stm32cube is not supported #[env:STM32G431] #board = nucleo_g431rb