Add platform.io build settings
This commit is contained in:
parent
5e52f700af
commit
551084b65a
1 changed files with 16 additions and 0 deletions
16
NuEVI/platformio.ini
Normal file
16
NuEVI/platformio.ini
Normal file
|
@ -0,0 +1,16 @@
|
|||
; 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:teensy31]
|
||||
platform = teensy
|
||||
board = teensy31
|
||||
framework = arduino
|
||||
build_flags = -D USB_MIDI -D TEENSY_OPT_FASTER
|
||||
board_build.f_cpu = 96000000L
|
Loading…
Add table
Add a link
Reference in a new issue