thesofproject / rimage

DSP firmware image creation and signing tool
Other
7 stars 62 forks source link

toml_utils: Adding support for decimal numbers in hex parser #140

Closed softwarecki closed 1 year ago

softwarecki commented 1 year ago

Modified the strtoul function parameter to automatically recognize the value format. This will avoid the situation when a decimal value is parsed as hexadecimal.