Wykres commitów

51 Commity (e82da443bf0f113f7fc3cad71322a69f0db22360)

Autor SHA1 Wiadomość Data
Fabien Le Mentec 49569ccd6b [update] blink_flash makefile 2011-11-20 15:54:00 -06:00
Karl Palsson 83a5eb2ed3 Merge branch 'tmaster' into future
This branch should work for F1 and F4 devices.  It has currently been tested
with F1 value line, (a VL discovery board) programmed via gdb via both an
stlinkv1 and an stlinkv2.

F4 has _not_ yet been tested on this branch

Conflicts:
	.gitignore
	doc/tutorial/tutorial.pdf
	example/blink/main.c
	gdbserver/Makefile
	gdbserver/gdb-server.c
	src/stlink-common.c
	src/stlink-common.h
	src/stlink-usb.c
2011-11-15 00:57:09 +00:00
Karl Palsson 55dd45cb49 Note that many of these "examples" are busted 2011-11-14 03:24:12 +00:00
Chris Samuelson 48931eb4c5 STM32F4 discovery_demo Makefile needed correct capitalization for Linux 2011-11-13 21:20:30 -06:00
Karl Palsson a7c80d038f Fix linking with new names 2011-11-14 02:47:44 +00:00
Karl Palsson a7d14c7d4e Adding original source of vl factory demo
It compiles, but I've got bugs preventing me from running this yet :(
2011-11-14 02:47:44 +00:00
Karl Palsson fd1e3f5f2e Build libraries for stm32l1xx and stm32f10x
These libraries IGNORE assert_param.  Maybe later.
2011-11-14 02:47:44 +00:00
Karl Palsson 518fe1b0d0 Fix compile error with new libraries 2011-11-14 02:47:44 +00:00
Karl Palsson d69cad8849 Rename board specific demos as appropriate 2011-11-14 02:47:44 +00:00
Karl Palsson 3ec53a0d34 Rename 32L specific examples 2011-11-14 02:47:44 +00:00
Karl Palsson 29cf5d590c Restructure libs source to support multi platform
The "libstm32l_discovery" was actually the ST std periph library, plus the
CMSIS core files.  Renamed it as such, and restructured the directories and
naming to make this easier to contain the std periph drivers for more than
just one board.

Verified with the LCD demo makefile, and loading it in sram again.
2011-11-14 02:47:44 +00:00
jnosky 126c1cb026 Add STM32F4 discovery board demo and make file 2011-11-12 16:48:49 -05:00
jnosky fd49cd72b9 Added IO_Toggle demo and make file 2011-11-12 16:48:23 -05:00
jnosky ce6b40855b Added STM32F4xx Std Periph driver source and make file 2011-11-12 16:41:46 -05:00
jnosky f5316111c0 Removed binaries 2011-11-12 16:38:17 -05:00
jnosky 2f65f44249 Added IO_Toggle demo sources and make file 2011-11-12 16:22:49 -05:00
jnosky 51e5999583 Added STM32F4 discovery demo sources and make file 2011-11-12 16:22:03 -05:00
jnosky af0b374152 Added USB Device library sources 2011-11-12 16:21:04 -05:00
jnosky ec7a84c540 Added USB Host library sources 2011-11-12 16:20:02 -05:00
jnosky 428744bbe3 Added STM32F4xx StdPeriph Driver sources 2011-11-12 16:19:17 -05:00
jnosky c2fa32ce2b Added USB OTG Driver sources 2011-11-12 16:17:43 -05:00
jnosky 4856df1aad Added STM32F4-Discovery utilities 2011-11-12 16:17:03 -05:00
Fabien Le Mentec 0ff09f90ce [merge] merge jnosky/master 2011-11-12 02:25:02 -06:00
Karl Palsson c98c487fa5 Merge branch 'master' of https://github.com/texane/stlink
Conflicts:
	Makefile
	doc/tutorial/tutorial.pdf
	example/blink/Makefile
	flash/main.c
	src/stlink-common.c
	src/stlink-usb.c

Mostly whitespace conflicts it seems.
2011-11-04 02:51:15 +00:00
Karl Palsson ee772151c2 Remove unneeded old files 2011-11-01 18:51:14 +00:00
jnosky 0fbdd62e61 Fixed flash utility for STM32F4
Can write entire 1MB of flash
2011-10-29 18:17:46 -04:00
Fabien Le Mentec 5a379699bb [add] dac example 2011-10-27 10:58:13 -05:00
Fabien Le Mentec d762080c1b [fixme] blink_flash example working. more initialization needed, use libstm32_discovery. 2011-10-23 08:23:38 -05:00
Fabien Le Mentec 27448f5a6f [fix] stm32l flash write 2011-10-22 16:07:13 -05:00
Karl Palsson 85ff603805 Make the blink example build for all platforms.
Less mucking around with make parameters, it's a tiny build.  Verified with a
VL and L board.

Removed the old obsolete bin file
2011-10-22 15:46:19 +00:00
Karl Palsson 9bc72d4519 Merge upstream texane/master 2011-10-22 02:11:04 +00:00
Karl Palsson 234e144d5d Add debug flag by default, no need not to have it in the elf. 2011-10-22 02:06:35 +00:00
Karl Palsson a4e5aba21e Fix character encodings of st provided files. 2011-10-22 02:06:07 +00:00
Ned Konz f10d08b4a5 Added multiple-board support to blink_flash Makefile 2011-10-19 18:55:29 -07:00
Fabien Le Mentec 56c4ba72c5 [merge] patches from uwe 2011-10-19 12:07:56 -05:00
Jeffrey Nelson f4d4f19f61 Updated SRAM blink files to work with STM32F4-Discovery board 2011-10-18 00:31:26 -04:00
Fabien Le Mentec 6b9c19ceb8 [add] blink_flash example 2011-10-16 17:38:27 -05:00
Fabien Le Mentec 2834fed1d8 [update] lcd example, minor 2011-10-16 11:26:52 -05:00
Fabien Le Mentec d8d8e62af1 [fix] LCD GPIO mode must be alternate function 2011-10-16 11:21:59 -05:00
Fabien Le Mentec 4a8fefed01 [update] lcd example uses libstm32l_discovery 2011-10-16 11:05:46 -05:00
Fabien Le Mentec c0e962c378 [add] libstm32l_discovery from ST packages. build directory contains the necessary to build 2011-10-16 10:54:03 -05:00
Fabien Le Mentec a255097c46 [add, wip] example/lcd 2011-10-16 06:01:11 -05:00
Fabien Le Mentec f1ecb3c761 [update] blink does not use bootmode 2011-10-16 01:30:07 -05:00
Fabien Le Mentec 52f3b4381b [mv] blink source into example/blink 2011-10-16 01:28:57 -05:00
Fabien Le Mentec aece5a4d1c [update] port blink example to stm32l discovery 2011-10-15 17:10:15 -05:00
Fabien Le Mentec 1030160953 [update] blinky entrypoint 2011-10-15 13:31:15 -05:00
Fabien Le Mentec 05d3638efd [update] example/Makefile base text address 2011-10-15 12:31:21 -05:00
Karl Palsson 8be7cea215 Swap build.sh for a real Makefile 2011-10-01 23:22:57 +00:00
texane 8c85458eff [add] disasm script 2011-01-14 10:25:05 -06:00
texane 80ec173ad3 [add] default bootloader dump 2011-01-14 10:23:18 -06:00