zephyr/scripts/logging/dictionary
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
..
dictionary_parser scripts/log_parser: Handle signed and unsigned char length modifier 2023-09-25 19:41:50 +02:00
database_gen.py scripts: logging: dictionary: Fix database generation 2023-06-19 15:03:07 +02:00
log_parser.py treewide: Disable automatic argparse argument shortening 2023-01-26 20:12:36 +09:00