Wykres commitów

  • 40c9d08c60 moved the device parameter loading at the end of initialization for V1 devices- fixed the problem of non working V1 devices Friedrich Beckmann 2012-01-03 23:52:44 +0100
  • d9d90970b5 Merge 01de7aa2cf into 7eb080490c GitHub Merge Button 2011-12-23 03:32:00 -0800
  • df2326f9a6 Merge 7eb080490c into 49238681e4 GitHub Merge Button 2011-12-23 02:32:24 -0800
  • 01de7aa2cf Fixed the STM32F1VL load problem Friedrich Beckmann 2011-12-22 18:30:36 +0100
  • 7eb080490c Move reset/load_param in the open functions, as requested by Karl Uwe Bonnes 2011-12-18 23:35:20 +0100
  • 82c638ed83 For gdbserver, use the same initialization sequence like for flashing Uwe Bonnes 2011-12-18 21:44:40 +0100
  • 1785fd73c5 Add a TODO to check for Supply Voltage before setting F4 paralleisme to 32 bits Uwe Bonnes 2011-12-18 19:24:32 +0100
  • da8f7b1a6a If no read size is given, read the whole flash Uwe Bonnes 2011-12-18 19:13:46 +0100
  • 92cdf49e28 Clip flash read request to maximum flash size Uwe Bonnes 2011-12-18 19:03:58 +0100
  • 6ab0eb83be While L1 has empty flash cell erased to zero, at least F1/F4 are erased to 0xff. Uwe Bonnes 2011-12-18 18:47:21 +0100
  • 379fcb3c61 Also ignore ZEROs at end of file when writing Uwe Bonnes 2011-12-18 16:53:16 +0100
  • 6f194ad388 Ignore NULL bytes at flash end when reading Uwe Bonnes 2011-12-18 16:34:16 +0100
  • 7f0e9ada38 Replace remaining _mem32 single word accesses with _debug32 Uwe Bonnes 2011-12-18 15:40:09 +0100
  • 5652cee37d Fix a wrong placed brace and and a not replaced stlink_write_mem32() that keep STM32L from programming Uwe Bonnes 2011-12-18 15:21:26 +0100
  • fba79be3b4 Page erase for STM32L needs a real write to lowest address with 0. stink_write_mem(.., ..,0) is undedined Uwe Bonnes 2011-12-18 15:03:51 +0100
  • 49238681e4 [update] stlinkv1_macosx_driver/README Fabien Le Mentec 2011-12-16 14:28:15 -0600
  • 8e1a1afa93 [update] AUTHOR Fabien Le Mentec 2011-12-16 14:07:38 -0600
  • 62ea3faf1e [add] stlinkv1_macosx_driver from marco.cassinerio@gmail.com Fabien Le Mentec 2011-12-16 14:07:17 -0600
  • 2e6f2b6a65 Merge pull request #36 from UweBonnes/master texane 2011-12-13 11:53:08 -0800
  • 1a50fb1e53 Merge 9953efb763 into 195eced8c9 GitHub Merge Button 2011-12-13 11:48:12 -0800
  • 9953efb763 Use the single word accesses in the flash inner loop too. We first swap the data, then the access routine swaps the data again, but cycles are cheep and so don't need another access function Uwe Bonnes 2011-12-13 20:35:32 +0100
  • 03e745140d Use the single WORD memory access Uwe Bonnes 2011-12-13 19:56:10 +0100
  • 9ef6d28cb5 Modify shutdown seqeunce. Now a F107 in sleep mode reacts on the reset pin after running stlink Uwe Bonnes 2011-12-13 18:41:07 +0100
  • 5eda4566d6 Determine the device parameters explicit after running stlink_reset(). Otherwise a sleeping device (WFI) doesn't return the parameters. Uwe Bonnes 2011-12-13 17:48:54 +0100
  • 3e72f0b1b3 Implement and expose single 32 memory read/write Uwe Bonnes 2011-12-13 13:27:32 +0100
  • 195eced8c9 Merge pull request #35 from UweBonnes/master texane 2011-12-12 09:05:14 -0800
  • 28956cf2c9 Expose JTAG NRST Uwe Bonnes 2011-12-12 15:22:19 +0100
  • a35386df20 Merge b1e89edb57 into 592276c939 GitHub Merge Button 2011-12-12 04:38:33 -0800
  • b1e89edb57 More files to ignore Uwe Bonnes 2011-12-10 21:27:54 +0100
  • e82da443bf Print undecode chip_id too Uwe Bonnes 2011-12-10 19:01:52 +0100
  • face2e7bab Add explicit dependancy on the stlink archive Uwe Bonnes 2011-12-10 18:22:51 +0100
  • 48b604040a Fix leakage pathes for V1 Uwe Bonnes 2011-12-10 18:08:06 +0100
  • c1130cc3a6 Fix memory leakage pathe with no V2 device found Uwe Bonnes 2011-12-10 17:59:20 +0100
  • bcee01d705 Chevck first for NULL before writing anything to the alloceted structure Uwe Bonnes 2011-12-10 17:17:25 +0100
  • 2edd0530a6 Only call strtoul when there is an argument that strtoul can work on Uwe Bonnes 2011-12-10 17:15:48 +0100
  • 592276c939 [update] apply patches from marpe@mimuw.edu.pl: stlink-sg.c unused/uninitialized variables le mentec fabien 2011-11-22 10:04:36 -0600
  • bd1249c224 [update] apply patches from marpe@mimuw.edu.pl: strict aliasing issues, busy bit waiting le mentec fabien 2011-11-22 09:54:55 -0600
  • e9586c100e [update] apply patches from marpe@mimuw.edu.pl for flash tool: verbosity, run after programm\ le mentec fabien 2011-11-22 09:39:58 -0600
  • 49569ccd6b [update] blink_flash makefile Fabien Le Mentec 2011-11-20 15:54:00 -0600
  • a9237d7eb0 Merge pull request #29 from karlp/future_f1plusf4 texane 2011-11-15 12:40:23 -0800
  • 9188bc78e5 Merge fd332562a7 into 5e1e150d5c GitHub Merge Button 2011-11-15 12:30:24 -0800
  • fd332562a7 Fix merge problem with flash verify for F4 Karl Palsson 2011-11-15 19:56:14 +0000
  • 83a5eb2ed3 Merge branch 'tmaster' into future Karl Palsson 2011-11-15 00:57:09 +0000
  • 794a560ebf Merge remote branch 'origin/libwork2' Karl Palsson 2011-11-14 23:50:18 +0000
  • 8542b23c6e Update readme, as this is about to get messy! Karl Palsson 2011-11-14 23:32:50 +0000
  • b55b75c3b9 Remove final reference to old sg/usb compilation flags Karl Palsson 2011-11-14 23:01:03 +0000
  • 5e1e150d5c Merge pull request #28 from jnosky/master texane 2011-11-14 13:32:02 -0800
  • 8b256f91ec Merge 768a70d321 into 6ff401d4db GitHub Merge Button 2011-11-14 13:25:56 -0800
  • 768a70d321 Added code so gdbserver can fully support the STM32F4 variable page sizes jnosky 2011-11-14 16:20:49 -0500
  • 67db39b0b3 Changed size argument to hex jnosky 2011-11-14 16:16:57 -0500
  • 93b186f15b Removed comment about STM32F4 limitations jnosky 2011-11-14 16:15:31 -0500
  • 6ff401d4db Merge pull request #27 from csamuelson/master texane 2011-11-13 22:16:45 -0800
  • 09d732d776 Keep netbeans happy Karl Palsson 2011-11-14 04:14:41 +0000
  • 9ac1f0d9d6 Fix memory leaks closing v1 hardware. Karl Palsson 2011-11-14 04:12:49 +0000
  • dbe5391bd1 Remove dead code and unused variables Karl Palsson 2011-11-14 04:12:29 +0000
  • d019d3fc4f Turn down default logging level. Karl Palsson 2011-11-14 04:11:10 +0000
  • e509310406 Start up stlinkv1 faster. Karl Palsson 2011-11-14 03:52:19 +0000
  • a76c9ccfb3 Remove lots of dead code and superfluous trace Karl Palsson 2011-11-14 03:47:47 +0000
  • 0586bf4f54 Merge 48931eb4c5 into 16d9f91c8c GitHub Merge Button 2011-11-13 19:25:39 -0800
  • 55dd45cb49 Note that many of these "examples" are busted Karl Palsson 2011-11-14 03:24:12 +0000
  • 48931eb4c5 STM32F4 discovery_demo Makefile needed correct capitalization for Linux Chris Samuelson 2011-11-13 21:20:30 -0600
  • 93da0169c0 Remove confusing distclean/clean dichotomy Karl Palsson 2011-11-14 03:03:07 +0000
  • 2600d78b7c Start to keep an uptodate list of what's been tested in what combinations Karl Palsson 2011-11-14 02:59:38 +0000
  • b48420e394 Don't refetch the chip id on every single page erase. Karl Palsson 2011-11-12 18:21:46 +0000
  • a7c80d038f Fix linking with new names Karl Palsson 2011-11-08 01:13:50 +0000
  • a7d14c7d4e Adding original source of vl factory demo Karl Palsson 2011-11-08 01:13:21 +0000
  • fd1e3f5f2e Build libraries for stm32l1xx and stm32f10x Karl Palsson 2011-11-08 00:57:54 +0000
  • 518fe1b0d0 Fix compile error with new libraries Karl Palsson 2011-11-07 22:56:34 +0000
  • d69cad8849 Rename board specific demos as appropriate Karl Palsson 2011-11-07 22:56:15 +0000
  • 3ec53a0d34 Rename 32L specific examples Karl Palsson 2011-11-07 22:55:20 +0000
  • 29cf5d590c Restructure libs source to support multi platform Karl Palsson 2011-11-07 22:00:13 +0000
  • 77f2d8b76c Don't try reading device params in bad USB modes. Karl Palsson 2011-11-14 02:25:31 +0000
  • 3c6f2f5231 Fix flash writing for VL cores. Karl Palsson 2011-11-14 01:25:56 +0000
  • 16d9f91c8c Merge pull request #25 from jnosky/master texane 2011-11-12 23:22:44 -0800
  • c4315dba65 Merge 3d3287aa95 into 0ff09f90ce GitHub Merge Button 2011-11-12 14:06:17 -0800
  • 3d3287aa95 Added note about STM32F4 flash support jnosky 2011-11-12 17:02:18 -0500
  • 126c1cb026 Add STM32F4 discovery board demo and make file jnosky 2011-11-12 16:48:49 -0500
  • fd49cd72b9 Added IO_Toggle demo and make file jnosky 2011-11-12 16:48:23 -0500
  • ce6b40855b Added STM32F4xx Std Periph driver source and make file jnosky 2011-11-12 16:41:46 -0500
  • f5316111c0 Removed binaries jnosky 2011-11-12 16:38:17 -0500
  • 2f65f44249 Added IO_Toggle demo sources and make file jnosky 2011-11-12 16:22:49 -0500
  • 51e5999583 Added STM32F4 discovery demo sources and make file jnosky 2011-11-12 16:22:03 -0500
  • af0b374152 Added USB Device library sources jnosky 2011-11-12 16:21:04 -0500
  • ec7a84c540 Added USB Host library sources jnosky 2011-11-12 16:20:02 -0500
  • 428744bbe3 Added STM32F4xx StdPeriph Driver sources jnosky 2011-11-12 16:19:17 -0500
  • c2fa32ce2b Added USB OTG Driver sources jnosky 2011-11-12 16:17:43 -0500
  • 4856df1aad Added STM32F4-Discovery utilities jnosky 2011-11-12 16:17:03 -0500
  • 6b26cc09ad Added my email jnosky 2011-11-12 16:16:15 -0500
  • 0c587eedfd Read chip and core id in device param loading. Karl Palsson 2011-11-12 20:45:41 +0000
  • 5a5d36fdc3 Move all the flash size mapping from gdb server into core. Karl Palsson 2011-11-12 20:36:43 +0000
  • 0ff09f90ce [merge] merge jnosky/master Fabien Le Mentec 2011-11-12 02:25:02 -0600
  • 13c0da3bcc Merge branch 'jnosky/master' Fabien Le Mentec 2011-11-12 01:49:08 -0600
  • bf77341133 Merge b32eb29a80 into e714623a30 GitHub Merge Button 2011-11-11 21:32:42 -0800
  • 6cc3375151 Merge branch 'master' of github.com:karlp/stlink Karl Palsson 2011-11-11 22:59:44 +0000
  • e9a205ff98 Finish removing sg-utils dependencies. Karl Palsson 2011-11-11 15:38:09 +0000
  • 5ac2c52296 Merge pull request #1 from PetteriAimonen/master Karl Palsson 2011-11-11 07:30:21 -0800
  • b32eb29a80 Changed chip detection method jnosky 2011-11-10 20:15:06 -0500
  • d6ab5b0c3f Temp fix to work with F4 up to 64k of flash, changed chip detection jnosky 2011-11-10 20:12:29 -0500
  • 43974f34ad Added the IO_Toggle and discovery demo samples including a working make jnosky 2011-11-10 20:09:20 -0500
  • bd8b822e97 Added all the F4 libraries to the project jnosky 2011-11-10 20:06:27 -0500