esp32_exception_decoder:Custom filter forEspressif 32which decodes crash exception esp8266_exception_decoder:Custom filter forEspressif 8266which decodes crash exception 当然也有第三方过滤器,你也可以自己指定。可以参考官方文档。 设置build_type为debug buid_type 支持 release test debug 将 buid_type 设置...
esp32_exception_decoder 解码esp32异常栈 多环境配置 配置不同的TFF_eSPI 以及其他过滤器的使用 多环境编译[env:xxx] 使得同一份代码用于编译不同硬件外设不同开发板或者其他配置差异的场景。 可以在build_flags中加入库的宏, sdk的宏用于菜单配置,和自定义的宏,控制自己的代码的编译。多环境配好build_flags等属...
[env:esp32-c3-devkitm-1];平台platform= espressif32@5.4.0;模块board= esp32-c3-devkitm-1;闪存芯片接口方式board_build.flash_mode= dio;框架framework= espidf;串口监视波特率monitor_speed=115200;串口监视过滤器 解码异常 颜色展示monitor_filters= direct, esp32_exception_decoder;内置调试器 重点是配置这...
;串口监视波特率monitor_speed=115200;串口监视过滤器 解码异常 颜色展示monitor_filters= direct, esp32_exception_decoder;内置调试器 重点是配置这个debug_tool= esp-builtin 配置好后按下F5就可以看到编译过程,编译完成自动进入调试模式 可以断点查看参数,调试控制台查看日志 ...
> Executing task in folder FIRST-ESP32C3: C:\Users\Almi Direct\.platformio\penv\Scripts\platformio.exe device monitor < --- Available filters and text transformations: colorize, debug, default, direct, esp32_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time --...
board_build.f_flash = 80000000L board_build.flash_mode = dio board_build.filesystem = littlefs extra_scripts = ./extra_script.py monitor_filters = esp32_exception_decoder build_flags = -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=1 -D CORE_DEBUG_LEVEL=1 深圳...
--- Available filters and text transformations: colorize, debug, default, direct, esp32_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time--- More details at https://bit.ly/pio-monitor-filters--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctr...
Make esp32_exception_decoder more generic (#1357) Apr 18, 2024 .gitignore Initial commit Oct 22, 2016 LICENSE Initial commit Oct 22, 2016 README.md Fix broken "platform" example Apr 26, 2023 platform.json Update IDF package to v5.4.1 ...
platform= espressif32framework= arduinomonitor_speed= 115200monitor_rts= 0monitor_dtr= 0monitor_filters= esp32_exception_decoder#Partition scheme for OTAboard_build.partitions= min_spiffs.csvbuild_flags= -Ofast#-Wall-DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE#LVGL settings#-DLV_CONF_PATH=${...
上传时有LOG显示 Building in debug mode,打开串口时显示esp32_exception_decoder 同时使用arduino和espidf框架 如果你建工程的时候没有填arduino的话,在platformio.ini里面添加arduino 然后在sdkconfig里面加上这个,是从这里面拷贝出来的,不然会报错 CONFIG_AUTOSTART_ARDUINO=y # CONFIG_WS2812_LED_ENABLE is not...