mirror of https://github.com/contiki-ng/mspsim
updated changelog
git-svn-id: https://mspsim.svn.sourceforge.net/svnroot/mspsim/mspsim@318 23d1a52b-0c3c-0410-b72d-8f29ab48fe35
This commit is contained in:
parent
9cbe4ad967
commit
057e32c81e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue