From: <jo...@us...> - 2008-09-04 21:25:39
|
Revision: 300 http://mspsim.svn.sourceforge.net/mspsim/?rev=300&view=rev Author: joxe Date: 2008-09-04 21:25:34 +0000 (Thu, 04 Sep 2008) Log Message: ----------- updated version number and added info in CHANGELOG to prepare for release of 0.92 Modified Paths: -------------- mspsim/CHANGE_LOG.txt mspsim/se/sics/mspsim/core/MSP430Constants.java Modified: mspsim/CHANGE_LOG.txt =================================================================== --- mspsim/CHANGE_LOG.txt 2008-09-04 19:11:51 UTC (rev 299) +++ mspsim/CHANGE_LOG.txt 2008-09-04 21:25:34 UTC (rev 300) @@ -2,6 +2,12 @@ Changes: - fixed bug with a write register which did not handle word/byte - fixed bug which caused array out of bounds on IO-units. +- fixed bug in timer causing interrupts when timer was stopped +- fixed bug in timer to handle start/stop better +- fixed bug in MSP430 core that caused MOV operand to change status flags +- added getDoubleValue in DataSource and made "duty" command print + duty cycle information as double instead of int +- fixed windows to accept double input and not only int input 0.91 Changes: Modified: mspsim/se/sics/mspsim/core/MSP430Constants.java =================================================================== --- mspsim/se/sics/mspsim/core/MSP430Constants.java 2008-09-04 19:11:51 UTC (rev 299) +++ mspsim/se/sics/mspsim/core/MSP430Constants.java 2008-09-04 21:25:34 UTC (rev 300) @@ -43,7 +43,7 @@ public interface MSP430Constants { - public static final String VERSION = "0.91"; + public static final String VERSION = "0.92"; public static final int RESET_PUC = 0; public static final int RESET_POR = 1; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |