Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use ↵ | ntfreak | 2009-06-02 | 1 | -2/+6 |
| | | | | | | | | | | | | | swjdp_common_t *swjdp instead of arm_jtag_t *jtag_info - change SWJDP_IR/DR_APACC to DAP_IR/DR_APACC to conform with ARM_ADI docs. - add swjdp->memaccess_tck field and code for extra tck clocks before accessing memory bus - Set default memaccess value to 8 for Cortex-M3. - Add dap memaccess command. - document all armv7 dap cmds. - Original patch submitted by Magnus Lundin [lundin@mlu.mine.nu]. git-svn-id: svn://svn.berlios.de/openocd/trunk@2005 b42882b7-edfa-0310-969c-e2dbd0fdcd60 | ||||
* | Added dap baseaddr and dap apid commands | mlu | 2009-04-27 | 1 | -1/+3 |
| | | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@1547 b42882b7-edfa-0310-969c-e2dbd0fdcd60 | ||||
* | Added arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM ↵ | mlu | 2009-04-27 | 1 | -0/+142 |
Debug Interface rev 5 documentation and remoed code specific to the Cortex-M3 targets. git-svn-id: svn://svn.berlios.de/openocd/trunk@1535 b42882b7-edfa-0310-969c-e2dbd0fdcd60 |