zephyr/scripts/logging/dictionary/dictionary_parser
Keith Packard 389f061c8d scripts/log_parser: Handle signed and unsigned char length modifier
The C standard specifies 'hh' as a length modifier indicating an integer
conversion specifier applies to a signed char or unsigned char
argument. Python doesn't do that, so replace relevant %hh with %h.

Also fix the handling of %ll so that it applies to all integer specifiers
as well.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-09-25 19:41:50 +02:00
..
__init__.py scripts: logging/dictionary: extract actual strings for db 2022-04-01 13:29:45 +02:00
log_database.py scripts: logging/dictionary/sys-t: log module info in collateral 2022-05-09 12:54:53 -05:00
log_parser_v1.py scripts/log_parser: Handle signed and unsigned char length modifier 2023-09-25 19:41:50 +02:00
log_parser.py
mipi_syst.py scripts: logging/dictionary/sys-t: log module info in collateral 2022-05-09 12:54:53 -05:00
utils.py scripts: logging/dictionary/sys-t: log module info in collateral 2022-05-09 12:54:53 -05:00