-
Notifications
You must be signed in to change notification settings - Fork 1
/
platformio.ini
50 lines (47 loc) · 1.27 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
; 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:teensy41]
platform = teensy
#platform_packages = toolchain-gccarmnoneeabi
board = teensy41
framework = arduino
upload_protocol=teensy-cli
lib_deps =
lvgl
SPI
adafruit/Adafruit GFX Library@^1.11.3
#adafruit/Adafruit MP3
adafruit/Adafruit BusIO@^1.13.2
kurte/[email protected]+sha.f1bfb81825
adafruit/Adafruit ST7735 and ST7789 Library@^1.10.3
#ssilverman/QNEthernet@^0.18.0
#jgromes/RadioLib
build_type = debug
; See https://github.com/platformio/platform-teensy/issues/65
#build_unflags = -DUSB_SERIAL
build_flags = -DUSB_DUAL_SERIAL -std=gnu++14
-Iinclude/lvgl_components
-Isrc/theme
#debug_port = /dev/ttyACM0
debug_tool = custom
debug_load_mode = manual
debug_server =
debug_init_cmds =
target extended-remote $DEBUG_PORT
$INIT_BREAK
define pio_reset_run_target
interrupt
tbreak loop
continue
end
define pio_restart_target
echo Restart is undefined for now.
end
debug_init_break =