Wykres commitów

661 Commity (ee62707b4a6ed146dad59123e0ab7d1522dbb558)

Autor SHA1 Wiadomość Data
Nicolas Schodet ee62707b4a Add STM32L1xx Cat.2 devices support 2015-05-25 16:42:42 +02:00
texane 3181cb3d51 Merge pull request #313 from schodet/f2-memory
Fix F2 memory map
2015-05-18 17:16:28 +02:00
Nicolas Schodet af4a00a193 Fix F2 memory map
This enables GCC to only erase needed pages.
2015-05-18 17:02:26 +02:00
texane 603a723f29 Merge pull request #311 from naedanger/master
Updated the memory map for stm32f42xxx and stm32f43xxx devices.
2015-05-05 12:53:02 +02:00
Craig Lilley 0c11337f02 Updated the memory map for stm32f42xxx and stm32f43xxx devices.
* These devices have up to 256K of sram.
* External memory accessed via the FMC controller is now accessible
  in GDB.
2015-05-04 23:16:31 +01:00
texane 4751e2c1d0 Merge pull request #310 from rkreis/add-working-targets
add some known working targets
2015-04-29 09:52:01 +02:00
Robin Kreis eaf4520fc0 add some known working targets 2015-04-29 09:07:45 +02:00
texane 6f5a3035a6 Merge pull request #309 from rkreis/fix-stm32l0x-typo
fix typo in stm32l0x flash loader
2015-04-29 07:23:21 +02:00
Robin Kreis 8c26581f59 fix typo in stm32l0x flash loader
The typo caused errors when flashing an stm32l052.  This commit makes
stlink-common.c match flashloaders/stm32l0x.s.
2015-04-28 22:37:01 +02:00
texane 8d928707d3 Merge pull request #307 from kylemanna/stm32f303_high_density
Add support for STM32F303 High Density
2015-04-24 08:06:26 +02:00
Kyle Manna 0c900d76a9 stlink: Add flash support for STM32F303 High Density
* Add the necessary teststo use the existing flash code.  Haven't
  verified via datasheet if it's correct.
* Works for me on the STM32F303RE Nucleo.
2015-04-23 17:05:33 -07:00
Kyle Manna 7890d4ccfb README: Add STM32 Nucleo-F303RE board
* Add another to the list.  Preliminary testing works.
2015-04-23 17:05:33 -07:00
Kyle Manna 3b37cbf3c6 stlink: Add STM32F303 High Density Support
* STK32F303RET6 device from STM32 F3 Nucelo board
2015-04-23 17:05:29 -07:00
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