better naming for embedded examples

This commit is contained in:
2024-05-19 21:25:03 +02:00
parent 32481a58a4
commit 31cc4e1f81
25 changed files with 11 additions and 6 deletions

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]