nes-proj/arch/dev/cc2420
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
..
cc2420_const.h Renamed the drivers directory to arch to reflect that this is the main place for architecture-dependent functionality. 2017-06-28 16:20:43 +02:00
cc2420-tsch-15ms.c TSCH: timeslot timing templates as const 2018-10-04 13:07:25 +02:00
cc2420-tsch-15ms.h Added TSCH_CONF_ARCH_HDR_PATH for platform-specific TSCH includes 2018-10-10 16:52:33 +02:00
cc2420.c Unmodulated carrier transmission for cc2420 2018-10-24 15:26:40 +02:00
cc2420.h cc2420: remove unused variables 2018-10-10 12:02:53 +02:00