Skip to content

Commit

Permalink
DOC: Updated documentation before a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cederom committed Feb 15, 2017
1 parent 1661b2f commit 7134306
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 11 deletions.
4 changes: 2 additions & 2 deletions COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Serial Wire Debug Open Library is distributed under 3-clause BSD license.

Copyright (C) 2010-2013, Tomasz Boleslaw CEDRO (http://www.tomek.cedro.info)
Copyright (C) 2010-2017, CeDeROM Tomasz CEDRO (http://www.tomek.cedro.info)
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand All @@ -26,4 +26,4 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.*

Written by Tomasz Boleslaw CEDRO <[email protected]>, 2010-2013;
Written by CeDeROM Tomasz Boleslaw CEDRO <[email protected]>, 2010-2017;
11 changes: 10 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
LibSWD-0.6-devel:
LibSWD-0.7 (2017-02-15):
* ARM Cortex-M0 and Cortex-M4 support.
* AP read fix (ABORT after READ).
* MEMAP support for 16-bit non-packed writes.
* LibSWD Application CLI and CPUID improvements.
* Fixed byte-laning and memory alignment issues.
* Source code cleanup.
* Special thanks to Andrew Parlane of [Carallon Ltd.](http://www.carallon.com/)! :-)

LibSWD-0.6 (2013-10-20):
* Introducing CLI (Command Line Interface) parser framework. Updated error defines.
* Major fixes in LOG functions. Introducing vprintf() like libswd_log_internal_va().
* Added DEFAULT defines for LogLevel and AutoFixErrors libswdctx->config values.
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
For news and updates please visit project website at http://libswd.sf.net :-)
For news and updates please visit project website at https://github.com/CeDeROM/LibSWD :-)
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,20 @@ Initial research and practical tests were performed back in 2010 on STM32 family
## Credits

Various parts of this research project were thankfully conducted, contributed and supported by:
* [Tomasz Bolesław CEDRO](http://www.tomek.cedro.info) (me) that is Inventor, Developer and Maintainer of LibSWD.
* [Orange Labs Warsaw](http://www.orange.com/en_EN/group/global_footprint/countries/poland/poland-lab.jsp) and [Orange Labs Paris](http://www.orange.com/en_EN/group/global_footprint/countries/france/france-lab.jsp) that I work for as R&D Specialist.
* [Tomasz Bolesław CEDRO aka CeDeROM](http://www.tomek.cedro.info) (me) that is Inventor, Developer and Maintainer of LibSWD.
* [Orange Labs Warsaw](http://www.orange.com/en_EN/group/global_footprint/countries/poland/poland-lab.jsp) and [Orange Labs Paris](http://www.orange.com/en_EN/group/global_footprint/countries/france/france-lab.jsp) that I worked for as R&D Architect.
* [Cybernetic Research Student Group](http://cyber.ise.pw.edu.pl/) that I am founder, at [Warsaw University of Technology](http://www.pw.edu.pl).
* [Polish Interdisciplinary NEUROSCIENCE Group](http://www.neuroscience.pl) that I am founder.
* Krzysztof Kajstura of [Kristech](http://kristech.eu/).
* Andras Ketskes of [BodyTrace Inc](http://www.bodytrace.com/).
* Andrew Parlane of [Carallon Ltd](http://www.carallon.com/).
* Individuals from all around the world, including [Freddie Chopin](http://www.freddiechopin.info), [Akos Vandra](https://github.com/axos88), [Evan Foss](https://sites.google.com/site/evanfoss).
* My "free" time :-)
* My so called "free" time :-)


## Releases

### 2017-02-15: [libswd-0.7.tar.gz](https://github.com/cederom/LibSWD/releases/download/libswd-0.7/libswd-0.7.tar.gz) / [libswd-0.7.pdf](https://github.com/cederom/LibSWD/releases/download/libswd-0.7/libswd-0.7.pdf)

### 2013-10-20: [libswd-0.6.tar.gz](https://github.com/cederom/LibSWD/releases/download/libswd-0.6/libswd-0.6.tar.gz) / [libswd-0.6.pdf](https://github.com/cederom/LibSWD/releases/download/libswd-0.6/libswd-0.6.pdf)

Expand Down Expand Up @@ -118,11 +119,14 @@ LibSWD is documented using Doxygen. Documentation body is included within the so

## History

### Upcoming release improvements
* ARM Cortex-M0 support.
### 2017-02-15:
* LibSWD 0.7 release.
* ARM Cortex-M0 and Cortex-M4 support.
* AP read fix (ABORT after READ).
* MEMAP support for 16-bit non-packed writes.
* LibSWD Application CLI improvements.
* LibSWD Application CLI and CPUID improvements.
* Fixed byte-laning and memory alignment issues.
* Source code cleanup.
* Special thanks to Andrew Parlane of [Carallon Ltd.](http://www.carallon.com/)! :-)

### 2015-04-10:
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Feel free to suggest fixes/changes/features at project website:
http://libswd.sf.net
https://github.com/CeDeROM/LibSWD/

0 comments on commit 7134306

Please sign in to comment.