Skip to content

1.30.1

Latest
Compare
Choose a tag to compare
@memfault-bot memfault-bot released this 03 Oct 19:54

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 where CONFIG_LOG_MODE_IMMEDIATE=n and
      MEMFAULT_LOG_TIMESTAMPS_ENABLE is 1.
  • General:

    • Added Python type annotations to the files in the tasks directory.