mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-16 12:46:12 +00:00
- Remove DTFlash.extract(), which was just dispatching to either _extract_flash() or _extract_code_partition() depending on which magic string was passed in. Call them directly instead. - Fold constant and globally available parameter values into functions - Remove DTFlash._flash_node. It's easy to derive wherever it's needed, and it makes it clearer where it comes from (and means functions can be called in any order). - Remove DTFlash._flash_base_address, which is unused - Remove various unused parameters to functions 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 |