feat(test_driver): implementation with a new common approach#31
feat(test_driver): implementation with a new common approach#31
Conversation
👋 Hello erhankur, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
|
This PR is created to show different approaches. We decided to continue with the weak solution only. |
|
Thanks for showing that, I meant it exactly like this. Sorry, not sure if you expected some reaction. |
The driver functions were previously empty with no abstraction layer, requiring target specific implementations to be written for each chip. Too much work.
In this PR, I would like to show 2 approach to fix this problem.