Jim Paris
4aa2a8b95c
aducrf101: Add stack pointer sampling, to help debug overflows
2014-07-29 18:25:55 -04:00
Jim Paris
3e193cca2c
aducrf101: Rearrange stack and heap to maximize available stack space
...
Stack now starts at the top of RAM, heap starts after BSS, and
they grow towards each other.
2014-07-29 18:09:16 -04:00
Adam Dunkels
62b8aafb03
Merge pull request #722 from royscheefhals/contiki-fix
...
char * data to void * data parameter in process_start
2014-07-28 22:04:36 +02:00
Nicolas Tsiftes
582bfcb8c6
Merge pull request #696 from sieben/doc
...
Correct several doxygen tags (\file,...)
2014-07-28 11:42:41 +02:00
Rémy Léone
8c3fa17ec0
Correct several doxygen tags (\file)
2014-07-28 11:11:45 +02:00
George Oikonomou
95e2cd9021
Merge pull request #732 from camilorodegheri/patch-1
...
Update README.md
2014-07-27 22:55:00 +01:00
George Oikonomou
7d0284ed18
Merge pull request #746 from sieben/contributing
...
Adding a CONTRIBUTING.md file to use a nice github feature
2014-07-27 22:53:50 +01:00
Fredrik Österlind
ed7e09ed5b
Merge pull request #755 from sieben/SkyByteRadio
...
SkyByteRadio was replaced by Msp802154Radio
2014-07-24 09:15:45 +02:00
Mariano Alvira
7147a5cc69
Merge pull request #738 from jimparis/aducrf101
...
Add support for ADuCRF101 MCU and sub-GHz radio from Analog Devices
2014-07-23 16:36:43 -05:00
Jim Paris
efe3f4dabc
Add modern ARM compiler and ev-aducrf101mkxz to travis tests
2014-07-23 16:21:54 -04:00
Jim Paris
6db05caed9
Fix radio hangups when trying to transmit with radio off.
...
The border-router tries to transmit and do other stuff after turning
the radio off, and the radio driver didn't handle that very well.
With this fix, it's no longer necessary to reset the border router
after starting tunslip6.
2014-07-23 16:21:53 -04:00
Jim Paris
6937b29670
Add Windows build instructions for ev-aducrf101mkxz platform
2014-07-23 16:21:53 -04:00
Jim Paris
07201d13a3
Add IAR compiler support for ADuCRF101
2014-07-23 16:21:53 -04:00
Jim Paris
4f1fc3557c
Add README.md for ev-aducrf101mkxz platform
2014-07-23 16:21:53 -04:00
Rémy Léone
911f3aa07c
SkyByteRadio was replaced by Msp802154Radio
2014-07-23 15:42:59 +02:00
Jim Paris
a4a3eca41d
Add sniffer support to ADuCRF101
...
This works with the examples/cc2538dk/sniffer/ project and the
corresponding "sensniff" host-side tool.
2014-07-22 21:18:17 -04:00
Jim Paris
6967fc67c1
Add dummy uart0/uart1 headers that some examples require
2014-07-22 21:18:16 -04:00
Jim Paris
ad141b00fb
Implement rtimers for ADuCRF101
2014-07-22 21:18:16 -04:00
Jim Paris
c8716f4d57
Add platform LED driver
2014-07-22 21:18:16 -04:00
Jim Paris
63692ba96d
Add button sensor support (BOOT button)
2014-07-22 21:18:16 -04:00
Jim Paris
4cb97a3311
Move RF RX into its own process
2014-07-22 21:18:16 -04:00
Jim Paris
fff8a18b99
Fix ADI radio engine driver and add hook for packet reception
2014-07-22 21:18:16 -04:00
Jim Paris
b7373edf8c
Add ADuCRF101 radio driver
2014-07-22 21:18:16 -04:00
Jim Paris
5673b46e86
Add initial EV-ADuCRF101MKxZ platform support
2014-07-22 21:18:16 -04:00
Jim Paris
baa6058839
Add initial ADuCRF101 CPU support
2014-07-22 21:18:16 -04:00
Jim Paris
2be02cd269
Add CMSIS library code from ARM
2014-07-22 21:12:17 -04:00
Jim Paris
ee1ca8ac55
Add ADuCRF101 library code from Analog Devices
2014-07-22 21:12:17 -04:00
Nicolas Tsiftes
d7cf3b1f74
Merge pull request #753 from kartben/patch-1
...
Add missing semi-colon
2014-07-20 09:49:51 +02:00
Enrico Joerns
56e2536884
[cooja] plugins/Visualizer: Simple mote tooltip
...
Shows a motes type identifier and filename of firmware/sourcecode running on it
2014-07-17 00:30:44 +02:00
Benjamin Cabé
afcd5e5387
Add missing semi-colon
2014-07-16 21:37:47 +02:00
Oliver Schmidt
682aa2e730
Merge pull request #750 from oliverschmidt/master
...
Fixed hardware detection.
2014-07-12 12:29:35 +02:00
Oliver Schmidt
919b6919a5
Fixed hardware detection.
...
The previous chip detection was inspired by the old IP65 driver code. For some reason it didn't work as expected. The new code is simpler and based on this statement in the chip datasheet: "The upper byte always reads as 33h and can be used to help determine the I/O location of the LAN91C96."
2014-07-12 11:27:52 +02:00
Enrico Joerns
a9cf1c1114
[cooja] plugins/analyzers/FragHeadPacketAnalyzer: Printout if first or nth fragment in verbose output
2014-07-11 03:43:56 +02:00
Enrico Joerns
d894390f3e
[cooja] plugins/analyzers: printout of UDP ports and clearer layer separation
2014-07-11 03:42:52 +02:00
Enrico Joerns
70a44031bf
[cooja] plugins/analyzers/ICMPv6Analyzer: Short names for ICMP types in brief output and more reader-friendly long names
2014-07-11 03:33:41 +02:00
Enrico Joerns
ab0be0b150
[cooja] plugins/analyzers/ICMPv6Analyzer: DTSN field is unsigned
2014-07-11 03:31:24 +02:00
Enrico Joerns
e556419e37
[cooja] plugins/analyzers/IPHCPacketAnalyzer: More verbose output of IPHC options
2014-07-11 03:31:24 +02:00
Enrico Joerns
5ee8c7e178
[cooja] plugins/analyzers/IPHCPacketAnalyzer: Hack for basic Hop-by-hop extension header handling
2014-07-11 03:31:21 +02:00
Enrico Joerns
3b60d96f39
[cooja] plugins/analyzers/IPHCPacketAnalyzer: Full port decompression for UDP header compression
2014-07-11 03:02:49 +02:00
Enrico Joerns
a88328c8db
[cooja] plugins/analyzers/PacketAnalyzer: Fixed integer assembly from bytes in getInt() method
2014-07-11 03:00:48 +02:00
Enrico Joerns
9f70a6f327
[cooja] plugins/analyzers/IPHCPacketAnalyzer: fixed ttl encoding,
...
addded hlim decoding
2014-07-11 02:57:20 +02:00
Enrico Joerns
dbebd123a5
[cooja] plugins/analyzers/IEEE802154Analyzer: More verbose printout including FCF information
2014-07-11 02:52:10 +02:00
Enrico Joerns
649a447c9a
[cooja] plugins/analyzers: Replace StringBuffer with lightweight StringBuilder
...
StringBuffer is a thread-safe version of StringBuilder that introduces
unnecessary overhead.
Additional replaced concatenations with .append()
2014-07-11 02:41:44 +02:00
Enrico Joerns
e16a5d65df
[cooja] plugins/analyzers: Added @Override annotations
2014-07-11 02:14:46 +02:00
Enrico Joerns
3e9a780721
[cooja] plugins/analyzers: Indention and whitespace cleanups
2014-07-11 02:07:21 +02:00
Enrico Joerns
d4f7cf6a83
[cooja] plugins/sinks/TrafficVisualizerSkin: Synchronized to avoid ConcurrentModificationExcpetions
2014-07-11 01:03:35 +02:00
Enrico Joerns
cd9164d5e2
[cooja] skins/TrafficVisualizerSkin: Use alpha value to fade out arrow color an potentially allow to configure colors
2014-07-11 00:57:35 +02:00
Enrico Joerns
449046669f
[cooja] skins/TrafficVisualizerSkin: Age handling moved to RadioConnectionArrow class which also got some lines of function documentation
2014-07-11 00:57:35 +02:00
Enrico Joerns
7c80213c3a
[cooja] skins/TrafficVisualizerSkin: Reduce array copy and iteration overhead
2014-07-11 00:57:35 +02:00
Enrico Joerns
468d533c41
[cooja] skins/TrafficVisualizerSkin: Removed unnecessary 'historyCopy'
2014-07-11 00:57:35 +02:00