zephyr/scripts/logging/dictionary/dictionary_parser
Maximilian Deubel 9bed2b7a98 scripts: logging: dictionary: Add support for size_t %z format specifier
This patch adds support for the size_t %z format specifier to the
dictionary parser.
It's the correct format to use for size_t types in modern C,
but it's not supported in python directly.

Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
2024-11-16 13:32:22 -05:00
..
__init__.py
data_types.py logging: dictionary: Support unsigned integers 2024-10-03 11:40:41 +01:00
log_database.py
log_parser.py scripts: logging: dictionary: Add support for size_t %z format specifier 2024-11-16 13:32:22 -05:00
log_parser_v1.py logging: dictionary: Support unsigned integers 2024-10-03 11:40:41 +01:00
log_parser_v3.py logging: dictionary: Support unsigned integers 2024-10-03 11:40:41 +01:00
mipi_syst.py
utils.py