|
| 1 | +### Changes between Memfault SDK 0.31.4 and SDK 0.31.3 - July 19, 2022 |
| 2 | + |
| 3 | +#### :chart_with_upwards_trend: Improvements |
| 4 | + |
| 5 | +- ESP32 port: add new Kconfig option, `CONFIG_MEMFAULT_AUTOMATIC_INIT`, that can |
| 6 | + be explicitly set to `n` to skip automatically initializing the Memfault SDK |
| 7 | + on boot. This can be useful if Memfault SDK initialization needs to be |
| 8 | + deferred to application start. |
| 9 | + |
| 10 | +- Zephyr port: add Kconfig options, |
| 11 | + `CONFIG_MEMFAULT_INIT_PRIORITY`/`CONFIG_MEMFAULT_INIT_LEVEL_POST_KERNEL` for |
| 12 | + controlling the Memfault SDK initialization level and priority. This can be |
| 13 | + useful when needing Memfault to initialize earlier in the system startup |
| 14 | + sequence, for example for diagnosing crashes in an early driver |
| 15 | + initialization. |
| 16 | + |
| 17 | +- Partial support, still in progress, for NRF Connect SDK + Zephyr v3.1: |
| 18 | + - Remove reference to the now-removed Kconfig symbol, |
| 19 | + `NET_SOCKETS_OFFLOAD_TLS` to enable building without warnings. **NOTE:** if |
| 20 | + mbedtls is enabled (`CONFIG_MBEDTLS=y`), but is _not_ being used for HTTP |
| 21 | + transfers (eg, mbedtls is used for security functions, but the device does |
| 22 | + not use HTTP for transferring data), it may be necessary to explicitly set |
| 23 | + `CONFIG_MEMFAULT_HTTP_USES_MBEDTLS=n`. |
| 24 | + |
| 25 | +#### :house: Internal |
| 26 | + |
| 27 | +- Zephyr port: remove an unused header file, |
| 28 | + `ports/zephyr/common/memfault_zephyr_http.h` |
| 29 | + |
| 30 | +- Remove `memfault_demo_cli_cmd_print_chunk()` demo function. |
| 31 | + `memfault_data_export_dump_chunks()` can be used instead, which is intended to |
| 32 | + be used with the "Chunks Debug" UI in the Memfault web application- see |
| 33 | + [here](https://mflt.io/chunk-data-export) for more details |
| 34 | + |
1 | 35 | ### Changes between Memfault SDK 0.31.3 and SDK 0.31.2 - July 8, 2022 |
2 | 36 |
|
3 | 37 | #### :chart_with_upwards_trend: Improvements |
|
0 commit comments