George Oikonomou
08c884afa0
Improve the CC2538 extended RF API implementation
...
* Decouple 64-bit address from LINKADDR_SIZE
* get and set object from/to the start/end of the src/dest buffer
* We expect size == 8 (rather than size < 8) for both get_ and set_object. Error otherwise
* The RF no longer sets parameters by itself. We let the platform do this, using the extended API.
2014-04-23 12:20:16 +01:00
George Oikonomou
49b6ad2af5
Use the extended RF API for the cc2530 border router example
2014-04-23 12:16:50 +01:00
George Oikonomou
6028c0765f
Don't hardcode min and max TX power values
2014-04-23 12:16:50 +01:00
George Oikonomou
3183805ba4
Implement extended RF API for the CC2530 RF
2014-04-23 12:16:50 +01:00
George Oikonomou
df81cbaed9
Simplify the extended RF API example
2014-04-22 19:42:47 +01:00
Niclas Finne
ceb868d934
Modified project setup for er-rest-example and rest-example to use
...
nullrdc and nullmac to reduce the code size. This allows the examples
to compile on Tmote Sky again.
2014-04-15 22:59:20 +02:00
Niclas Finne
0327623ae1
Minor update to improve output in extended RF API example. On 16 bit
...
platforms, PAN id and short address might be negative when used as
16 bit signed integers.
2014-04-15 22:50:11 +02:00
George Oikonomou
22800de94e
Add extended RF API example
2014-04-14 15:25:32 +02:00
George Oikonomou
0ec1eda75e
Implement extended RF API for the CC2538
2014-04-14 15:25:30 +02:00
Niclas Finne
132b8dde3b
Fixed CC2420 to return RADIO_RESULT_INVALID_VALUE if trying to set a
...
transmission power outside the valid range instead of using closest
valid value.
2014-04-13 21:43:37 +02:00
Niclas Finne
f0c48c55ca
Fixed STM32W radio to return RADIO_RESULT_INVALID_VALUE if trying to
...
set a transmission power outside the valid range instead of using
closest valid value.
2014-04-13 21:36:45 +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
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
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
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
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
279b7fd040
Added rule to autocompile mspsim if needed and show warning if submodule MSPSim has not been initialized
2014-03-28 11:11:51 +01:00
Oliver Schmidt
c2db3a1a14
Merge pull request #607 from oliverschmidt/master
...
Removed unused variable.
2014-03-27 22:24:57 +02:00
Oliver Schmidt
a630fbd5da
Removed unused variable.
2014-03-27 19:24:23 +01:00
Fredrik Österlind
b613d05685
Merge pull request #575 from lecneri/patch-1
...
typo in event resource handler comment
2014-03-27 16:32:46 +01:00
Adam Dunkels
5b1a9f5bc2
Bugfix: when a packet is sent by the RDC layer, we should count the number of transmissions made because a single callback can pertain to multiple transmissions at the RDC layer.
2014-03-24 08:36:18 +01:00
Oliver Schmidt
77ef1f08b2
Merge pull request #603 from mmuman/native-platform-ctk-module
...
native: Add CTK to the module list
2014-03-22 10:37:12 +01:00
François Revol
726bdd699a
native: Add CTK to the module list
...
It is needed for apps compiled WITH_GUI.
2014-03-21 23:01:02 +01:00
Fredrik Österlind
d8f76a346d
Merge pull request #600 from cmorty/pull/cooja-also-remove-uninitialized-mote
...
Cooja: Also remove uninitialized motes
2014-03-21 08:33:44 +01:00
Moritz 'Morty' Strübe
50fe1e7046
Also remove uninitialized motes
2014-03-20 14:51:05 +01:00
Nicolas Tsiftes
b78eb96a54
Merge pull request #590 from g-oikonomou/native-rpl-module
...
Include the RPL module for the native platform
2014-03-18 12:32:56 +01:00
Adam Dunkels
ce4bb5360b
Merge pull request #364 from g-oikonomou/multicast-push
...
Add Support for IPv6 Multicast
2014-03-18 10:11:11 +01:00
Oliver Schmidt
f5700868cd
Merge pull request #597 from oliverschmidt/master
...
Updated cc65 URL and added info on W5100 driver.
2014-03-15 17:49:10 +01:00
Oliver Schmidt
d1d6278f42
Added info on W5100 driver.
2014-03-15 16:56:08 +01:00
Oliver Schmidt
370650baa3
Updated cc65 URL.
2014-03-15 16:55:39 +01:00
Nicolas Tsiftes
0a229a260d
Merge pull request #589 from g-oikonomou/nuke-indent
...
Nuke indent
2014-03-13 19:30:05 +01:00
Fredrik Österlind
69e16a4c79
Merge pull request #588 from ejoerns/pull-req/cooja-conf-doublesky
...
[Cooja/mspsim] Remove duplicate sky mote from cooja.config
2014-03-10 10:27:04 +01:00
George Oikonomou
4704eeb919
Include the RPL module for the native platform
2014-03-09 03:29:43 +00:00
George Oikonomou
6dc9dfa6c2
Merge pull request #551 from JelmerT/feature-cc2538-bsl
...
CC2538 serial boot loader python script
2014-03-09 02:11:36 +00:00