ELEC60013-ES-CW2/platformio.ini

19 lines
545 B
INI
Raw Normal View History

2022-03-09 12:06:26 +00:00
; 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_l432kc]
platform = ststm32
board = nucleo_l432kc
framework = arduino
monitor_speed = 115200
2022-03-23 14:43:09 +00:00
lib_deps =
2022-03-09 12:06:26 +00:00
olikraus/U8g2@^2.32.10
2022-03-23 14:43:09 +00:00
stm32duino/STM32duino FreeRTOS@^10.3.1