-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini.rs485
54 lines (52 loc) · 1.72 KB
/
platformio.ini.rs485
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
; 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]
extends = espressif32_base
platform = espressif32
board = esp32dev
board_build.partitions = medspiffs.csv
framework = arduino, espidf
lib_ldf_mode = deep
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
build_type = debug
build_flags =
-DCONFIG_ESP32_PANIC_PRINT_REBOOT
-DCONFIG_ESP32_PANIC_PRINT_STACK_TRACE
-DCONFIG_ESP32_PANIC_GDBSTUB_ENABLED
-Wl,--wrap=esp_panic_handler
-DCORE_DEBUG_LEVEL=5
-DCONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH=y
-DCONFIG_ESP32_CORE_DUMP_MAX_TASKS_NUM=64
-DCONFIG_ESP32_CORE_DUMP_STACK_SIZE=1024
-DCONFIG_FREERTOS_HZ=1000
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1
-D LED_BUILTIN=2
-D RS485CAN
-D CMPS14
lib_deps =
mairas/ReactESP@^2.0.0
ttlappalainen/[email protected]
ttlappalainen/[email protected]
ttlappalainen/[email protected]
adafruit/Adafruit [email protected]
adafruit/Adafruit [email protected]
pfeerick/[email protected]
https://github.com/wjquigs11/movingAvg
arduino-libraries/[email protected]
https://github.com/khoih-prog/ESPAsync_WiFiManager
https://github.com/khoih-prog/ESP_DoubleResetDetector
https://github.com/khoih-prog/ESPAsyncDNSServer
adafruit/Adafruit Adafruit_BNO08x [email protected]
https://github.com/mathieucarbou/AsyncTCP#v3.1.4
https://github.com/mathieucarbou/ESPAsyncWebServer#v3.0.6
ayushsharma82/WebSerial@^2.0.6
https://github.com/Seeed-Studio/Seeed_Arduino_CAN