nes-proj/os
Carlos Pérez Penichet feb1513b46 Unmodulated carrier transmission for cc2420
Modified the cc2420 driver to enable the radio test
mode to emit unmodulated carriers (tones).
A carrier can be enabled using the normal radio driver
API:
NETSTACK_CONF_RADIO.set_value(
    RADIO_PARAM_POWER_MODE,
    RADIO_POWER_MODE_CARRIER_ON);

Once enabled, the carrier can be disabled like this:
NETSTACK_CONF_RADIO.set_value(
    RADIO_PARAM_POWER_MODE,
    RADIO_POWER_MODE_CARRIER_OFF);
2018-10-24 15:26:40 +02:00
..
dev Unmodulated carrier transmission for cc2420 2018-10-24 15:26:40 +02:00
lib Changed return from int to bool 2018-05-31 10:13:21 +02:00
net tsch: skip resynchronization when time source has been already changed. 2018-10-23 16:31:34 +09:00
services add TSCH channel selection service 2018-09-27 16:00:36 +01:00
storage Set a larger default bytecode size since the example on the Contiki-NG wiki requires this. 2018-08-27 15:58:57 +02:00
sys Doxygen clarification to etimer_reset and ctimer_reset 2018-10-13 10:20:21 +02:00
contiki-default-conf.h Added flag for 802.15.4 default channel 2018-04-13 02:26:48 -07:00
contiki-lib.h
contiki-main.c add TSCH channel selection service 2018-09-27 16:00:36 +01:00
contiki-net.h Added routing module with only routing.h, now included wherever RPL is used 2018-02-02 08:45:02 -08:00
contiki.h energest: removed include of energest from contiki.h to avoid circular dependency 2017-10-31 22:18:17 +01:00