Bart Lemmens
7b5ed1d1b0
Added support to program Z1 far memory with BSL
2014-04-11 14:51:08 +02:00
Niclas Finne
271ac4413f
Removed the unused function cc2420_cca_valid and replaced some macros
...
with functions in CC2420. This reduces the code size with over 400 bytes.
2014-04-11 14:46:49 +02:00
Niclas Finne
207f1987ee
Implemented radio rx mode parameter for STM32W, changed the byte order
...
of the 64 bit address to big-endian.
2014-04-11 14:46:48 +02:00
Fredrik Österlind
dbb8f3ec13
Merge pull request #626 from ejoerns/pull-req/cooja-vis-advanced
...
[Cooja] plugins/Visualizer: Multi-mote selection functionality
2014-04-11 09:57:37 +02:00
Enrico Joerns
ad0e192d84
[cooja] plugins/Visualizer: Replaced multiple if-string with switch over
...
strings
2014-04-11 09:23:30 +02:00
Enrico Joerns
cef3c4079d
[cooja] Reformatted Visualizer and skins code
2014-04-11 09:23:28 +02:00
Enrico Joerns
ea979fa027
[cooja] plugins/Visualizer: Use more specific catches and multi-catches
...
if possible
2014-04-11 09:20:53 +02:00
Enrico Joerns
84b687efeb
[cooja] Automated code updates that do not make any functional changes
...
- made loggers final
- added some diamond interface cosmetic
- shortened if-return statements
- replaced size == 0 check with .isEmpty()
2014-04-11 09:20:52 +02:00
Enrico Joerns
6e9b0e1497
[cooja] Added @Override annotations for Visualizer and skins
2014-04-11 09:20:52 +02:00
Enrico Joerns
8e648bcece
[cooja] apps/mrm: Adapted MRM visualizer skin to show adequate
...
information for multi-selections
2014-04-11 09:20:52 +02:00
Enrico Joerns
e69b08f5fd
[cooja] plugins/skins: Adapted DGRM and UDGM visualizer skins to show
...
adequate information for multi-selections
2014-04-11 09:20:46 +02:00
Enrico Joerns
ac61c45950
[cooja] plugins/Visualizer: Updated quick help to match new control
...
capabilities
2014-04-11 09:05:53 +02:00
Enrico Joerns
22ac769781
[cooja] plugins/Visualizer: Multi-mote selection functionality
...
This adds multi-mote selection capabilities to the visualizer plugin:
- [Ctrl + Mouse Drag]: Rectangular selection of multiple motes
- [Ctrl + Mouse Click]: Add/Remove motes from current selection
- Mouse Drag on any selected Mote: Move all currently selected motes
Note: This changes previous behaviour of using Ctrl key.
2014-04-11 09:05:38 +02:00
Oliver Schmidt
ea2c407aeb
Merge pull request #627 from ejoerns/pull-req/git-relstr-fix
...
Makefile.include: Fix git version string generation for external projects
2014-04-09 22:20:47 +02:00
Nicolas Tsiftes
3829860c3c
Merge pull request #620 from adamdunkels/push/socket-api
...
New TCP and UDP socket APIs
2014-04-09 22:12:59 +02:00
Adam Dunkels
1075effa22
Include udp-socket.h and tcp-socket.h by default in all applications that include contiki-net.h
2014-04-09 22:01:18 +02:00
Adam Dunkels
367eed96f4
Add a compile test for the tcp-socket example
2014-04-09 22:01:18 +02:00
Adam Dunkels
ca5652d981
TCP socket server example
2014-04-09 21:57:05 +02:00
Nicolas Tsiftes
1b49b68c3b
Merge pull request #606 from atiselsts/master
...
Fix MCU clock calibration in msp430f2xxx based platforms (e.g. Zolertia Z1)
2014-04-09 21:52:08 +02:00
Niclas Finne
8ea9cb7693
Split the radio parameter ADDRESS_HANDLER into RX_MODE and TX_MODE.
2014-04-09 21:25:40 +02:00
Niclas Finne
8c0cdcfaec
Added radio parameters RADIO_PARAM_RSSI and RADIO_PARAM_TXPOWER for cc2420
2014-04-09 21:25:38 +02:00
Enrico Joerns
29894bbdfa
Makefile.include: Setting RELSTR based on git tags requires to be in
...
the contiki directory
2014-04-09 19:11:35 +02:00
Niclas Finne
4834816306
Added radio parameter RADIO_PARAM_CCA_THRESHOLD for STM32W
2014-04-08 16:42:18 +02:00
Nicolas Tsiftes
2284ef5ef2
Enhanced the documentation.
2014-04-08 16:42:16 +02:00
Nicolas Tsiftes
a7dbf46b8e
Merge pull request #608 from nvt/rpl-fixes
...
Minor RPL improvements
2014-04-07 11:13:38 +02:00
George Oikonomou
1d690995f6
Merge pull request #576 from nkigen/patch-2
...
New MACRO for creating jsontree_array
2014-04-04 09:13:31 +01:00
George Oikonomou
529ab761ac
Register generic ICMPv6 handlers for ROLL TM
2014-04-04 00:09:29 +01:00
George Oikonomou
017697f91d
Register generic ICMPv6 handlers for RPL
2014-04-04 00:09:27 +01:00
George Oikonomou
1d3da44991
Register generic ICMPv6 handlers for IPv6 ND
2014-04-04 00:09:26 +01:00
George Oikonomou
af43d2125b
Register generic handlers for ICMPv6 Echo Request / Reply
2014-04-04 00:02:53 +01:00
George Oikonomou
1d84962e80
Replace old switch-based ICMPv6 type/code management
2014-04-04 00:02:53 +01:00
George Oikonomou
b6978b30e8
Declare and Implement generic ICMPv6 handler management
2014-04-04 00:02:52 +01:00
Niclas Finne
fc6814a104
Added stub for extended radio API for seedeye
2014-04-03 13:38:31 +02:00
Niclas Finne
b8a23564a3
Added stub for extended radio API for Cooja
2014-04-03 13:38:29 +02:00
Niclas Finne
441beb8f74
Added stub for extended radio API for rl78
2014-04-03 13:38:28 +02:00
Niclas Finne
2dc4d06078
Added stub for extended radio API for mc1322x
2014-04-03 13:38:26 +02:00
Niclas Finne
14ffa35b3f
Added stub for extended radio API for cc253x
2014-04-03 13:38:25 +02:00
Niclas Finne
a98e153e23
Added stub for extended radio API for cc2538
2014-04-03 13:38:23 +02:00
Niclas Finne
1fdb04e10c
Added stub for extended radio API for cc2430
2014-04-03 13:38:21 +02:00
Niclas Finne
cb3e053232
Added stub for extended radio API for rf230
2014-04-03 13:38:20 +02:00
Niclas Finne
5f265ced2f
Added stub for extended radio API for nullradio
2014-04-03 13:38:18 +02:00
Niclas Finne
9d01fbf735
Added stub for extended radio API for CC2520
2014-04-03 13:38:17 +02:00
Niclas Finne
0874165722
Added stub for extended radio API for CC2420
2014-04-03 13:38:13 +02:00
Niclas Finne
fa908dcaff
Added extended radio API implementation for STM32W
2014-04-03 13:38:09 +02:00
Niclas Finne
5112082a48
Extended radio API definitions with support for setting channel, pan id, etc.
2014-04-03 13:38:06 +02:00
Ian Martin
56d0dfdc7a
CC2538: Add a Makefile rule to generate a final assembly listing.
2014-04-02 18:17:49 -04:00
Fredrik Österlind
d387f27a65
Merge pull request #610 from nfi/mspsim-auto-compile
...
Autocompile MSPSim and warn if submodule is not initialized.
2014-04-02 16:06:25 +02:00
Nicolas Tsiftes
429024f0a1
Merge pull request #609 from adamdunkels/push/csma-fix
...
CSMA bugfix: count transmissions correctly
2014-03-28 17:27:30 +01:00
Niclas Finne
0f67531f2b
CONTIKI_PROJECT is sometimes set to multiple files which caused distclean to fail.
2014-03-28 15:34:20 +01:00
Nicolas Tsiftes
0a202d3952
Cleaned up some of the comments and output strings.
2014-03-28 13:38:52 +01:00