Magnus Lundin wrote:
> Hi,
>
> The arm7_9 code has implemented run_algorithm_inner which is necessary 
> for target algorithms that communicates with the host using dcc.
> This looks good and I think the other architectures should do the same, 
> but first I suggest some cleanups:
>
> Add run_algorithm_inner and run_algorithm_completion functions to the 
> target_type structure.
>
> Remove run_algorithm from the target_type structure.
> (What is run_algorithm_imp ???? )
>
> Implement a generic target_run_algorithm in target.c. This removes the 
> references to a armv4_5 implementations in the
> more general arm7_9 framework.
>
> Comments ?
>
> Regards
> Magnus
>
> _______________________________________________
> Openocd-development mailing list
> Openocd-development@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/openocd-development
>   
Replying to myself:

Actually I think that  run_algorithm_inner should be renamed to 
run_algorithm_outer and run_algorithm_completion should be 
run_agorithm_inner.


_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to