all set up

This commit is contained in:
benstrb 2026-04-02 17:55:37 +02:00
parent db73deaa80
commit c7a5f98e54
15 changed files with 2833 additions and 3 deletions

12
openocd.cfg Normal file
View file

@ -0,0 +1,12 @@
# 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.
# Revision C (newer revision)
source [find interface/stlink.cfg]
# Revision A and B (older revisions)
# source [find interface/stlink-v2.cfg]
source [find target/stm32f3x.cfg]