zephyr/scripts/dts
Ulf Magnusson 36b7ca44b8 scripts: edtlib.py: Deprecate 'title:'
Most bindings look something like this:

    title: Foo

    description: This binding provides a base representation of Foo

That kind of description doesn't add any useful information, as it's
just the title along with some copy-pasted text. I'm not sure what "base
representation" was supposed to mean originally either.

Many bindings also put something that's closer to a description in the
title, because it's not clear what's expected or how the title is used.
In reality, the title isn't used anywhere. 'description:' on the other
hand shows up as a comment in the generated header.

Deprecate 'title:' and generate a long informative warning if it shows
up in a binding.

Next commits will clean up the 'description:' strings (bringing them
closer to 'title:' in most cases) and remove 'title:' from all bindings.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-12-18 11:52:45 +01:00
..
test-bindings scripts: edtlib.py: Deprecate 'title:' 2019-12-18 11:52:45 +01:00
test-bindings-2 scripts: edtlib.py: Deprecate 'title:' 2019-12-18 11:52:45 +01:00
dtlib.py scripts: dtlib/edtlib: Make output consistent on Python 3.5- 2019-11-12 17:57:50 -06:00
edtlib.py scripts: edtlib.py: Deprecate 'title:' 2019-12-18 11:52:45 +01:00
gen_defines.py scripts: dts: Support GIC interrupt type-specific IRQ number fix up. 2019-12-10 06:59:55 +01:00
grutils.py dts: grutils: Remove spaces before '(' in function definitions 2019-11-06 17:33:59 -08:00
test-multidir.dts scripts: dts: Add test for multiple binding directories 2019-08-03 14:17:49 -04:00
test.dts dts: edtlib: Add simple generic support for pinctrl-<index> properties 2019-11-06 21:39:13 +01:00
testdtlib.py scripts: edtlib: Add a Device.children attribute with child Devices 2019-09-21 09:10:36 -05:00
testedtlib.py scripts: edtlib.py: Deprecate 'title:' 2019-12-18 11:52:45 +01:00