commit | e04e4c27e8359af2a9632e7202158bf2682f0b25 | [log] [tgz] |
---|---|---|
author | Joakim Andersson <joakim.andersson@nordicsemi.no> | Fri Dec 20 15:42:38 2019 +0100 |
committer | Alberto Escolar <32480799+aescolar@users.noreply.github.com> | Mon Jan 13 13:59:55 2020 +0100 |
tree | a72bd8585ff3d1f82a4b5c80bc2a3fe814a8f697 | |
parent | 27bbfb66b4abd9c0dd39c1a234fbd2c2b68abe9d [diff] |
kernel: panic: Option ASSERT_NO_FILE_INFO controls panic or oops print Use option ASSERT_NO_FILE_INFO to control panic or oops location print. The cause of the exception can be backtraced using the stackframe instead, which would give the user a way to reduce the footprint of the panic implementation. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>