Wykres commitów

  • ed16181aa1 Merge f31dae4f24 into ddc95d9737 GitHub Merge Button 2011-07-15 06:57:43 -0700
  • f31dae4f24 Allow for bigger flash block sizes (code by Geoffrey Brown). Peter Zotov 2011-07-14 23:44:09 +0400
  • bc9dc8ffa1 Implement data watchpoints (code by Geoffrey Brown). Peter Zotov 2011-07-14 23:40:59 +0400
  • ddc95d9737 [update] add Karl Palsson to AUTHORS Fabien Le Mentec 2011-06-28 00:34:56 -0500
  • fffac0adbb Merge pull request #6 from whitequark/master texane 2011-06-27 22:22:07 -0700
  • e29b461069 Merge a4126921f0 into be172f24a9 GitHub Merge Button 2011-06-27 22:21:30 -0700
  • be172f24a9 Merge pull request #8 from karlp/master texane 2011-06-27 22:18:46 -0700
  • 3bd2622110 Merge c9ab9cb0c7 into 08a79ed0fe GitHub Merge Button 2011-06-27 22:18:23 -0700
  • c9ab9cb0c7 Build on amd64 architecture. Karl Palsson 2011-06-27 22:29:27 +0000
  • 08a79ed0fe [fix] make_memory_map should receive flash_size as uint32_t Fabien Le Mentec 2011-06-05 12:35:09 -0500
  • 4f35b81fc5 Merge pull request #5 from nullsub/master texane 2011-06-05 10:14:10 -0700
  • c30dc37eb3 Merge 7705e43f06 into 24128597e1 GitHub Merge Button 2011-06-05 10:08:39 -0700
  • 7705e43f06 Added instruction for Ubuntu nullsub 2011-06-01 07:18:59 -0700
  • a4126921f0 make_memory_map should receive flash_size as uint32_t. Peter Zotov 2011-05-19 18:38:02 +0400
  • 24128597e1 [remove] setting up modprobe rules README section texane 2011-04-18 15:37:25 -0500
  • b744334510 [missing] stlink.modprobe.conf texane 2011-04-18 15:23:59 -0500
  • 189d33c0db [patch] bug fixes and documentation improvements by Greg Alexander texane 2011-04-18 13:29:24 -0500
  • ad2470d0eb Use real flash size from system ROM. Peter Zotov 2011-04-08 19:08:15 +0400
  • 12e13cd08a Compare chip IDs correctly. Peter Zotov 2011-04-08 19:08:02 +0400
  • 7f58436b93 Updated memory maps. Peter Zotov 2011-04-08 18:59:31 +0400
  • d1c3176f3a Added udev rules file. Peter Zotov 2011-04-04 19:10:04 +0400
  • aaf1a0cd84 Add real core identification. Now stlink may debug devices other than STM32F100RB on Discovery. Peter Zotov 2011-04-04 12:58:54 +0400
  • 7c294cf6a1 Add support for remote reset commands. Peter Zotov 2011-04-04 12:22:40 +0400
  • a4ae2f66b6 Remove useless message. Peter Zotov 2011-02-17 16:45:03 +0300
  • 955d5f26dd Fix multi-page flash writing. Peter Zotov 2011-02-17 16:44:20 +0300
  • 32045151e9 Reset CPU before and after flash writing. Peter Zotov 2011-02-16 14:28:20 +0300
  • 4b9486f51d Update README. Peter Zotov 2011-02-16 14:18:56 +0300
  • d10edcd6c0 Reduce latency a bit. Peter Zotov 2011-02-16 14:04:32 +0300
  • 870694cbc1 Write flash correctly. Peter Zotov 2011-02-16 12:34:46 +0300
  • 36b8fe70f3 Implement hardware breakpoints. Peter Zotov 2011-02-16 03:56:29 +0300
  • 9795b7e8cc Update memory map. Peter Zotov 2011-02-16 03:55:58 +0300
  • 441bffd8ed Fix alignment when uploading data to flash. Peter Zotov 2011-02-16 02:07:25 +0300
  • 13d7162b0e Fix continue command. Peter Zotov 2011-02-16 00:21:38 +0300
  • 47bb36079b Implemented flash writing. Peter Zotov 2011-02-16 00:01:12 +0300
  • d4b435e7c0 Implement FlashErase GDB command. Peter Zotov 2011-02-15 22:35:19 +0300
  • eac53cf6d1 Implement query command and add memory map. Peter Zotov 2011-02-15 21:50:34 +0300
  • fc7b68944d Add optional -DDEBUG to Makefile. Peter Zotov 2011-02-15 19:48:36 +0300
  • ca668a5a5f Bind to localhost. Peter Zotov 2011-02-15 19:47:57 +0300
  • db0a8d3ddf Use SO_REUSEADDR socket option to allow binding after ^C. Peter Zotov 2011-02-15 19:47:45 +0300
  • db2744519e Don't exit after kill gdb command; re-listen instead. Peter Zotov 2011-02-15 19:47:18 +0300
  • a6c902d67b Add working GDB remote debug server. Peter Zotov 2011-02-15 05:15:28 +0300
  • 1896ea7336 [fix] unknown bug, must use 0x40 instead of pgsize when writing flash texane 2011-01-14 10:49:59 -0600
  • 8c85458eff [add] disasm script texane 2011-01-14 10:25:05 -0600
  • 8c938d019b [update] stlink_{fread,fwrite} texane 2011-01-14 10:24:32 -0600
  • 80ec173ad3 [add] default bootloader dump texane 2011-01-14 10:23:18 -0600
  • fe76cc4a6b [add] dirty example texane 2011-01-14 09:54:01 -0600
  • 18daa64fb4 [fix] use xxx_mem8 to write buffer into sram. texane 2011-01-14 06:18:08 -0600
  • 5f6a692e72 [update] write a file to flash. compile, not tested. texane 2011-01-14 04:45:43 -0600
  • 27b50a3df8 [initial] texane 2011-01-14 02:54:52 -0600