Karl Palsson
75c434ef2d
Examples have no place in stlink codebase.
...
They should be in a standalone repository, that can focus on clean,
easy to follow, well documented, well tested examples.
If you just want some example binaries that you can use to test your
installation is working, the libopencm3 project has various blink
projects for all the STM32 Discovery boards.
2012-06-20 19:01:27 +00:00
texane
e49bcb357a
Merge pull request #93 from zyp/master
...
Added flash loader stub for F2/F4.
2012-06-08 07:57:31 -07:00
Vegard Storheil Eriksen
8151bf5c4a
Added flash loader stub for F2/F4.
2012-06-08 16:44:11 +02:00
texane
10924baac1
Merge pull request #91 from UweBonnes/master
...
st-flash: Honor read size, when given and add \n to mesage when no STLINK found
2012-06-07 09:23:57 -07:00
Uwe Bonnes
0e7ee109f6
Add \n to WLOG when no STLINK found
2012-06-07 18:17:29 +02:00
Uwe Bonnes
cfb1e86252
st-flash: Honor size, if given
2012-06-07 18:03:23 +02:00
texane
7155c59191
Merge pull request #86 from szczys/master
...
Added support for the STM32F0-Discovery board
2012-06-03 10:28:42 -07:00
Mike Szczys
bdb1a498df
Added STM32F0-Discovery board to the blink example code
2012-06-03 10:47:18 -05:00
Mike Szczys
8975f92574
Added memory map for STM32F05xxx chips
2012-06-03 10:44:48 -05:00
Mike Szczys
9ccb398ab7
Corrected F0 DBGMCU_IDCODE register address
2012-06-03 10:39:34 -05:00
Fabien Le Mentec
14db250dcc
[ update ] F0 chip id
2012-06-03 01:40:27 -05:00
Fabien Le Mentec
a303d9fe7a
[ fix ] apply jserv@0xlab.org patch, 0001-trivial-documentation-fix-for-st-util-path
2012-05-26 09:48:48 -05:00
texane
d3cb66a882
Merge pull request #84 from Tectu/master
...
Fixed option bytes
2012-05-26 07:33:01 -07:00
Tectu
105b293a15
fixed option bytes amount
2012-05-25 17:05:44 +02:00
Fabien Le Mentec
fc85ba71f1
[ fix ] missing LIBUSB_CALL definition
2012-05-17 01:39:16 -05:00
texane
bfa09149d4
Merge pull request #79 from WinterMute/mingw-mmap
...
Mingw mmap reimplementation
2012-05-16 23:21:02 -07:00
Dave Murphy
299c5d272f
use BSD timersub
2012-05-16 23:41:42 +01:00
Dave Murphy
4080a3ecbb
bump version
2012-05-16 23:31:07 +01:00
Dave Murphy
89016d1d86
add COPYING to repository to avoid license confusion
2012-05-16 22:44:31 +01:00
Dave Murphy
5bbef2f18b
fix whitespace
2012-05-16 22:22:54 +01:00
Dave Murphy
8e4efc3602
reimplement mingw mmap
2012-05-16 22:15:38 +01:00
texane
d2c78b96e0
Merge pull request #77 from WinterMute/mingw
...
Changes to allow compiling for windows using mingw toolchains
2012-05-14 08:18:46 -07:00
Dave Murphy
620a63c3ed
Merge branch 'master' into mingw
2012-05-14 12:35:30 +01:00
Dave Murphy
c0eb32267c
ignore elf files in example
2012-05-14 10:57:41 +01:00
Dave Murphy
802049ed7d
bump stlink version
2012-05-14 10:55:55 +01:00
Dave Murphy
80d6035828
use sys/time.h for mingw compatiblity, use LIBUSB_CALL modifier for callback
2012-05-13 22:57:27 +01:00
Dave Murphy
947c1409e3
cast to avoid pointer warning
2012-05-13 22:55:41 +01:00
Dave Murphy
d02326726a
fix signedness warning
2012-05-13 22:54:26 +01:00
texane
5cb053d227
Merge pull request #76 from prattmic/master
...
Fixed issue #66
2012-05-11 11:14:04 -07:00
Michael Pratt
b61a06a8b7
Fixed issue #66 - Fixed the F4 memory map to include CCM RAM. https://github.com/texane/stlink/issues/66
2012-05-11 14:11:12 -04:00
Dave Murphy
c6b6f4c51d
prototype main function properly
2012-04-29 19:44:51 +01:00
Dave Murphy
49bafd8739
wrap read/write socket functions on mingw
2012-04-29 19:30:27 +01:00
Dave Murphy
c5b021c6ab
allow use of %zx format specifier om mingw
2012-04-29 18:49:08 +01:00
Dave Murphy
2559ab0c30
use WSAStartup on windows, replace bzero with memset
2012-04-29 18:48:26 +01:00
Dave Murphy
6db2766e3f
undefine macros for socket redirection, fix warnings
2012-04-29 18:47:38 +01:00
Dave Murphy
24171a2fd8
use correct headers
2012-04-29 18:46:49 +01:00
Dave Murphy
7ed5be2963
build with mingw
2012-04-29 14:43:46 +01:00
Dave Murphy
414ca992d7
update ignores for generated files
2012-04-29 14:09:06 +01:00
Dave Murphy
691e9af28d
Changes for compiling with mingw32
...
add mmap & pread functions when compiling for systems that don't provide them
don't use libtoolize, stick with static libraries
2012-04-28 22:55:23 +01:00
Dave Murphy
087a3596c3
autoconfiscate
2012-04-28 02:13:58 +01:00
texane
419b33f6ef
Merge pull request #73 from xgoat/master
...
Fix an unused parameter compiler warning
2012-04-23 22:16:12 -07:00
Rob Spanton
b014aebd63
Fix an unused parameter warning
...
test_sg.c's main doesn't use its argv parameter, and so the compiler
warns us this is the case. This patch stops it from warning us.
2012-04-23 23:21:29 +01:00
texane
b0a477d2a7
Merge pull request #61 from UweBonnes/master
...
Use stlink-usb also for STLINKV1, Rename flash to st-flash
2012-02-08 09:00:42 -08:00
Uwe Bonnes
41c5ef21ab
Rename "flash" to "st-flash"
2012-02-07 21:48:46 +01:00
Uwe Bonnes
957b9c504f
Revive the V1 pathes in stlink-usb. Tested with the STM32VL Discovery.
2012-02-07 21:43:43 +01:00
Uwe Bonnes
c2d09105f5
Remove an outdated FIXME
2012-02-07 21:20:54 +01:00
texane
a4547c31a7
Merge pull request #59 from UweBonnes/master
...
Distinguish L1/F2/F4 and let F2 program
2012-02-04 07:17:34 -08:00
Uwe Bonnes
e919d94870
Report about more Chips tested
2012-02-04 15:49:11 +01:00
Uwe Bonnes
7d9f4129ab
Merge branch 'master' of git://github.com/texane/stlink
...
Conflicts:
src/stlink-common.c
Solved by propagating Karl's name change
2012-02-04 15:44:40 +01:00
Uwe Bonnes
5cd3ad39ba
Merge branch 'master' of github.com:UweBonnes/stlink
2012-02-02 22:53:20 +01:00