zephyr/scripts/dts/extract
Ulf Magnusson 4e5868f4af scripts/dts: Make all_compats() return a set with all compats
Previously, all_compats() returned a dictionary mapping nodes to their
'compatible' values. This dictionary was then (only) used to generate a
set() of all 'compatible' strings.

Save a step and get rid of some code by having all_compats() return a
set() with all 'compatible' strings directly.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-02-08 22:57:05 -06:00
..
__init__.py
clocks.py scripts/dts/extract: Generate unique defines based on compat & instance 2019-01-14 06:33:29 -06:00
compatible.py scripts/dts: Rename convert_string_to_label() to str_to_label() 2019-02-07 10:39:37 +01:00
default.py scripts/dts: Rename convert_string_to_label() to str_to_label() 2019-02-07 10:39:37 +01:00
directive.py scripts/dts: Rename convert_string_to_label() to str_to_label() 2019-02-07 10:39:37 +01:00
flash.py scripts/dts/extract: Remove generation for FLASH_LABEL 2019-02-08 22:39:07 -06:00
globals.py scripts/dts: Make all_compats() return a set with all compats 2019-02-08 22:57:05 -06:00
interrupts.py scripts/dts: Rename convert_string_to_label() to str_to_label() 2019-02-07 10:39:37 +01:00
pinctrl.py scripts/dts: Rename convert_string_to_label() to str_to_label() 2019-02-07 10:39:37 +01:00
reg.py scripts/dts/extract: Fix producing bogus alias if reg has no size 2019-02-08 22:39:07 -06:00