Commit Graph

1145 Commits

Author SHA1 Message Date
Niclas Finne 67753f5093 Improved emulation of the hardware multiplier. Patch by Niels Moller. 2012-05-25 03:10:54 +02:00
Niclas Finne b445b94c5a Bug fix: the multiplier was not added to its complete address range 2012-05-24 18:41:22 +02:00
Niclas Finne 2d63127469 Added logw warning for non-implemented multiplier register 2012-05-24 18:35:56 +02:00
Niclas Finne bab0336786 Added output power to the chip info 2012-05-24 17:48:59 +02:00
Niclas Finne 60659635de Show the data as hex when watching memory read/writes if not specified otherwise 2012-05-24 17:46:34 +02:00
Niclas Finne 5766a65c59 Continued on CC2520 emulation 2012-05-23 23:42:57 +02:00
Niclas Finne 02cdeef517 Added access method to retrieve all chips of specified type 2012-05-23 23:23:16 +02:00
Niclas Finne 9e8b624d74 Removed VoidGPIO 2012-05-22 15:46:28 +02:00
Niclas Finne 6e0f149bf6 Include png images in the JAR file 2012-05-22 03:27:06 +02:00
Niclas Finne fac365d131 Added node gui for the WiSMote platform 2012-05-21 17:24:07 +02:00
Niclas Finne 496be4558d WiSMote platform image. Picture by Joel Hoglund. 2012-05-21 17:11:03 +02:00
Niclas Finne b272931e53 Added common base class for 802.15.4 radio chips 2012-05-21 17:10:02 +02:00
Niclas Finne a4bdb2b864 Added abstraction for user button 2012-05-18 16:53:33 +02:00
Niclas Finne c4a91ce25c Use the size of the node image as default 2012-05-18 16:48:58 +02:00
Niclas Finne 7baefad3dd Made the listener methods synchronized 2012-05-18 15:55:26 +02:00
Niclas Finne 586420e75b Updated to use state change from Chip + added method to change only specified leds 2012-05-18 15:54:52 +02:00
Niclas Finne 14ca3e1e22 Added run rules for the wismote platform 2012-05-18 15:47:13 +02:00
Niclas Finne c8a135bcea Added size methods 2012-05-18 15:46:39 +02:00
Niclas Finne 4254ad0720 Minor code cleanup in the node setup 2012-05-15 23:48:26 +02:00
Joakim Eriksson 4bb3c2e5f3 fixed channel calculations 2012-05-15 15:25:36 +02:00
Joakim Eriksson 213677fc01 fixed output 2012-05-15 15:11:48 +02:00
Joakim Eriksson 74a7b02958 added reading data from RXFIFO 2012-05-15 15:06:17 +02:00
Joakim Eriksson cca03fcfde fixed more commands - TX probably works 2012-05-15 14:52:09 +02:00
Joakim Eriksson d32d80e23f more functionality of CC2520 2012-05-15 14:35:39 +02:00
Joakim Eriksson 5146a540cf fixed some more bugs 2012-05-15 12:38:57 +02:00
Joakim Eriksson 10cb6a85d0 fixed some bugs added write/read mem 2012-05-15 12:28:24 +02:00
Joakim Eriksson 7d5978210b fixed some minor bugs 2012-05-15 11:31:13 +02:00
Joakim Eriksson e0a6c1c9da fixed makefile bug 2012-05-15 09:21:15 +02:00
Joakim Eriksson 38fe5db6f1 added rule for wismote 2012-05-15 09:18:49 +02:00
Joakim Eriksson 4b4f9bd00d fixed GPIO config 2012-05-15 08:56:35 +02:00
Joakim Eriksson fdf3526101 added wismote 2012-05-15 08:53:25 +02:00
Joakim Eriksson 8171e1fc16 removed old CC2420 code and connected FIFO Write + TX 2012-05-15 07:17:36 +02:00
Joakim Eriksson 893cd81906 connected CC2520 SPI with commands 2012-05-15 06:48:00 +02:00
Joakim Eriksson 31dfdad8e5 started to connect CC2520 with SPICommands 2012-05-15 06:38:05 +02:00
Niclas Finne 351c7b6a63 corrected firmware file names 2012-05-15 01:20:56 +02:00
Niclas Finne 0cfaa9d79e Show full address when address is more than 16 bit 2012-05-15 01:19:36 +02:00
Niclas Finne 70b8a275ac do not show file name when no file information is available 2012-05-15 00:49:40 +02:00
Joakim Eriksson 45dc922144 minor fix 2012-05-14 18:02:48 +02:00
Joakim Eriksson fdc856247f fixed bug 2012-05-14 17:08:12 +02:00
Joakim Eriksson a8fd64694b added CC2520 SPI registers 2012-05-14 16:31:14 +02:00
Joakim Eriksson 27be1bdc7b experimental SPI command class - for CC2520, etc. 2012-05-14 13:42:54 +02:00
Niclas Finne 9677af71dd Added LQI access method. Patch by Moritz Struebe. 2012-05-11 11:48:55 +02:00
Fredrik Osterlind d2f2f4cea9 fixed bugs that caused incorrect address lookups:
* source file registry entry was ignored in line entries
* extended opcode length is a leb128
* end_sequence opcode should add new line entry, and then reset registry
* implemented opcode DW_LNS_const_add_pc
* getDebugInfo() incorrectly matched prologue line entries

added main() to generate output comparable with that of msp430-addr2line
(verified with msp430-gcc v4.5.3).
2012-04-27 12:45:17 +02:00
Niclas Finne b0dafb710c Updated breakpoints for new memory model 2012-04-20 20:42:21 +02:00
Niclas Finne 3babb8ad54 Fixed too early clear notification when using DMA. 2012-04-19 13:39:56 +02:00
Niclas Finne b96722e61f Added methods to access Chip and IOUnit by type and not only name 2012-04-18 22:48:31 +02:00
Niclas Finne 8185d7b60c removed obsolete method 2012-04-16 14:19:24 +02:00
Niclas Finne bc1027e494 removed obsolete method 2012-04-13 20:05:12 +02:00
Niclas Finne 6c7ccde06d Added proxy for EventListener to support multiple listeners 2012-04-13 20:05:10 +02:00
Niclas Finne 6ab9662686 Added proxies for USARTListener and StateChangeListener to support multiple listeners 2012-04-13 20:05:09 +02:00