-
Notifications
You must be signed in to change notification settings - Fork 1
/
platformio.ini
52 lines (45 loc) · 1.48 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
; 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]
;platform = https://github.com/pioarduino/platform-espressif32.git#poc_idf_installer
;platform = https://github.com/pioarduino/platform-espressif32.git#develop
platform = https://github.com/Jason2866/platform-espressif32.git#tune_idf_install
framework = arduino, espidf
monitor_speed = 115200
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
check_skip_packages = yes
lib_ignore =
BLE
BluetoothSerial
SimpleBLE
WiFiProv
ArduinoOTA
[env:esp32]
board = esp32dev
build_type = debug
[env:esp32-s3]
board = esp32-s3-devkitc-1
[env:esp32-c2]
board = esp32-c2-devkitm-1
board_build.embed_txtfiles =
check_tool = cppcheck
[env:esp32-c3]
board = esp32-c3-devkitm-1
check_tool = cppcheck
[env:esp32-c6]
board = esp32-c6-devkitm-1
check_tool = cppcheck
[env:esp32-h2]
board = esp32-h2-devkitm-1
check_tool = cppcheck