|
| 1 | +### Changes between Memfault SDK 0.25.0 and SDK 0.24.2 - August 30, 2021 |
| 2 | + |
| 3 | +#### :chart_with_upwards_trend: Improvements |
| 4 | + |
| 5 | +- Added a workaround to |
| 6 | + [`event_storage.h`](components/include/memfault/core/event_storage.h) |
| 7 | + to prevent compilation errors when using |
| 8 | + [the unity test framework](http://www.throwtheswitch.org/unity) to generate |
| 9 | + mocks. |
| 10 | +- Updated [`makefiles/MemfaultWorker.mk`](makefiles/MemfaultWorker.mk) to use |
| 11 | + `sort` to guarantee a deterministic file list order irrespestive of |
| 12 | + [make version](https://savannah.gnu.org/bugs/index.php?52076). A consistent |
| 13 | + order is useful for |
| 14 | + [reproducible builds](https://mflt.io/reproducible-builds). |
| 15 | +- Make use of `__has_include()` in Zephy port to remove the requirement of |
| 16 | + always needing to create`memfault_platform_config.h`, |
| 17 | + `memfault_metrics_heartbeat_config.def`, & |
| 18 | + `memfault_trace_reason_user_config.def` for a build to compile. To force a |
| 19 | + compile failure instead when any of these files do not exist, a user can set |
| 20 | + [`CONFIG_MEMFAULT_USER_CONFIG_SILENT_FAIL=n`](ports/zephyr/Kconfig) |
| 21 | + |
| 22 | +#### :house: Internal |
| 23 | + |
| 24 | +- The current version of the Memfault Firmware SDK can now be accessed |
| 25 | + programmatically from the |
| 26 | + [`memfault/version.h`](components/include/memfault/version.h). |
| 27 | +- Improved HTTP util parser when dealing with malformed status codes |
| 28 | +- Updated |
| 29 | + [nRF91 sample test app](examples/nrf-connect-sdk/nrf9160/memfault_demo_app) to |
| 30 | + be compatible with nRF Connect SDK 1.6 |
| 31 | + |
1 | 32 | ### Changes between Memfault SDK 0.24.2 and SDK 0.24.1 - August 17, 2021 |
2 | 33 |
|
3 | 34 | #### :chart_with_upwards_trend: Improvements |
|
0 commit comments