Skip to content
Snippets Groups Projects
Select Git revision
  • 21b6978414bc876ae51b9dd8a1452236cf1dbf80
  • master default protected
  • trustit
  • devel
4 results

Cargo.toml

Blame
  • This project manages its dependencies using Cargo. Learn more
    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]