-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio_copy2.ini
139 lines (126 loc) · 3.38 KB
/
platformio_copy2.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
; 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:esp32dev]
;platform = espressif32
;board = esp32dev
;board = az-delivery-devkit-v4
;framework = arduino
;monitor_speed = 115200
;platform_packages = framework-arduinoespressif32
;build_flags =
; -I include
; -fpermissive
; -DUSE_SPIFFS
; -DconfigUSE_TRACE_FACILITY=1
; -DconfigUSE_STATS_FORMATTING_FUNCTIONS=1
;lib_extra_dirs = ~/Documents/Arduino/libraries
;lib_deps =
; SPIFFS
; frankboesing/FastCRC@^1.41
; br3ttb/PID@^1.2.1
; budryerson/TFMPlus@^1.5.0
; me-no-dev/AsyncTCP@^1.1.1
; mathieucarbou/ESPAsyncWebServer@^3.3.12
; bblanchon/ArduinoJson@^7.2.0
; bolderflight/Bolder Flight Systems SBUS@^8.1.4
; adafruit/Adafruit MPU6050@^2.2.6
;board_build.filesystem = spiffs
[env:esp32_release]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
build_flags =
-I include
-fpermissive
-DUSE_SPIFFS
-DconfigUSE_TRACE_FACILITY=1
-DconfigUSE_STATS_FORMATTING_FUNCTIONS=1
lib_extra_dirs = ~/Documents/Arduino/libraries
lib_deps =
SPIFFS
frankboesing/FastCRC@^1.41
br3ttb/PID@^1.2.1
budryerson/TFMPlus@^1.5.0
me-no-dev/AsyncTCP@^1.1.1
mathieucarbou/ESPAsyncWebServer@^3.3.12
bblanchon/ArduinoJson@^7.2.0
bolderflight/Bolder Flight Systems SBUS@^8.1.4
adafruit/Adafruit MPU6050@^2.2.6
board_build.filesystem = spiffs
[env:unity]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
build_flags =
-I include
-fpermissive
-DUSE_SPIFFS
-DconfigUSE_TRACE_FACILITY=1
-DconfigUSE_STATS_FORMATTING_FUNCTIONS=1
lib_extra_dirs = ~/Documents/Arduino/libraries
lib_deps =
SPIFFS
frankboesing/FastCRC@^1.41
br3ttb/PID@^1.2.1
budryerson/TFMPlus@^1.5.0
me-no-dev/AsyncTCP@^1.1.1
mathieucarbou/ESPAsyncWebServer@^3.3.12
bblanchon/ArduinoJson@^7.2.0
bolderflight/Bolder Flight Systems SBUS@^8.1.4
adafruit/Adafruit MPU6050@^2.2.6
board_build.filesystem = spiffs
[env:debug]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
platform_packages = tool-openocd-esp32 @ ~2.1200.0
debug_tool = esp-prog
upload_protocol = esp-prog
;upload_port = /dev/cu.usbserial-101
;debug_init_break = tbreak mixerTask
debug_init_break = tbreak blinkTask
debug_speed = 20000
build_type = debug
build_unflags = -O1 -O2 -O3 -Os -s -Wl,-S
debug_build_flags =
-O0
-g3
-ggdb
-DDEBUG
-DCORE_DEBUG_LEVEL=5
; -DARDUINO_RUNNING_CORE=0
-DDEBUG_FREERTOS
-fno-inline
-fno-omit-frame-pointer
-gdwarf-2
debug_extra_cmds =
source /Users/bernhardklein/esp/esp-idf/gdbinit
set substitute-path /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf /Users/bernhardklein/esp/esp-idf
build_flags =
-I include
-fpermissive
-DUSE_SPIFFS
-DconfigUSE_TRACE_FACILITY=1
-DconfigUSE_STATS_FORMATTING_FUNCTIONS=1
lib_extra_dirs = ~/Documents/Arduino/libraries
lib_deps =
SPIFFS
frankboesing/FastCRC@^1.41
br3ttb/PID@^1.2.1
budryerson/TFMPlus@^1.5.0
me-no-dev/AsyncTCP@^1.1.1
mathieucarbou/ESPAsyncWebServer@^3.3.12
bblanchon/ArduinoJson@^7.2.0
bolderflight/Bolder Flight Systems SBUS@^8.1.4
adafruit/Adafruit MPU6050@^2.2.6
board_build.filesystem = spiffs