| .. |
|
ADC12.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
ADCInput.java
|
added source command for the cli and ADC12 subsystem including sound-sampler for the ESB (demo purpose).
|
2008-04-17 00:23:19 +00:00 |
|
BasicClockModule.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
BreakpointException.java
|
Updated breakpoints for new memory model
|
2012-04-20 20:42:21 +02:00 |
|
Chip.java
|
Made the listener methods synchronized
|
2012-05-18 15:55:26 +02:00 |
|
ClockSystem.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
ConfigurationChangeListener.java
|
added missing java class
|
2010-09-07 07:13:34 +00:00 |
|
DMA.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
DMATrigger.java
|
minor fix of DMA subsystem
|
2011-02-04 16:08:18 +00:00 |
|
DbgInstruction.java
|
enabled svn keywords Rev, Date, Id
|
2008-03-11 15:32:12 +00:00 |
|
DisAsm.java
|
added support for MSP430X devices and some initial MSP430X based platforms.
|
2011-12-07 16:30:31 +01:00 |
|
EmulationException.java
|
added warning on too large packets in CC2420
|
2009-03-13 15:53:07 +00:00 |
|
EmulationLogger.java
|
added EmulationException
|
2009-03-07 20:53:26 +00:00 |
|
EventListener.java
|
Added proxy for EventListener to support multiple listeners
|
2012-04-13 20:05:10 +02:00 |
|
EventQueue.java
|
added more debug info when scheduling fails
|
2010-01-18 15:50:22 +00:00 |
|
EventSource.java
|
added profiling of events and added event system
|
2009-01-20 11:37:32 +00:00 |
|
Flash.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
FlashRange.java
|
Updated to use Loggable instead of printing to system out
|
2010-07-05 09:55:39 +00:00 |
|
FlashSegment.java
|
Added enum for memory access mode and type, added memory access methods get/set that do not notify watchpoints, added wrapper for handling memory segment access. Updates for new memory model.
|
2012-03-28 23:41:07 +02:00 |
|
GenericUSCI.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
GlobalWatchedMemory.java
|
Added enum for memory access mode and type, added memory access methods get/set that do not notify watchpoints, added wrapper for handling memory segment access. Updates for new memory model.
|
2012-03-28 23:41:07 +02:00 |
|
IOPort.java
|
Disabled debug output
|
2012-05-25 17:55:22 +02:00 |
|
IOSegment.java
|
Added enum for memory access mode and type, added memory access methods get/set that do not notify watchpoints, added wrapper for handling memory segment access. Updates for new memory model.
|
2012-03-28 23:41:07 +02:00 |
|
IOUnit.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
InterruptHandler.java
|
added interrupthandler
|
2008-12-05 20:59:48 +00:00 |
|
InterruptMultiplexer.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
Loggable.java
|
* Added getID() to Loggable for short unique identifier
|
2010-07-09 16:54:54 +00:00 |
|
MSP430.java
|
Updated breakpoints for new memory model
|
2012-04-20 20:42:21 +02:00 |
|
MSP430Config.java
|
Maded TimerConfig and UARTConfig immutable
|
2012-05-25 20:11:15 +02:00 |
|
MSP430Constants.java
|
changed memory handling
|
2012-03-22 19:12:09 +01:00 |
|
MSP430Core.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
Memory.java
|
Added enum for memory access mode and type, added memory access methods get/set that do not notify watchpoints, added wrapper for handling memory segment access. Updates for new memory model.
|
2012-03-28 23:41:07 +02:00 |
|
MemoryMonitor.java
|
Added proxies for RFListener, PacketListener, ChannelListener to support multiple listeners
|
2012-04-13 20:05:00 +02:00 |
|
Multiplier.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
Multiplier32.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
NoMemSegment.java
|
Added enum for memory access mode and type, added memory access methods get/set that do not notify watchpoints, added wrapper for handling memory segment access. Updates for new memory model.
|
2012-03-28 23:41:07 +02:00 |
|
OperatingModeListener.java
|
fixed kill command and cleanup after exit
|
2008-03-17 19:34:12 +00:00 |
|
PortListener.java
|
enabled svn keywords Rev, Date, Id
|
2008-03-11 15:32:12 +00:00 |
|
PortListenerProxy.java
|
added PortListenerProxy in same style as CPUMonitorProxy
|
2011-12-09 00:09:47 +01:00 |
|
Profiler.java
|
added throw command that throws an exception and stops the emulation - useful for stopping COOJA, etc.
|
2010-10-10 21:30:54 +00:00 |
|
RAMSegment.java
|
Added enum for memory access mode and type, added memory access methods get/set that do not notify watchpoints, added wrapper for handling memory segment access. Updates for new memory model.
|
2012-03-28 23:41:07 +02:00 |
|
RegisterMonitor.java
|
Added proxies for RFListener, PacketListener, ChannelListener to support multiple listeners
|
2012-04-13 20:05:00 +02:00 |
|
SFR.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
SFRModule.java
|
made USART an SFRModule and added SFRModule handling
|
2008-12-05 19:29:34 +00:00 |
|
SimEvent.java
|
added SimEvent for notification about simulation start/stop
|
2008-11-06 00:52:24 +00:00 |
|
SimEventListener.java
|
added SimEvent for notification about simulation start/stop
|
2008-11-06 00:52:24 +00:00 |
|
StateChangeListener.java
|
Added proxies for USARTListener and StateChangeListener to support multiple listeners
|
2012-04-13 20:05:09 +02:00 |
|
TimeEvent.java
|
added more debug info when scheduling fails
|
2010-01-18 15:50:22 +00:00 |
|
Timer.java
|
Replaced constants PIN_HI, PIN_LOW with enum PinState
|
2012-05-25 17:52:01 +02:00 |
|
USART.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
USARTListener.java
|
Added proxies for USARTListener and StateChangeListener to support multiple listeners
|
2012-04-13 20:05:09 +02:00 |
|
USARTSource.java
|
Added proxies for USARTListener and StateChangeListener to support multiple listeners
|
2012-04-13 20:05:09 +02:00 |
|
USCI.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
UnifiedClockSystem.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
Watchdog.java
|
Moved the cpu reference to IOUnit as it is needed by most IO units
|
2012-05-25 17:29:55 +02:00 |
|
WatchedMemory.java
|
Added enum for memory access mode and type, added memory access methods get/set that do not notify watchpoints, added wrapper for handling memory segment access. Updates for new memory model.
|
2012-03-28 23:41:07 +02:00 |