File tree Expand file tree Collapse file tree 5 files changed +30
-5
lines changed
components/include/memfault Expand file tree Collapse file tree 5 files changed +30
-5
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,4 @@ $(SEARCH_memfault-firmware-sdk)/components/include/memfault/http
24
24
$(SEARCH_memfault-firmware-sdk)/components/include/memfault/metrics
25
25
$(SEARCH_memfault-firmware-sdk)/components/include/memfault/panics
26
26
$(SEARCH_memfault-firmware-sdk)/components/include/memfault/util
27
- $(SEARCH_memfault-firmware-sdk)/ports/include/memfault/ports/ble
28
- $(SEARCH_memfault-firmware-sdk)/ports/include/memfault/ports/stm32cube
27
+ $(SEARCH_memfault-firmware-sdk)/ports/include/memfault
Original file line number Diff line number Diff line change
1
+ ### Changes between Memfault SDK 0.34.2 and SDK 0.34.1 - Nov 8, 2022
2
+
3
+ #### :chart_with_upwards_trend : Improvements
4
+
5
+ - [ ModusToolbox:tm : Software] ( https://www.infineon.com/cms/en/design-support/tools/sdk/modustoolbox-software/ )
6
+ - Updates SDK for compatibility with MTB 3.0
7
+
1
8
### Changes between Memfault SDK 0.34.1 and SDK 0.34.0 - Nov 7, 2022
2
9
3
10
#### :chart_with_upwards_trend : Improvements
Original file line number Diff line number Diff line change 1
- BUILD ID: 390
2
- GIT COMMIT: d0c8fd2a6
1
+ BUILD ID: 412
2
+ GIT COMMIT: ba639658d
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ typedef struct {
19
19
uint8_t patch ;
20
20
} sMfltSdkVersion ;
21
21
22
- #define MEMFAULT_SDK_VERSION { .major = 0, .minor = 34, .patch = 1 }
22
+ #define MEMFAULT_SDK_VERSION { .major = 0, .minor = 34, .patch = 2 }
23
23
24
24
#ifdef __cplusplus
25
25
}
Original file line number Diff line number Diff line change
1
+ //! @file
2
+ //!
3
+ //! Copyright (c) Memfault, Inc.
4
+ //! See License.txt for details
5
+ //!
6
+ //! This file is required so that this path is still included when mtbsearch generates cyqbuild.mk
7
+ //!
8
+ //! For issues debugging the include path check the generate output in the build/ directory
9
+ //! of a MTB application.
10
+ //!
11
+ //! Here's snippet for searching for memfault related include paths, run in the same directory as
12
+ //! inclist.rsp: `cat inclist.rsp | tr " " "\n" | rg -e memfault-firmware-sdk`
13
+ #ifdef __cplusplus
14
+ extern "C" {
15
+ #endif
16
+
17
+ #ifdef __cplusplus
18
+ }
19
+ #endif
You can’t perform that action at this time.
0 commit comments