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
log_database.py
log_parser.py
log_parser_v1.py scripts/log_parser: Handle signed and unsigned char length modifier 2023-09-25 19:41:50 +02:00
mipi_syst.py
utils.py