📈 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
.
- Add a new built-in metric,
-
Zephyr:
- Update the QEMU sample app to use newly-released
Zephyr v4.0.0 🥳.
- Update the QEMU sample app to use newly-released
-
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.
- Added support for dual-core coredumps on ESP32 and ESP32-S3. This feature is