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: components/core/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ firmware and hardware versions (with fallbacks to hard-coded values, i.e.
15
15
`"xyz-main"` as software type `"1.0.0"` as software version and `"xyz-proto"` as
16
16
hardware version).
17
17
18
-
[To learn more about the concepts software type, software version, hardware version, etc. take a look at this documentation](https://mflt.io/36NGGgi).
18
+
[To learn more about the concepts of software type, software version, hardware version, etc. take a look at this documentation](https://mflt.io/36NGGgi).
19
19
20
20
Please change `memfault_platform_device_info.c` in ways that makes sense for
21
21
your project.
@@ -41,12 +41,15 @@ your project.
41
41
42
42
### Storage allocations
43
43
44
-
-`memfault_events_storage_boot()` to reserve storage for events.
44
+
-`memfault_events_storage_boot()` to reserve storage for events (reboots, trace
45
+
events, heartbeats)
46
+
45
47
-`memfault_reboot_tracking_boot()` points to a memory region that is not
46
48
touched by any firmware except for reboot tracking API functions. Reboot info
47
49
can be pushed to the event storage for packetization to be sent to Memfault.
48
50
49
-
# `memfault_trace_event_boot()`: not an allocation but connects a trace event context into the event storage allocation.
51
+
-_`memfault_trace_event_boot()`_ not an allocation but connects a trace event
52
+
context into the event storage allocation.
50
53
51
54
-`memfault_log_boot()` to reserve storage for the logging module. The logging
52
55
storage gets sent to Memfault as part of the core dump data if enabled.
0 commit comments