Wykres commitów

648 Commity (e73a5341028e95b5762f4d4db35c2f4b68a69cf3)

Autor SHA1 Wiadomość Data
texane e73a534102 README, GDB load command issue 2015-04-10 06:17:28 +02:00
texane 1b46200b12 add Nucleo-F411RE to work board set 2015-04-05 08:03:31 +02:00
texane c722056612 add HY-STM32 to working board set 2015-04-03 14:13:58 +02:00
lementec 9fc5f77774 apply patch from rewolff: dont go bezurk if serve returns with error 2015-03-25 16:53:14 +01:00
texane 5a8f637a5c Merge pull request #302 from ulikoehler/stm32f030f4
Added STM32F030F4P6 to working targets
2015-03-21 20:15:12 +01:00
Uli Köhler 3999814531 Added STM32F030F4P6 to working targets 2015-03-21 20:07:21 +01:00
texane dceade1c27 merge request: my STM32F042 has 6k of RAM according to table 2 of the datasheet 2015-03-20 17:52:25 +01:00
texane 88099a9ea0 Merge pull request #300 from elvisfox/master
Properly close socket on WIN32 to allow accepting further connections
2015-03-15 17:15:59 +01:00
Denis Fokin 9b2f893053 Properly close socket on WIN32 to allow accepting further connections 2015-03-15 17:49:30 +02:00
texane a5c3ad78de Merge pull request #299 from tyszja/master
Minor error reporting tweaks and redundant  includes removal
2015-03-10 19:05:48 +01:00
Jakub Tyszkowski c6afdd500c Remove redundant includes from stlink-sg.c
Not sure why those were here. Probaly leftovers after refactoring?
2015-03-07 19:47:03 +01:00
Jakub Tyszkowski fc961745f5 Fix getting error message when successfully using stlinkV2
When using stlinkV2 you are constantly getting error messages from
'stlink_v1_open' when all goes well and 'stlink_open_usb' is used
instead. This patch fixes this confusing behaviour and makes stlink-sg.c
use logging macros consistently by removing last 'stderr' printout. It
is not needed as 'stlink_v1_open_inner' is verbose enough.
2015-03-07 19:18:58 +01:00
Jakub Tyszkowski 527de54708 Fix error being reported twice
If 'stlink_v1_open_inner' returns NULL then 'stlink_v1_open' prints
to stderr thus there is no need for the former one to print it also.

This removes 'Error: could not open stlink device' being printed
twice.
2015-03-07 19:02:44 +01:00
texane 873fb352fc Merge pull request #298 from giuseppebarba/master
Added support for flashing STM32F091
2015-02-09 22:00:30 +01:00
giuseppe barba 31f0250d89 Added support for flashing STM32F091
Signed-off-by: giuseppe barba <giuseppe.barba@gmail.com>
2015-02-09 21:54:42 +01:00
texane c8240526e2 revert 5608a3e, breaks on ubuntu 14.04 2015-02-03 21:47:06 +01:00
texane 5608a3e72e add --enable-static support to autoconf 2015-02-03 19:07:06 +01:00
texane 729914652b Merge pull request #295 from simonjwright/master
STM32F42xx memory map issues
2015-01-24 16:35:14 +01:00
Simon Wright 5a722e3210 Merge branch 'master' of https://github.com/texane/stlink 2015-01-23 20:43:32 +00:00
Simon Wright b2dac26923 Extra RAM for STM32F42xx. 2015-01-23 20:43:23 +00:00
texane 1326203825 Merge pull request #294 from normaldotcom/master
Added support for flashing STM32F042
2015-01-18 09:25:42 +01:00
Ethan Zonca 2daeabaead Added support for flashing STM32F042 2015-01-17 14:24:38 -05:00
texane f66332de8e Merge pull request #293 from nicmcd/master
change flash to st-flash
2015-01-15 08:21:59 +01:00
Nic McDonald f68e4c201f change flash to st-flash
Previous commit changed binary "flash" to "st-flash" but the actual
code printed help message still called it "flash". This commit changes
it to "st-flash".
2015-01-14 22:52:13 -08:00
texane b91eebf839 Merge pull request #292 from nicmcd/master
added Nucleo F334R8 to README
2015-01-14 07:24:41 +01:00
Nic McDonald 845d9ea7cd added Nucleo F334R8 to README 2015-01-13 13:19:34 -08:00
texane 6b31e1c1be Merge pull request #288 from stefan-misik/master
Added AHB3 Peripherals definition for STM32F4
2014-12-29 16:55:14 -06:00
texane cbab4b1e34 update README for STM32F103RB support 2014-12-25 21:31:26 -06:00
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