nes-proj/arch/cpu
Carlos Pérez Penichet 79a4fe33a6 Unmodulated carrier transmission for cc2538
Modified the cc2538 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-25 11:24:44 +02:00
..
arm Harmonise link rule for all cortex CPUs 2018-10-13 19:46:48 +01:00
cc26x0-cc13x0 Rename 'arch/cpu/cc26xx-cc13xx' to 'arch/cpu/cc26x0-cc13x0' 2018-10-23 13:32:03 -07:00
cc2538 Unmodulated carrier transmission for cc2538 2018-10-25 11:24:44 +02:00
msp430 Merge branch 'develop' into contrib/rtimer-config 2018-05-11 21:10:33 +02:00
native Add optimization flags for native builds 2018-10-13 18:10:34 +01:00
nrf52832 Harmonise link rule for all cortex CPUs 2018-10-13 19:46:48 +01:00
simplelink-cc13xx-cc26xx simplelink: correct a comment in Makefile.cc13xx-cc26xx 2018-10-23 13:32:55 -07:00