Hi all,
I was wondering if a line is missing in arm9tdmi.c. Indeed, in the target_type_t struct, their is no entry for .run_algorithm.
Cheers
Yann
Hi all,
I was wondering if a line is missing in arm9tdmi.c. Indeed, in the target_type_t struct, their is no entry for .run_algorithm.
Cheers
Yann
Hello,
this has been corrected in Revision 100, comitted last thursday. As there’s no “arm9tdmi” core available, only systems based on it (like ARM920t, ARM966), it wasn’t really a problem, because normally you would use the derived target, not the base.
Anyway, thanks for reporting this!
Regards,
Dominic