summaryrefslogtreecommitdiff
path: root/src/flash/mx3_nand.h
diff options
context:
space:
mode:
authorThomas Kindler <mail+ocd@t-kindler.de>2009-11-10 09:16:12 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-10 09:16:12 -0800
commit85944d4144a1df0647e4324d1cf8ae9a276b70e5 (patch)
tree3ed4bc352d4c95f72f7699af76f48f3edb3fa820 /src/flash/mx3_nand.h
parent627bd197689d71f7beb3e9cd11e2993fe0d4d880 (diff)
downloadopenocd_libswd-85944d4144a1df0647e4324d1cf8ae9a276b70e5.tar.gz
openocd_libswd-85944d4144a1df0647e4324d1cf8ae9a276b70e5.tar.bz2
openocd_libswd-85944d4144a1df0647e4324d1cf8ae9a276b70e5.tar.xz
openocd_libswd-85944d4144a1df0647e4324d1cf8ae9a276b70e5.zip
stm32.cfg: remove reset_config
Here's a patch for the double-reset problem on STM32. I've tested downloading and debugging with GDB and Eclipse, and everything seems to work fine. This effectively sets reset_config to none. trst_only would also be ok, but that's better left to a board configuration file since not all boards wire it up. The NVIC is used to trigger reset, which at least on this chip also pulses nSRST so the whole system does get rest -- exactly once. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/flash/mx3_nand.h')
0 files changed, 0 insertions, 0 deletions
> 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242