Skip to content
Snippets Groups Projects
Select Git revision
  • 97ec6d48c990cfa202717d15adf0433540347d04
  • master default protected
  • home_exam
  • wip
4 results

Cargo.lock

Blame
  • Forked from Per Lindgren / D7050E
    Source project has a limited visibility.
    openocd.cfg 497 B
    # Sample OpenOCD configuration for the STM Nucleo-F401RE/F411RE development board
    
    # Depending on the hardware revision you got you'll have to pick ONE of these
    # interfaces. At any time only one interface should be commented out.
    
    # Revision C (newer revision)
    source [find interface/stlink.cfg]
    # If you don't have that, use the deprecated
    # source [find interface/stlink-v2-1.cfg]
    
    # Revision A and B (older revisions)
    # source [find interface/stlink-v2.cfg]
    
    source [find target/stm32f4x.cfg]