• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/board/stmicroelectronics/stm32f469-disco/patches/openocd/0001-add-config.patch
Lee JonesLee Jones committed 04d0a5793fd15 Apr 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 26045588f462476cee356d15a24944d6c26befb4 Mon Sep 17 00:00:00 2001
2
From: Maxime Coquelin <mcoquelin.stm32@gmail.com>
3
Date: Sat, 24 Oct 2015 00:13:38 +0200
4
Subject: [PATCH] tcl: add STM32F469 discovery board config
5
​
6
Change-Id: Iad7ee06330b3259ea0ce0d174dfdade6785913eb
7
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
8
Reviewed-on: http://openocd.zylin.com/3043
9
Tested-by: jenkins
10
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
11
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
12
---
13
 tcl/board/stm32f469discovery.cfg | 12 ++++++++++++
14
 1 file changed, 12 insertions(+)
15
 create mode 100644 tcl/board/stm32f469discovery.cfg
16
​
17
diff --git a/tcl/board/stm32f469discovery.cfg b/tcl/board/stm32f469discovery.cfg
18
new file mode 100644
19
index 0000000..eecfe33
20
--- /dev/null
21
+++ b/tcl/board/stm32f469discovery.cfg
22
@@ -0,0 +1,12 @@
23
+#
24
+# This is an STM32F469 discovery board with a single STM32F469NI chip.
25
+# http://www.st.com/web/catalog/tools/FM116/CL1620/SC959/SS1532/LN1848/PF262395
26
+#
27
+
28
+source [find interface/stlink-v2-1.cfg]
29
+
30
+transport select hla_swd
31
+
32
+source [find target/stm32f4x.cfg]
33
+
34
+reset_config srst_only
35
-- 
36
1.9.1
37
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.