Skip to content

1.18.0

Latest
Compare
Choose a tag to compare
@memfault-bot memfault-bot released this 25 Nov 22:03

📈 Added

  • General:

    • Add a new built-in metric, uptime_s, which reports the total uptime of the
      device in seconds. This metrics is enabled by default, and can be disabled
      with #define MEMFAULT_METRICS_UPTIME_ENABLE 0 in
      memfault_platform_config.h.
  • Zephyr:

  • ESP-IDF:

    • Added support for dual-core coredumps on ESP32 and ESP32-S3. This feature is
      enabled by default and can be disabled with the Kconfig option
      CONFIG_MEMFAULT_COREDUMP_CPU_COUNT=1. Note: not all fault conditions will
      cause both CPU cores to be captured in the coredump. The SDK will always
      capture the core that triggered the fault, and if the non-faulting core is
      available for capture, it will be included as well.