OPENTHREAD_CONFIG_PLATFORM_RADIO_PROPRIETARY_SUPPORT macro
@def OPENTHREAD_CONFIG_PLATFORM_RADIO_PROPRIETARY_SUPPORT Define to 1 to support proprietary radio configurations defined by platform. @def OPENTHREAD_CONFIG_RADIO_915MHZ_OQPSK_SUPPORT Define to 1 to support OQPSK modulation in 915MHz frequency band. The physical layer parameters are defined in section 6 of IEEE802.15.4-2006. @def OPENTHREAD_CONFIG_RADIO_2P4GHZ_OQPSK_SUPPORT Define to 1 to support OQPSK modulation in 2.4GHz frequency band. The physical layer parameters are defined in section 6 of IEEE802.15.4-2006.
Syntax
#define OPENTHREAD_CONFIG_PLATFORM_RADIO_PROPRIETARY_SUPPORT 0
Notes
If this setting is set to 1, the channel range is defined by the platform. Choosing this option requires the following configuration options to be defined by Platform: OPENTHREAD_CONFIG_PLATFORM_RADIO_PROPRIETARY_CHANNEL_PAGE, OPENTHREAD_CONFIG_PLATFORM_RADIO_PROPRIETARY_CHANNEL_MIN, OPENTHREAD_CONFIG_PLATFORM_RADIO_PROPRIETARY_CHANNEL_MAX and, OPENTHREAD_CONFIG_PLATFORM_RADIO_PROPRIETARY_CHANNEL_MASK. If this setting is set to 1, the IEEE 802.15.4 channel range is 1 to 10. If this settings is set to 1, the IEEE 802.15.4 channel range is 11 to 26. At least one of these settings must be set to 1. The platform must support the modulation and frequency band configured by the setting.