Commit Graph

1103 Commits

Author SHA1 Message Date
Simon Duquennoy 47daffd8ff
Upgrade to JDK v8 2017-11-17 14:44:40 +01:00
Niclas Finne cb43d142a2 Merge pull request #49 from simonduq/patch-2
Fix .gitignore jar files rule
2017-07-06 21:23:16 +02:00
Simon Duquennoy 9f66278651 Fix .gitignore jar files rule
Unless I'm missing something, the rule is broken. Does not ignore mspsim.jar for instance.
2017-07-06 21:16:53 +02:00
Joakim Eriksson 378edbb9b9 Merge pull request #47 from nfi/cli-optional
Added option to start MSPSim without CLI
2016-05-03 16:44:02 +02:00
Niclas Finne 89659d5792 Added option to start MSPSim without CLI 2016-03-17 15:37:28 +01:00
Niclas Finne 568c789f7e Merge pull request #46 from joakimeriksson/config_dco_speed
fixed configuration for maximum DCO clock speed
2015-09-08 11:27:25 +02:00
Joakim Eriksson 69a1368bba fixed configuration for maximum DCO clock speed and added config for the msp430 f2xxx series 2015-09-08 11:17:08 +02:00
Joakim Eriksson 13f10ee00e Merge pull request #30 from nfi/updates-from-contiki-os-mspsim-submodule
Updates from contiki os mspsim submodule
2015-09-04 15:46:04 +02:00
Joakim Eriksson 93a19ea91e Merge pull request #41 from FabianKnapp/master
Bug Fix: IO range for adc12 one word to short
2015-09-04 15:10:30 +02:00
Adam Dunkels 79cbf9f00c Updated the CC1101 and the CC1120 emulation code to the latest version 2015-09-01 18:11:47 +02:00
Rémy Léone bda5832550 Add jar ignore 2015-09-01 18:11:17 +02:00
Adam Dunkels 8efdbba5c5 Bugfix: only send i2c acks if i2c mode is enabled 2015-03-12 18:57:12 +01:00
Adam Dunkels b5985a4f47 Improved handling of the stack idenfitication at end of memory that works better for mspgcc 4.7.x 2015-03-12 18:57:12 +01:00
Adam Dunkels d59a319f17 Improved emulation support for the CC2520 transceiver 2015-03-12 18:57:12 +01:00
Adam Dunkels b0a7372c95 Support for the exp and cc430 platforms 2015-03-12 18:57:12 +01:00
Adam Dunkels e45bb6dbbc Emulation support for the TI TRXEB board with a CC2520 2.4 GHz transceiver 2015-03-12 18:57:12 +01:00
Adam Dunkels 7e4430c18d Emulation support for the TI TRXEB board with a CC1120 sub-GHz transceiver 2015-03-12 18:57:12 +01:00
Adam Dunkels 39d0c101fa Emulation support for the exp1120 platform: the MSP430f5838 experimenter's board with the CC1120 transceiver 2015-03-12 18:57:12 +01:00
Adam Dunkels 4c11cce00d Emulation support for the exp1101 platform: the MSP430f5838 experimenter's board with the CC1101 transceiver 2015-03-12 18:57:11 +01:00
Adam Dunkels f1e8246a1d Emulation support for the TI CC430 sub-GHz SoC 2015-03-12 18:57:11 +01:00
Adam Dunkels 5d60f2736c Emulation support for the Microchip ENC28J60 Ethernet transceiver 2015-03-12 18:57:11 +01:00
Adam Dunkels e66a9c7125 Emulation support for the TI CC1120 sub-GHz transceiver 2015-03-12 18:57:11 +01:00
Adam Dunkels 9bd6a1d03d Emulation support for the TI CC1101 sub-GHz transceiver 2015-03-12 18:57:11 +01:00
fabian 7bf029f7bb Same bug as before in different config 2014-12-12 21:13:39 +01:00
fabian 5306c84327 Bug Fix, address 0x01A8, length 2, is also used by ADC12 (Interrupt
vector word, ADC12IV). Referring to MSP430x1xx datasheet, 17-20, 17.3.
2014-12-09 17:54:47 +01:00
Joakim Eriksson f2facc2cfb Merge pull request #31 from sieben/gitignore_java_fix
Add jar ignore
2013-12-19 12:35:55 -08:00
Rémy Léone 8cc500a2d6 Add jar ignore 2013-12-13 13:41:52 +01:00
Joakim Eriksson 43e3041dc4 Merge pull request #23 from nfi/command-argument
Added option to specify CLI commands as arguments when starting MSPSim
2013-10-20 10:10:50 -07:00
Niclas Finne 72ff6f54f2 Reenabled autostart of emulation 2013-10-20 17:51:57 +02:00
Niclas Finne bfc765a895 Made the map file argument an option. Added support for specifying commands as arguments when starting MSPSim. 2013-10-20 17:51:56 +02:00
Niclas Finne 34ac84b67b Added option '-' to separate options from arguments 2013-10-20 17:51:07 +02:00
Niclas Finne 03ad78c190 Guess platform based on firmware filename suffix 2013-10-20 17:51:06 +02:00
Joakim Eriksson e1ce900b31 Merge pull request #22 from nfi/Java7
Fix single step (GUI) to work again. Update build to use Java 7.
2013-10-20 05:52:51 -07:00
Niclas Finne 0606b1b7dc Exclude the tests directory from the build 2013-08-22 23:02:31 +02:00
Niclas Finne d0ec91b987 Updated build to require Java SE 1.7 to allow usage of the new features in Java SE 1.7 2013-08-22 23:02:30 +02:00
Niclas Finne 27a3633099 Fixed single step to work again 2013-08-22 23:02:28 +02:00
Niclas Finne 27c5fd0613 Fixed some compiler warnings 2013-08-22 23:02:27 +02:00
Joakim Eriksson 53fb9fa437 Merge pull request #21 from nfi/debug-throw
Fixed the 'throw' command to throw the exception in the emulation thread. Added warning in the 'stop' command if the CPU is not running.
2013-08-22 12:45:48 -07:00
Joakim Eriksson 57cb447c92 Merge pull request #20 from nfi/timer-log
Only log when debug log level is enabled
2013-08-22 12:45:24 -07:00
Joakim Eriksson 2295823aad Merge pull request #18 from cmorty/FIX_CCA
Fix the handling of the CCA
2013-08-22 12:44:47 -07:00
Moritz 'Morty' Strübe 0a13f99973 Obay RSSI-Register when setting the CCA 2013-08-20 21:19:22 +02:00
Niclas Finne 12a887ff58 Only log when DEBUG log level is enabled 2013-08-20 19:14:03 +02:00
Niclas Finne 355ce44a5c Fixed the 'throw' command to throw the exception in the emulation thread 2013-08-20 15:27:21 +02:00
mspsim 967b552612 Merge pull request #19 from nfi/travis
Travis CI
2013-08-20 03:54:52 -07:00
Moritz 'Morty' Strübe d08bb2d871 Fix RSSI range 2013-08-20 09:45:44 +02:00
Niclas Finne db0cfc746c Travis 2013-08-13 15:28:12 +02:00
Joakim Eriksson 8482a71403 Merge pull request #17 from joakimeriksson/master
Cleanups to avoid using NIO resources and unnecessary code.
2013-08-12 06:54:48 -07:00
Joakim Eriksson 486048090a removed ringbuffer since there is a similar implementation in Java 2013-08-12 15:48:52 +02:00
Joakim Eriksson 6dd707b804 fixed buffer limit handling 2013-08-12 11:31:20 +02:00
Joakim Eriksson 537fafe454 removed NIO byte buffer usage and added internal implementation of bytebuffer 2013-08-12 10:56:18 +02:00