platform-ststm32/examples/cmsis-blink/platformio.ini

23 lines
573 B
INI
Raw Normal View History

2016-08-09 07:08:12 -07:00
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter, extra scripting
; Upload options: custom port, speed and extra flags
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/en/stable/projectconf.html
2016-05-27 08:48:20 -07:00
[env:disco_f407vg]
platform = ststm32
framework = cmsis
board = disco_f407vg
[env:disco_l152rb]
platform = ststm32
framework = cmsis
board = disco_l152rb
[env:disco_f303vc]
platform = ststm32
framework = cmsis
board = disco_f303vc