cat1c.cfg 1.1 KB

123456789101112131415161718192021
  1. #
  2. # Copyright (C) <2019-2024>
  3. # <Cypress Semiconductor Corporation (an Infineon company)>
  4. #
  5. # Configuration script for CAT1C family of microcontrollers.
  6. #
  7. # Reset configuration - use hardware XRES pin
  8. # If this line is commented-out OpenOCD will use SYSRESETREQ to reset the CM0+ core and
  9. # all peripherals. This will also reset CM7 cores.
  10. puts "********************************************************************************************"
  11. puts "* !!! OBSOLETE target 'cat1c.cfg' - will be removed soon. *"
  12. puts "* Use 'infineon/xmc7xxx.cfg' for XMC7100/XMC7200 devices *"
  13. puts "* Use 'infineon/cytxbb.cfg' for CYT3BB/CYT4BB devices *"
  14. puts "* Use 'infineon/cyt4bf.cfg' for CYT4BF devices *"
  15. puts "* Use 'infineon/cyt4dn.cfg' for CYT4DN devices *"
  16. puts "********************************************************************************************"
  17. set TARGET_VARIANT [ list TVIIBH4M TVIIC2D6M TVIIBH8M ]
  18. source [find target/infineon/cat1c/base_cat1c.cfg]