-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplatformio.ini
76 lines (65 loc) · 1.78 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
64
65
66
67
68
69
70
71
72
73
74
75
76
[platformio]
extra_configs = config.ini
[env:ESPels]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
lib_deps =
gin66/FastAccelStepper@^0.28.3
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0
thomasfredericks/Bounce2@^2.55
bricofoy/YASM@^1.0.4
https://github.com/me-no-dev/ESPAsyncWebServer.git
bblanchon/ArduinoJson@^6.19.4
bblanchon/StreamUtils@^1.6.3
madhephaestus/ESP32Encoder@~0.10.1
monitor_filters = esp32_exception_decoder
build_flags = -DCORE_DEBUG_LEVEL=3 -DLOG_LOCAL_LEVEL=ESP_LOG_DEBUG -Wall -Wextra -Wunused
check_tool = cppcheck
check_flags = -v
check_skip_packages = yes
[env:ota_debug]
extends = env:ESPels
build_flags =
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
-D LOG_LEVEL=LOG_LEVEL_VERBOSE
build_type = debug
[env:ESPelsOTA]
extends = env:ESPels
upload_protocol = espota
upload_port = ${env:ota.upload_port}
[env:cppchecker]
platform = espressif32
board = esp32dev
framework = arduino
extends = env:ESPels
check_skip_packages = yes
check_flags =
cppcheck: --language=c++ --suppress=*:*pio\* --suppress=*:*neotimer\*
check_patterns=
./src
[env:ctd]
platform = espressif32
board = esp32dev
framework = arduino
extends = env:ESPels
check_tool = clangtidy
check_skip_packages = yes
check_patterns =
src
[env:ESPelsTest]
platform = native
check_flags = --verbose --enable=all --std=c++11
extra_scripts =
nativeStatic.py
lib_deps =
ArduinoFake
gin66/FastAccelStepper@^0.28.3
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0
thomasfredericks/Bounce2@^2.55
bricofoy/YASM@^1.0.4
https://github.com/me-no-dev/ESPAsyncWebServer.git
bblanchon/ArduinoJson@^6.19.4
bblanchon/StreamUtils@^1.6.3
debug_test = test_stepper