- Remove dead "if 'props' in nodes" check - Rename the 'nodes' parameter to 'node'. It represents a single node. - Use a defaultdict(int) for 'last_used_id' (makes unset keys give 0) - Use a global for 'last_used_id' - Move some related code so it appears together Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| clocks.py | ||
| compatible.py | ||
| default.py | ||
| directive.py | ||
| flash.py | ||
| globals.py | ||
| interrupts.py | ||
| pinctrl.py | ||
| reg.py | ||