forked from eh2k/squares-and-circles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
24 lines (22 loc) · 837 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
; 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
; http://docs.platformio.org/page/projectconf.html
[env:OC_teensy40]
platform = [email protected] ; https://github.com/platformio/platform-teensy/releases
framework = arduino
board = teensy40
build_flags = -DUSB_SERIAL -D_GLIBCXX_USE_C99 -D TEENSY_OPT_SMALLEST_CODE
board_build.f_cpu = 600000000L
lib_deps =
https://github.com/eh2k/squares-and-circles/releases/download/0.0.0/machine_T40_413_06e549e.zip
; [env:teensy31]
; platform = teensy
; framework = arduino
; board = teensy31
; build_flags = -DUSB_SERIAL -DTEST
; board_build.f_cpu = 120000000L