This is a patch release, fixing one bug and applying a minor code quality
improvement to the Python tooling files.
🐛 Fixed
-
nRF-Connect SDK:
- Fixed an issue where panic logs generated from ISRs caused a double fault
for Nordic nRF91 users whereCONFIG_LOG_MODE_IMMEDIATE=n
and
MEMFAULT_LOG_TIMESTAMPS_ENABLE
is 1.
- Fixed an issue where panic logs generated from ISRs caused a double fault
-
General:
- Added Python type annotations to the files in the
tasks
directory.
- Added Python type annotations to the files in the