i forgot one of the commits on the first pull request

On Wed, Aug 31, 2011 at 4:13 PM, Rodrigo L. Rosa
<[email protected]> wrote:
> are available in the git repository at:
>
>  git://repo.or.cz/openocd/dsp568013.git dsp5680xx_cherry
>
> Rodrigo L. Rosa (3):
>      speed up, relocate function
restored the "simple" halting sequence. it generally works, and makes
things run faster. if it fails the full one is called
the "simple" one does no use a system reset, it is required during
flashing, to be able to lock without having to reconfigure the flash
module. after flashing the core has to be halted to lock mem, and if
this is done using a reset, then the flash module will require
reconfiguration. it's easier to halt without the reset.

>      static for some functions
i set a couple of functions to static, since they make no sense in
other contexts

>      usleep to jtag_sleep
i had added sleeps for timing control. switched then to jtag_sleep, to
avoid possible platform specific issues.


thsnkas
-- 
Rodrigo.

Attachment: 0001-speed-up-relocate-function.patch
Description: Binary data

Attachment: 0002-static-for-some-functions.patch
Description: Binary data

Attachment: 0003-usleep-to-jtag_sleep.patch
Description: Binary data

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to