commit | 67de8d58ecd51295ce1f84c131640d86e92de051 | [log] [tgz] |
---|---|---|
author | Miika Karanki <miika.karanki@vaisala.com> | Wed Apr 10 11:57:10 2024 +0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Apr 12 11:54:18 2024 +0200 |
tree | 34d92f87e1f6caa490bfb7c7d854cc7c1f0fc5cb | |
parent | b292a9e8b5839a4b050b67a19c70ab090b592975 [diff] |
scripts: logging: support native_posix dictionary logging - Do not look CONFIG_* symbols from dynamic symbols which might be there before the symbol table where CONFIG_* symbols are found. - Define posix architecture in ARCHS list. - Check if architecture is not found instead of letting the code run into trying to access dictionary with None key. Signed-off-by: Miika Karanki <miika.karanki@vaisala.com>