Skip to content

Commit 13f3a9b

Browse files
author
Memfault Inc
committed
Memfault Firmware SDK 0.30.2 (Build 425870)
1 parent be5c013 commit 13f3a9b

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### Changes between Memfault SDK 0.30.2 and SDK 0.30.1 - April 12, 2022
2+
3+
#### :chart_with_upwards_trend: Improvements
4+
5+
- Fix a build regression on nRF Connect SDK v1.2 caused by the new Kconfig flag
6+
`CONFIG_MEMFAULT_HTTP_USES_MBEDTLS`
7+
18
### Changes between Memfault SDK 0.30.1 and SDK 0.30.0 - April 6, 2022
29

310
#### :chart_with_upwards_trend: Improvements

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
BUILD ID: 422861
2-
GIT COMMIT: a04fc3457
1+
BUILD ID: 425870
2+
GIT COMMIT: 10b790b05

components/include/memfault/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ typedef struct {
1919
uint8_t patch;
2020
} sMfltSdkVersion;
2121

22-
#define MEMFAULT_SDK_VERSION { .major = 0, .minor = 30, .patch = 1 }
22+
#define MEMFAULT_SDK_VERSION { .major = 0, .minor = 30, .patch = 2 }
2323

2424
#ifdef __cplusplus
2525
}

ports/zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ config MEMFAULT_HTTP_PERIODIC_UPLOAD_INTERVAL_SECS
184184

185185
config MEMFAULT_HTTP_USES_MBEDTLS
186186
bool "Use mbedTLS for HTTP transport"
187-
default y if !NET_SOCKETS_OFFLOAD_TLS
187+
default y if !NET_SOCKETS_OFFLOAD_TLS && MBEDTLS
188188
help
189189
Configure Memfault HTTP for using mbedTLS- perform some sanity checks
190190
at compile time that it is configured correctly.

0 commit comments

Comments
 (0)