You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
651 B

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