Building a new driver based on the existing modm's flash driver - Block Device Spi flash #890
-
Hi, I am considering what is the best way to implement this new driver:
I will be grateful for some advice on how to tackle this challenge :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If the difference is not too much, I would roll it into the existing driver in a way that maintains backward compatibility. So number three. |
Beta Was this translation helpful? Give feedback.
If the difference is not too much, I would roll it into the existing driver in a way that maintains backward compatibility. So number three.
You could rename the existing driver to a more generic name and then template alias the differences.