On Sat, Nov 09, 2019 at 03:59:24PM +, Peter Maydell wrote:
> On Fri, 8 Nov 2019 at 19:48, Palmer Dabbelt wrote:
> >
> > The device tree format allows for arrays of strings, which are encoded
> > with '\0's inside regular strings. These are ugly to represent in C, so
> > the helper function re
On Fri, 8 Nov 2019 at 19:48, Palmer Dabbelt wrote:
>
> The device tree format allows for arrays of strings, which are encoded
> with '\0's inside regular strings. These are ugly to represent in C, so
> the helper function represents them as strings with internal '\0's that
> are terminated with a
The device tree format allows for arrays of strings, which are encoded
with '\0's inside regular strings. These are ugly to represent in C, so
the helper function represents them as strings with internal '\0's that
are terminated with a double '\0'. In other words, the array
["string1", "string2"