diff --git a/CHANGE_LOG.txt b/CHANGE_LOG.txt index 657fbdb..809bea0 100644 --- a/CHANGE_LOG.txt +++ b/CHANGE_LOG.txt @@ -10,10 +10,11 @@ - improved CC2420 support including correct overflow handling and better handling of VREG_OFF - added logging on/off from CLI and support for loggin CC2420 +- added CLI commands tee and trig. 0.94 Changes: -- fixed so that IOPorts output 1 on pins that are configured as input +- fixed so that IOPorts output 1 on pins that are configured as input (with DIR) - fixed notification of operating modes on the CC2420 for duty cycle calculation, etc. - fixed status register update bug (byte/word problem) @@ -25,7 +26,7 @@ Changes: - improved correctness of timer when reconfiguring CPU clock speed (MCLK) - improved interrupt handling in MSP430 core - added CLI command printcalls that prints all function calls -- fixed buffering of serial input in GUI to avoid freezing AWT. +- fixed buffering of serial input in GUI to avoid freezing AWT. 0.93 Changes: @@ -35,7 +36,7 @@ Changes: scheduled back in time (causing other subsystems to get delays on their events...) - fixed RadioWrapper for backward compatibility with PacketListener - (for the CC2420). + (for the CC2420). - fixed ADC12 to turn off event scheduling when ADC12 is not on anymore - fixed xmem read/write for cli and added Memory API for flash memory. diff --git a/se/sics/mspsim/cli/MiscCommands.java b/se/sics/mspsim/cli/MiscCommands.java index 3e1ac07..3d7da4f 100644 --- a/se/sics/mspsim/cli/MiscCommands.java +++ b/se/sics/mspsim/cli/MiscCommands.java @@ -48,9 +48,6 @@ import java.io.PrintStream; import java.util.Hashtable; import java.util.Iterator; import java.util.regex.Pattern; - -import com.sun.xml.internal.bind.CycleRecoverable.Context; - import se.sics.mspsim.core.MSP430; import se.sics.mspsim.core.TimeEvent; import se.sics.mspsim.util.ComponentRegistry;