-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plan for upstream? #5
Comments
Hello, so far there hasn't been a plan to submit these changes to uptream. This project started two years ago as a quick hack to get flash functionality working for a small firmware project on a EFM32PG22, based on the series0/1 driver. To ensure that I do not lose the changes, and that others could possibly use it as a starting point, I created this repository. It has been clear to me that to integrate a solution for series 2 controllers upstream, a different quality would be needed. Due to a lack of resources, I'm currently not able to do the missing steps, or to coordinate that work. Some points I think could be worth considering:
I have not used locking, and the security functionality of the series 2 chips yet. It should be checked if there is something that needs to be taken into account with regard to the flash driver. Perhaps I'm seeing it too complicated, and in reality it is not much what is needed to integrate it upstream (just copying efm32s2.c into the source tree, doing some further cleanup of series0/series1 leftovers?). |
If I understand right, on series 0/1, it was possible to probe the start address using the
Here is the full database defined in Segger JLink v782c:
I don't see any important miss. |
Hello,
Do you plan to submit your work to the official OpenOCD project? Do you need some help on that topic?
The text was updated successfully, but these errors were encountered: