16 lines
552 B
INI
16 lines
552 B
INI
; 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:nucleo_g474re]
|
|
platform = ststm32
|
|
board = nucleo_g474re
|
|
framework = stm32cube
|
|
lib_deps = ./lib/YMF262
|
|
build_flags = -DUSE_HAL_DRIVER -DSTM32G474xx -I${PROJECT_DIR}/lib/YMF262/include |