-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathplatformio.ini
More file actions
20 lines (19 loc) · 765 Bytes
/
Copy pathplatformio.ini
File metadata and controls
20 lines (19 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
; 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:teensymm]
platform_packages =
framework-arduinoteensy@https://github.com/ssilverman/teensy_betas.git#teensy_1.60/framework-arduinoteensy
tool-teensy@https://github.com/ssilverman/teensy_betas.git#teensy_1.60/tool-teensy/linux64
;platform = teensy@^5.0
platform = teensy
board = teensymm
framework = arduino
lib_extra_dirs = ~/Arduino/libraries
build_flags = -DUSB_DUAL_SERIAL -Wno-psabi