Skip to content
Snippets Groups Projects
Select Git revision
  • 2b2a97cefc5990d9003fe7274aa09cf6540d694e
  • master default protected
2 results

mouse.kicad_pcb

Blame
  • openocd.cfg 299 B
    # Sample OpenOCD configuration for the STM32F3DISCOVERY 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.
    
    source [find interface/stlink-v2-1.cfg]
    
    source [find target/stm32f4x.cfg]