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

24 lines
584 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
2017-02-22 06:31:05 -08:00
; http://docs.platformio.org/page/projectconf.html
2016-05-27 08:48:20 -07:00
[env:disco_f407vg]
platform = ststm32
framework = libopencm3
board = disco_f407vg
[env:disco_l152rb]
platform = ststm32
framework = libopencm3
board = disco_l152rb
[env:disco_f303vc]
platform = ststm32
framework = libopencm3
board = disco_f303vc