;**************************************************************************** ; ; file: config.inc ; Description: This file contains configuration definitions for the LS DVK ; Target: Cypress CY7C63723/CY7C63743 Encore Chips ; $Header: ; Version: 1.3.0000 ; ;**************************************************************************** ; Copyright (2003), Cypress Semiconductor Corporation ; This software is owned by Cypress Semiconductor Corporation (Cypress) and is ; protected by United States copyright laws and international treaty provisions. ; Cypress hereby grants to Licensee a personal, non-exclusive, non-transferable ; license to copy, use, modify, create derivative works of, and compile the ; Cypress Source Code and derivative works for the sole purpose of creating ; custom software in support of Licensee product ("Licensee Product") to be used ; only in conjunction with a Cypress integrated circuit. Any reproduction, ; modification, translation, compilation, or representation of this software ; except as specified above is prohibited without the express written permission ; of Cypress. ; Disclaimer: Cypress makes no warranty of any kind, express or implied, with ; regard to this material, including, but not limited to, the implied warranties ; of merchantability and fitness for a particular purpose. Cypress reserves the ; right to make changes without further notice to the materials described herein. ; Cypress does not assume any liability arising out of the application or use of ; any product or circuit described herein. Cypress’ products described herein are ; not authorized for use as components in life-support devices. ; This software is protected by and subject to worldwide patent coverage, ; including U.S. and foreign patents. Use may be limited by and subject to the ; Cypress Software License Agreement. ; ;**************************************************************************** ;***** DEVICE TYPE ***** DEFINE DEVICE_RDK_COMBO ;***** DATA RATE ***** DEFINE DATA_RATE_64 ;***** BIND PROCEDURE ***** DEFINE BIND_AUTO DEFINE PDC_9168 ;DEFINE PDC_9075 ; Platform Board DEFINE PROTOCOL_1_1 DEFINE MFG_TEST ;DEFINE MFG_USE_BUTTON ;DEFINE CHECKSUM_ALL_PACKETS ;DEFINE USE_NULL_PKTS ;***** Contact Cypress Applications Support for encryption source code **** ;DEFINE ENCRYPT_DATA_A DEFINE DYNAMIC_PA_SUPPORT ; Allows precise tuning of the crystal ;DEFINE USE_XTL_ADJ ;XTL_ADJ: equ 00h ; radio crystal trim DEFAULT_CHECKSUM_SEED: equ 00h STATIC_RSSI_A: equ 1Fh STATIC_RSSI_B: equ 1Fh ;***** RADIO DEFINES ***** PA_BIAS: equ 07h ; radio power amp bias BIND_PA_BIAS: equ 04h IFDEF BIND_AUTO DEFINE TWO_WAY_DATA ;DEFINE BIND_NO_HOP ; FOR DEBUG ONLY ;DEFINE PING_NO_HOP ; FOR DEBUG ONLY DEFINE USE_RSSI DEFINE AGC_SUPPORT ENDIF ; BIND_AUTO ;***** DEVICE SPECIFIC CONFIGURATIONS ***** IFDEF DEVICE_RDK_COMBO DEFINE REMOTE_WAKEUP_SUPPORT NUM_EP1_BYTES: equ 08h ; number of bytes in EP1 xfer NUM_EP2_BYTES: equ 08h ; DEFINE ENDPOINT_1 DEFINE ENDPOINT_2 DEFAULT_PN_CODE: equ 02 DEFAULT_CHANNEL: equ 75 DEVICE_TYPE_A: equ 02h DEVICE_TYPE_B: equ 03h DEFINE USE_DEVICE_ID_BIT ; the mouse runs as the second device DEFINE COMBO_DEVICE ENDIF ;DEFINE BIND_NO_HOP ; FOR DEBUG ONLY ;DEFINE PING_NO_HOP ; FOR DEBUG ONLY DEFINE REMOTE_WAKEUP_SUPPORT DEVICE_TYPE_A: equ 02h DEVICE_TYPE_B: equ 03h NUM_EP1_BYTES: equ 08h ; number of bytes in EP1 xfer NUM_EP2_BYTES: equ 08h ; DEFINE ENDPOINT_1 DEFINE ENDPOINT_2 DEFINE USE_DEVICE_ID_BIT ; the mouse runs as the second device DEFINE COMBO_DEVICE DEFINE TWO_WAY_DATA ;DEFAULT_PN_CODE: equ 02 ;DEFAULT_CHANNEL: equ 75 ;DEFAULT_CHECKSUM_SEED: equ 00h