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.
 
 
 
 
 
 

22 lines
554 B

  1. #
  2. # Config for using RaspberryPi's expansion header
  3. #
  4. # This is best used with a fast enough buffer but also
  5. # is suitable for direct connection if the target voltage
  6. # matches RPi's 3.3V
  7. #
  8. # Do not forget the GND connection, pin 6 of the expansion header.
  9. #
  10. interface sysfsgpio
  11. # Each of the JTAG lines need a gpio number set: tck tms tdi tdo
  12. # Header pin numbers: 23 22 19 21
  13. sysfsgpio_jtag_nums 11 25 10 9
  14. # At least one of srst or trst needs to be specified
  15. # Header pin numbers: TRST - 26, SRST - 18
  16. sysfsgpio_trst_num 7
  17. # sysfsgpio_srst_num 24