Revision a0e520d9f6a2a49b8525f6dc8117e5efd5e5cb67 authored by vincentvbh on 13 August 2021, 02:14:47 UTC, committed by GitHub on 13 August 2021, 02:14:47 UTC
* add saber

* rm unused

* update all

* add all

* saber

* soft links

* link all

* benchmarks

Co-authored-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 9ff685e
Raw File
st_nucleo_l4r5.cfg
# This is for STM32L4R5 Nucleo Dev Boards.
source [find interface/stlink-dap.cfg]

transport select dapdirect_swd

source [find target/stm32l4x.cfg]

# use hardware reset (srst seems to be problematic)
reset_config trst_only
back to top