Skip to content

Commit

Permalink
Memfault Firmware SDK 0.30.2 (Build 425870)
Browse files Browse the repository at this point in the history
  • Loading branch information
Memfault Inc committed Apr 12, 2022
1 parent be5c013 commit 13f3a9b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Changes between Memfault SDK 0.30.2 and SDK 0.30.1 - April 12, 2022

#### :chart_with_upwards_trend: Improvements

- Fix a build regression on nRF Connect SDK v1.2 caused by the new Kconfig flag
`CONFIG_MEMFAULT_HTTP_USES_MBEDTLS`

### Changes between Memfault SDK 0.30.1 and SDK 0.30.0 - April 6, 2022

#### :chart_with_upwards_trend: Improvements
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
BUILD ID: 422861
GIT COMMIT: a04fc3457
BUILD ID: 425870
GIT COMMIT: 10b790b05
2 changes: 1 addition & 1 deletion components/include/memfault/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ typedef struct {
uint8_t patch;
} sMfltSdkVersion;

#define MEMFAULT_SDK_VERSION { .major = 0, .minor = 30, .patch = 1 }
#define MEMFAULT_SDK_VERSION { .major = 0, .minor = 30, .patch = 2 }

#ifdef __cplusplus
}
Expand Down
2 changes: 1 addition & 1 deletion ports/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ config MEMFAULT_HTTP_PERIODIC_UPLOAD_INTERVAL_SECS

config MEMFAULT_HTTP_USES_MBEDTLS
bool "Use mbedTLS for HTTP transport"
default y if !NET_SOCKETS_OFFLOAD_TLS
default y if !NET_SOCKETS_OFFLOAD_TLS && MBEDTLS
help
Configure Memfault HTTP for using mbedTLS- perform some sanity checks
at compile time that it is configured correctly.
Expand Down

0 comments on commit 13f3a9b

Please sign in to comment.