-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio.ini
More file actions
69 lines (66 loc) · 1.97 KB
/
platformio.ini
File metadata and controls
69 lines (66 loc) · 1.97 KB
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
[platformio]
extra_configs = config/secrets.ini
default_envs = esp-wrover-kit
[env]
lib_deps =
bblanchon/[email protected]
knolleary/[email protected]
hoeken/[email protected]
td-er/SC16IS752@^1.0.2
electroniccats/MPU6050@^1.4.4
fastled/FastLED@^3.10.3
;prampec/IotWebConf@^3.2.1
;https://github.com/micro-ROS/micro_ros_platformio
build_flags =
-D CORE_DEBUG_LEVEL=2
-D DEBUG_ESP_PORT=Serial
-std=gnu++17
[env:native]
platform = native
build_flags =
-std=gnu++17
-D UNITY_INCLUDE_PRINT_FORMATTED
test_framework = unity
test_filter = test_lumpparser, test_dataset, test_mode, test_configuration, test_lua, test_btfragment, test_alg
build_src_filter =
-<*>
[env:esp-wrover-kit]
; Unit tests run on native only; ignore all test suites in the embedded env.
test_ignore = *
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
board = esp-wrover-kit
board_build.partitions = custom_4mb_noota.csv
board_build.filesystem = littlefs
framework = arduino, espidf
board_microros_transport = ethernet
test_framework = unity
upload_protocol = esptool
monitor_speed = 115200
;upload_speed = 460800
build_flags =
${env.build_flags}
-Wno-unused-variable
-Wno-unused-but-set-variable
-Wno-unused-function
-Wno-format-extra-args
-Wno-maybe-uninitialized
-Os
-D BOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
monitor_filters =
esp32_exception_decoder
extra_scripts =
pre:updatesdkconfig.py
pre:gitversion.py
pre:buildfrontend.py
pre:embedfiles.py
lib_deps =
${env.lib_deps}
; lib_ldf_mode = deep+
; lib_compat_mode = strict
build_type = release
board_build.embed_txtfiles =
managed_components/espressif__esp_insights/server_certs/https_server.crt
managed_components/espressif__esp_rainmaker/server_certs/rmaker_mqtt_server.crt
managed_components/espressif__esp_rainmaker/server_certs/rmaker_claim_service_server.crt
managed_components/espressif__esp_rainmaker/server_certs/rmaker_ota_server.crt