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 |
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 |
Joakim Eriksson
|
d19bfb1493
|
Merge pull request #15 from lebrush/peripherals
ADC12Plus, AES128, CRC16 and RTC peripheral implementation
|
2013-08-12 00:17:10 -07:00 |
Joakim Eriksson
|
562aa94a1e
|
Merge pull request #11 from lebrush/usci-i2c
Extended GenericUSCI to support i2c protocol as well
|
2013-08-12 00:14:00 -07:00 |
Joakim Eriksson
|
f302d46cc9
|
Merge pull request #14 from lebrush/temp-chipsets
TemperatureChip interface and TI TMP112 chipset implementation
|
2013-06-25 00:26:49 -07:00 |
mspsim
|
642799fdcb
|
Merge pull request #12 from lebrush/core-freq-getters
Implemented getters for the mcu frequencies
|
2013-06-04 22:52:42 -07:00 |
mspsim
|
6384a3b6e1
|
Merge pull request #13 from lebrush/profiler-import-missing
Missing import in the profiler
|
2013-06-04 22:51:40 -07:00 |