On Fri, Mar 5, 2021, 12:00 Ooi, Cinly <[email protected]> wrote: > Hi All > > > > I had written a driver which uses the minidriver interface, It is working > fine and we plan to open source it in a few weeks (>5) time when all > internal due-diligence are done. > > > > Before I started I already noted that only zy1000.c is using the > minidriver interface, and it itself is scheduled for removal. With that > only use case gone it will mean there is a high chance that interface will > be removed. This meant that I have to come here and ask the OpenOCD > development team whether do they have plans to deprecate and remove this > interface? and if so, when? And is there a replacement? > > > > Many thanks in advance and best regards > > Cinly > > Hi Cinly,
I'm just waiting for the new release v0.11.0 within next few days to upstream a patch set that drops zy1000 and the minidriver. Have you checked the other drivers based on struct adapter_driver? If you can share your current code, we can check together how to move it to the new API, or even detect that minidriver is the best option and has to stay! Regards Antonio
_______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
