Skip to content

Commit

Permalink
[doc] updated changelog in readme, removed version reference at begin…
Browse files Browse the repository at this point in the history
…ning of doc
  • Loading branch information
stef committed Mar 11, 2019
1 parent 34d1aff commit e5eec63
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* pyrsp

pyrsp v0.2 is a simple wrapper around the [[https://sourceware.org/gdb/current/onlinedocs/gdb/Remote-Protocol.html#Remote-Protocol][GDB Remote serial
pyrsp is a simple wrapper around the [[https://sourceware.org/gdb/current/onlinedocs/gdb/Remote-Protocol.html#Remote-Protocol][GDB Remote serial
protocol]]. Currently ARM Cortex M3 devices can be tested with the
[[https://github.com/gsmcmullin/blackmagic][Blackmagic JTAG debugger]] and i386 and AMD64 qemu targets are supported
with qemu. But it should be very simple to support other devices that
Expand All @@ -19,6 +19,13 @@ pip install pyelftools pyserial construct six
#+END_EXAMPLE

** changes
*** v0.4 - Thanks <3 Willem, Vasily and Dmitry from ispras.ru
- python3 support
- support for debugging multithreading userspace programs
- more robust qemu debugging
- much improved tests
- RLE data handling in protocol
- support for new construct api
*** v0.3
- support for STLink2 devices
- rudimentary support for dumping fault status and mpu registers
Expand Down

0 comments on commit e5eec63

Please sign in to comment.