Commit Graph

1007 Commits

Author SHA1 Message Date
Peter A. Jonsson f44a44225f Allow stepping multiple instructions
Add a spinner so the user can step more
than one instruction at the time. This
is a low-effort way to enable the user
to step through loops.
2022-05-25 15:42:55 +02:00
Niclas Finne 60eb9d5c18 Convert DOS formatted files to Unix for consistent line endings. 2022-05-18 17:45:13 +02:00
Joakim Eriksson 9a752cdac0
Merge pull request #59 from nfi/minor-code-cleanup
Minor code cleanup
2022-05-18 16:41:58 +02:00
Joakim Eriksson 3d5140730e
Merge pull request #57 from nfi/tests
CI: Run MSPSim tests
2022-05-18 16:40:20 +02:00
Niclas Finne 15d8882d21 Use StringBuilder instead of StringBuffer 2022-05-18 01:54:52 +02:00
Niclas Finne 8951db5b0e Minor code cleanup 2022-05-18 01:54:52 +02:00
Niclas Finne b7b1a213d9 Corrected Javadoc argument names 2022-05-18 01:54:52 +02:00
Niclas Finne 5c9b6f7dba Remove deprecated and unused methods 2022-05-18 01:54:52 +02:00
Niclas Finne 9400ad4069 Make some inner classes static 2022-05-18 01:54:52 +02:00
Niclas Finne a840a8a3ca Corrected flash emergency exit check 2022-05-18 01:53:33 +02:00
Niclas Finne 27c09d7894 Corrected bit shift in CC2420 log output 2022-05-18 01:05:02 +02:00
Niclas Finne e8b7814777 Fail with error when test fails 2022-05-17 10:43:14 +02:00
Niclas Finne e2c33b3c35 Fixed deprecated warnings 2021-10-17 01:28:20 +02:00
Niclas Finne 89659d5792 Added option to start MSPSim without CLI 2016-03-17 15:37:28 +01: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
Adam Dunkels 79cbf9f00c Updated the CC1101 and the CC1120 emulation code to the latest version 2015-09-01 18:11:47 +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
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
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
Moritz 'Morty' Strübe d08bb2d871 Fix RSSI range 2013-08-20 09:45:44 +02: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
Joakim Eriksson 2136772677 added include of WarningType 2013-08-12 09:53:04 +02:00
Joakim Eriksson 38d66fd5ae added handling of cmd frame 2013-08-12 09:21:54 +02:00
Joakim Eriksson a2b60e1cf8 Merge pull request #10 from lebrush/flash-infomem
Implementation of FCTL4 and infomem flash registers
2013-08-12 00:17:37 -07:00