From: <jo...@us...> - 2008-09-11 11:23:59
|
Revision: 318 http://mspsim.svn.sourceforge.net/mspsim/?rev=318&view=rev Author: joxe Date: 2008-09-11 11:23:57 +0000 (Thu, 11 Sep 2008) Log Message: ----------- updated changelog Modified Paths: -------------- mspsim/CHANGE_LOG.txt Modified: mspsim/CHANGE_LOG.txt =================================================================== --- mspsim/CHANGE_LOG.txt 2008-09-10 21:50:22 UTC (rev 317) +++ mspsim/CHANGE_LOG.txt 2008-09-11 11:23:57 UTC (rev 318) @@ -1,3 +1,9 @@ +0.93 +Changes: +- removed tick based component support from MSP430 core +- reimplemented USART to be event based instead of tick based +- ... + 0.92 Changes: - fixed bug with a write register which did not handle word/byte @@ -5,7 +11,7 @@ - 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 instruction to change status flags -- added getDoubleValue in DataSource and made "duty" command print +- 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 - corrected cycle count on some instructions @@ -33,7 +39,7 @@ 0.90 -Changes: +Changes: - fixed multiplier to handle the different modes better. - refactored so that IOUnit is no longer a Chip - added statistics commands and an exec command to the CLI This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |