-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
23 lines (22 loc) · 827 Bytes
/
platformio.ini
File metadata and controls
23 lines (22 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
; 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:teensy40]
platform = teensy
board = teensy40
framework = arduino
monitor_speed = 115200
board_build.f_cpu = 80000000 ; 80Mhz seems fine, lower has problems, see https://forum.pjrc.com/threads/57444-How-to-change-clock-speed-on-Teensy-4-0
; board_build.f_cpu = 600000000
; upload_protocol = teensy-cli
lib_deps =
adafruit/Adafruit GFX Library@^1.11.3
adafruit/Adafruit SSD1306@^2.5.7
luni64/TeensyTimerTool@1.0.0
olikraus/U8glib@^1.19.1