at32ap7000.cfg 696 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # Atmel AT32AP7000
  3. #
  4. # This is the only core in the now-inactive high end AVR32 product line,
  5. # with MMU, Java Acceleration, and "pixel coprocessor". The AP7 line
  6. # is for "Application Processors" (AP) with 7-stage pipelines.
  7. #
  8. # Most current AVR32 parts are in the UC3 flash based microcontroller (UC)
  9. # product line with 3-stage pipelines and without those extras.
  10. #
  11. # All AVR32 parts provide the Nexus Class 3 on-chip debug interfaces
  12. # through their JTAG interfaces.
  13. jtag newtap ap7 nexus -irlen 5 -expected-id 0x21e8203f
  14. # REVISIT declare an avr32 target ... needs OpenOCD infrastructure
  15. # for both Nexus (generic) and AVR32 (Atmel-specific).