fan_monitor/openocd.cfg
Steins7 8b55888ad0 Switched to rust
* removed old code (see c_archive branch)
* added basic rust code
2021-11-11 09:20:09 +01:00

13 lines
396 B
INI

# Sample OpenOCD configuration for the CS32F103 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-v2.cfg]
# Revision A and B (older revisions)
# source [find interface/stlink-v2.cfg]
source [find target/cs32f1x.cfg]