forked from QuantumLeaps/qpcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
63 lines (56 loc) · 1.45 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
51
52
53
54
55
56
57
58
59
60
61
62
63
; 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
[platformio]
include_dir = ./include/
src_dir = ./
; lib_dir = ./ports/arm-cm/
[env]
lib_ldf_mode = chain+
platform = teensy
framework = arduino
; dynamically build source-filter depending on whether Q_SPY is defined or not.
extra_scripts = pre:generate_src_filter.py
[env:testBlinky]
build_flags =
-D Q_SPY
-D Q_UTEST
-D USB_DUAL_SERIAL
board = teensy41
test_filter = test_Blinky_T4
build_type = debug
targets = test
test_framework = custom
test_build_src = true
monitor_port = COM14
test_port = COM14
upload_protocol = teensy-cli
; debug_test = test_Blinky_T4
; lib_deps =
; https://github.com/ftrias/TeensyDebug/archive/refs/heads/master.zip
;build_unflags = -DUSB_SERIAL
; build_flags =
; -D USB_DUAL_SERIAL
; monitor_filters = time, colorize
; debug_port = \\.\COM15
; 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 =