pyFDT icon indicating copy to clipboard operation
pyFDT copied to clipboard

Improve dts string prop value parsing

Open Demon000 opened this issue 3 years ago • 0 comments

Given the prop vendor,settings = "," the string parsing logic splits it into ['', '"'], which is invalid. Improve the parsing logic to only allow valid props, and solve this edge case.

Signed-off-by: Cosmin Tanislav [email protected]

Demon000 avatar Jan 13 '23 13:01 Demon000