avr32: work-in-progress
commitc3d51bf0da7333de303adf86011913a4bca96e4d
authorOleksandr Tymoshenko <gonzo@bluezbox.com>
Sun, 15 Aug 2010 19:51:34 +0000 (15 21:51 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Sun, 15 Aug 2010 19:51:34 +0000 (15 21:51 +0200)
treebc1afa41a5722ee45bd023943bef9401d4d90af0
parentbb88f3f470b7e3805636983c533756e84806bd2f
avr32: work-in-progress

committed so as to ease cooperation and to let it be improved
over time.

So far it supports:
- halt/resume
- registers inspection
- memory inspection/modification

I'm still getting up to speed with OpenOCD internals and AVR32 so code is a little
bit messy and I'd appreciate any feedback.
src/target/Makefile.am
src/target/avr32_ap7k.c [new file with mode: 0644]
src/target/avr32_ap7k.h [new file with mode: 0644]
src/target/avr32_jtag.c [new file with mode: 0644]
src/target/avr32_jtag.h [new file with mode: 0644]
src/target/avr32_mem.c [new file with mode: 0644]
src/target/avr32_mem.h [new file with mode: 0644]
src/target/avr32_regs.c [new file with mode: 0644]
src/target/avr32_regs.h [new file with mode: 0644]
src/target/target.c