You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+30-3Lines changed: 30 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
### Changes between Memfault SDK 1.2.0 and 1.2.1 - Sept 1, 2023
2
+
3
+
#### :chart_with_upwards_trend: Improvements
4
+
5
+
- ESP-IDF:
6
+
- Add a `heartbeat` cli command to the ESP-IDF port that does the same thing
7
+
as in Memfault's default demo console + Zephyr's console.
8
+
- Zephyr:
9
+
- Add a new Kconfig option to the Zephyr port,
10
+
`CONFIG_MEMFAULT_PLATFORM_EXTRA_CONFIG_FILE=y`, which causes
11
+
`memfault_platform_config_extra.h` to be included in platform
12
+
configurations. This can be utilized by a third party consumer of Zephyr to
13
+
more easily extend the platform configurations set by Zephyr and avoid
14
+
potentially losing a user's platform configurations set in
15
+
`memfault_platform_config.h`, which
16
+
[happened in the nRF Connect SDK recently](https://devzone.nordicsemi.com/f/nordic-q-a/103188/memfault-sdk-integration-missing-user-memfault_platform_config).
17
+
1
18
### Changes between Memfault SDK 1.1.3 and 1.2.0 - Aug 30, 2023
2
19
3
20
#### :chart_with_upwards_trend: Improvements
@@ -6,14 +23,24 @@
6
23
- Eliminate several build warnings for our example app
7
24
- FreeRTOS:
8
25
- Fix a build error in our QEMU example when building on macOS
26
+
- Modus Toolbox:
27
+
- Update port to handle user override of SDK configs, metrics, trace_reasons,
28
+
etc
29
+
- Update port to fix errors when disabling built-in WiFi metrics
9
30
- nRF Connect SDK:
10
31
- Enable mcuboot & NCS 1.4 with our example apps
11
32
- Silicon Labs:
12
-
- Add a demo CLI component for the emblib port. Check out our [Simplicity Studio example app](https://github.com/memfault/simplicity-studio-example) for usage
33
+
- Add a demo CLI component for the emblib port. Check out our
34
+
[Simplicity Studio example app](https://github.com/memfault/simplicity-studio-example)
35
+
for usage
13
36
- Fix a build warning in emblib port flash storage (MSC) module
14
37
- Zephyr:
15
-
- Fix a :bug: when building with LOG_MODE_DEFERRED that prevent log messages from flushing during a coredump
16
-
- Fix a :bug: and warnings involving older Zephyr header paths. Resolves [#62](https://github.com/memfault/memfault-firmware-sdk/issues/62) and [#57](https://github.com/memfault/memfault-firmware-sdk/issues/57). Thanks @JordanYates and @YHusain1 for reporting these issues.
38
+
- Fix a :bug: when building with LOG_MODE_DEFERRED that prevent log messages
39
+
from flushing during a coredump
40
+
- Fix a :bug: and warnings involving older Zephyr header paths. Resolves
41
+
[#62](https://github.com/memfault/memfault-firmware-sdk/issues/62) and
0 commit comments