From 057e32c81e4c803ea5e7fc96d964a29db2479ba0 Mon Sep 17 00:00:00 2001 From: joxe Date: Thu, 11 Sep 2008 11:23:57 +0000 Subject: [PATCH] updated changelog git-svn-id: https://mspsim.svn.sourceforge.net/svnroot/mspsim/mspsim@318 23d1a52b-0c3c-0410-b72d-8f29ab48fe35 --- CHANGE_LOG.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGE_LOG.txt b/CHANGE_LOG.txt index dd33db4..460760b 100644 --- a/CHANGE_LOG.txt +++ b/CHANGE_LOG.txt @@ -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 @@ Changes: - 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 @@ Changes: 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