Stefan Misik
067430469a
Added AHB3 Peripherals definition for STM32F4
2014-12-24 22:36:44 +01:00
texane
908d82ed56
Merge pull request #284 from rene-dev/master
...
Support for stm32f100 low density devices
2014-12-02 11:38:00 -06:00
Rene Hopf
d04fcf5cb6
Support for stm32f100 low density devices
2014-12-02 18:33:36 +01:00
texane
7d6dad8546
Improve error message for not able to open
2014-11-24 16:29:09 -06:00
lementec
23e03fa074
check stlink_load_device_params
2014-11-18 11:05:51 +01:00
lementec
3c39d6ba80
add command line debug option to flash util
2014-11-18 10:55:41 +01:00
texane
a6d461926f
Merge pull request #281 from wdouglass/master
...
use correct SNB values for high flash pages on 2mb devices.
2014-10-31 13:49:02 -05:00
Woodrow Douglass
e80d5d2359
use correct SNB values for high flash pages on 2mb devices.
2014-10-31 13:54:37 -04:00
texane
54d4db9648
Merge pull request #280 from wdouglass/master
...
Modify flash calculation functions to support 2MB devices
2014-10-31 12:02:42 -05:00
Woodrow Douglass
10f07fccdd
Modify flash calculation functions to support 2MB devices in the STM32F4 series
2014-10-31 10:47:34 -04:00
lementec
325dd000f2
update README, NUCLEO-F072RB as reported by kwikius
2014-10-30 14:38:36 +01:00
texane
2651423031
Merge pull request #277 from swegener/for-upstream
...
SNB is wider than three bits on STM32F4
2014-10-21 11:44:07 -05:00
Sven Wegener
abe1a0f026
SNB is wider than three bits on STM32F4
...
The SNB part of the FLASH_CR register is four bits wide on F4 devices
and five bits wide on F4_HD devices. F4 devices have a reserved bit
alongside the sector number, so just increase the bitmask to cover all
five bits.
Currently flashing breaks, if flahing sector eight and above before
flashing lower sectors, because the highest bit is never unset.
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
2014-10-21 16:33:12 +02:00
texane
87bb966922
Merge pull request #272 from bjoernh/master
...
add support for OS X 10.10 Yosemite
2014-10-14 14:07:42 -05:00
Bjoern
ae562bd41a
Update README
2014-10-14 21:01:41 +02:00
Björn Hauffe
c49ec28678
add kernelextension for OS X 10.10 Yosemite
2014-10-14 20:58:11 +02:00
texane
452607b949
Merge pull request #268 from ros2/master
...
Add memory config for STM32F4
2014-10-05 01:00:16 -05:00
unknown
f84abb99ff
[ update ] add ST NUCLEO F030R8 as a working target in README
2014-10-03 20:16:51 +02:00
Victor Mayoral Vilches
b548f66967
Fix memory config for STM32F4
...
The previous memory map didn't allow to debug the whole flash
memory. A new configuration has been added and should be
used while working with the STM32F4Discovery.
2014-09-30 11:54:56 -07:00
texane
3e1ce9e75d
Merge pull request #263 from latsku/master
...
Adds support for STM32F334 MCU
2014-09-09 10:11:56 +02:00
Lari Lehtomäki
add3285b5d
Adds support for STM32F334 MCU
2014-09-08 19:05:50 +03:00
texane
8c87483cb4
Merge pull request #258 from MartinNowak/master
...
fix missing error msg when no suitable device is found
2014-08-21 07:20:03 +02:00
Martin Nowak
61fa5101e9
fix missing error msg when no suitable device is found
2014-08-20 23:21:50 +02:00
texane
9db0119b9e
Merge pull request #257 from rene-dev/master
...
reset chip via JTAG
2014-08-15 12:07:49 +02:00
Rene Hopf
8f97b230fc
gdb server fix, indentation
2014-08-15 10:44:24 +02:00
Rene Hopf
fde9ec6743
jtag reset
2014-08-13 16:00:40 +02:00
Matteo Collina
276be4fa42
Support for nucleo 411re.
2014-08-07 08:39:15 +02:00
texane
f12bde5e35
Merge pull request #253 from Netolish/master
...
First support for STM32L0x family
2014-08-02 00:35:05 -05:00
Jiří Netolický
44c645b7d7
Add support for STM32L0x.
...
First try to support new STM32L0x family. Tested
on NUCLEO-L053R8 development board
http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260001
Chid ID, read, erase and write flash works fine.
2014-08-01 21:28:22 +02:00
Jiří Netolický
ee68f1967a
Added support fo STM32L0x chip id and base params.
2014-08-01 21:27:25 +02:00
texane
f5b8603b58
Merge pull request #251 from iabdalkader/master
...
Send F4 memory-map and features for STM32F429
2014-07-17 00:59:15 -05:00
mux
e12842b492
Send F4 memory-map and features for STM32F429
...
* Fix issues #250 #196
2014-07-17 00:46:18 +02:00
texane
22eb6748c7
Merge pull request #249 from prattmic/cleanup
...
gdbserver: use uglylogging logging
2014-07-13 09:56:11 -05:00
Michael Pratt
3c3b02e83e
gdbserver: use uglylogging logging
...
Rather than putting debug printing in #ifdef blocks, use the same
uglylogging framework used by core stlink code.
To support this, the *LOG() macros are moved into the uglylogging.h
header file, and always use the filename as the logging tag.
2014-07-12 13:23:24 -07:00
texane
6c5afefd41
Merge pull request #248 from prattmic/cleanup
...
Initial code cleanup
2014-07-10 02:08:26 -05:00
Michael Pratt
dae71f4a8e
Remove unused code
...
Remove unused #if 0'd code which has existed for years without being
used.
2014-07-09 23:03:37 -07:00
Michael Pratt
ff957bd11b
Remove toremove/
...
This directory has been awaiting deletion for 3 years. It is time to
go.
2014-07-09 22:56:36 -07:00
Michael Pratt
3b443dc1c8
Reindent all source files
...
The indentation of various st-link source files is highly inconsistent.
Reindent all source files to 4 space indentions for consistency.
I went with 4 space indentations, as it was the most common style.
2014-07-09 22:56:36 -07:00
texane
2a4466ec4e
Merge pull request #246 from sneuf/patch-1
...
Add F3 small devices (F301, F302) with ID 0x439
2014-07-01 12:08:52 -05:00
sneuf
95834ef5ed
Add F3 small devices (F301, F302) with ID 0x439
...
- Add F3 small devices (F301, F302) with MCU device ID code 0x439
- Sort supported devices by MCU device ID code
2014-07-01 16:42:27 +02:00
texane
8478302f69
Merge pull request #245 from dobromyslov/master
...
udev rules initialization and STM32F0Discovery
2014-06-20 05:45:29 -05:00
Viacheslav Dobromyslov
0d1521c4ab
udev rules initialization and STM32F0Discovery
...
Added udev rules initialization.
Added STM32F0Discovery board to the supported boards list.
2014-06-20 21:11:09 +11:00
texane
cc2688ec5a
Merge pull request #242 from ynsta/master
...
Correct gui build when builddir is not srcdir
2014-06-04 00:16:04 -05:00
Stany MARCEL
2dbf4970f0
Correct gui build when builddir is not srcdir
2014-06-04 00:13:46 +02:00
texane
4782ab0ca7
Merge pull request #236 from orangeudav/patch-1
...
Fix OS X's version detecting
2014-05-26 00:22:55 -05:00
orangeudav
bf3d7a0ddd
Fix OS X's version detecting
2014-05-26 01:36:59 +04:00
texane
08d4d37532
Merge pull request #235 from ocroquette/sigint
...
Include signal.h to define SIGINT
2014-05-19 03:42:58 -05:00
Olivier Croquette
788d2df772
Include signal.h to define SIGINT
...
Fix build error with MinGW
2014-05-19 10:40:52 +02:00
fhars
8f96d26a52
Update README
...
This board uses a ST-Link/V2-1 interface. I don't know what differences there are between v2 and v2-1, but they seem to be small enough that first tests worked as expected.
2014-04-16 10:41:33 +02:00
texane
a8eb82ee1f
Merge pull request #223 from troth/troth/fix-compiler-warning-32bit
...
Quell compiler warning.
2014-04-15 11:29:33 -05:00