From: <jo...@us...> - 2008-11-11 21:01:28
|
Revision: 423 http://mspsim.svn.sourceforge.net/mspsim/?rev=423&view=rev Author: joxe Date: 2008-11-11 21:01:20 +0000 (Tue, 11 Nov 2008) Log Message: ----------- updated changelog and version - prepared for release Modified Paths: -------------- mspsim/CHANGE_LOG.txt mspsim/se/sics/mspsim/core/MSP430Constants.java Modified: mspsim/CHANGE_LOG.txt =================================================================== --- mspsim/CHANGE_LOG.txt 2008-11-10 15:01:22 UTC (rev 422) +++ mspsim/CHANGE_LOG.txt 2008-11-11 21:01:20 UTC (rev 423) @@ -1,3 +1,16 @@ +0.95 +- initial GDB stubs implementation (only for memory access) +- CLI command for setting up gdbstubs server (gdbstubs PORT) +- fixed USART timing to be more correct +- added Ant build script +- cleanup of CLI and platforms +- fixed statistics to be more correct +- added SimEvent for notications of start/stop of emulator +- CORE: bugfix in read/write SR - made it impossible to turn of interrupts +- improved CC2420 support including correct overflow handling and better + handling of VREG_OFF +- added logging on/off from CLI and support for loggin CC2420 + 0.94 Changes: - fixed so that IOPorts output 1 on pins that are configured as input Modified: mspsim/se/sics/mspsim/core/MSP430Constants.java =================================================================== --- mspsim/se/sics/mspsim/core/MSP430Constants.java 2008-11-10 15:01:22 UTC (rev 422) +++ mspsim/se/sics/mspsim/core/MSP430Constants.java 2008-11-11 21:01:20 UTC (rev 423) @@ -43,7 +43,7 @@ public interface MSP430Constants { - public static final String VERSION = "0.94"; + public static final String VERSION = "0.95"; 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. |