mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-06-16 07:06:51 +00:00
19 lines
550 B
INI
19 lines
550 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:WINDOWS]
|
|
platform = windows_x86
|
|
build_flags = -std=c++11 -Wall -O1
|
|
|
|
[env:teensy41]
|
|
platform = teensy
|
|
board = teensy41
|
|
framework = arduino
|
|
build_flags = -std=c++11 -Wall -O1 -TEENSY |