On 16/09/2020 01:26, Chris Johns wrote:

+default: 1048576
Is hex supported? 0x100000 is much friendlier and simpler to grep for.

It would be difficult to add support for this. The YAML parser can read hex number, however, the default YAML formatter writes all integers as decimals. If you want hex numbers, then you need a hand crafted formatter.

In ./waf bsp_defaults you get a hex number (see the format attribute).

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to