Files
OldPeopleHome/zigbee/ZStack-CC2530-r200/Projects/zstack/Tools/CC2530DB/f8wEndev.cfg
LitterDryFish 0657e3a6a9 组网
2019-08-23 09:32:51 +08:00

22 lines
660 B
INI

/*
* f8wEndev.cfg
*
* Compiler command-line options used to define a TI Z-Stack
* End Device. To move an option from here to the project file,
* comment out or delete the option from this file and enter it
* into the "Define Symbols" box under the Preprocessor tab of
* the C/C++ Compiler Project Options. New user defined options
* may be added to this file, as necessary.
*
*/
/* Common To All Applications */
-DCPU32MHZ // CC2530s Run at 32MHz
-DROOT=__near_func // MAC/ZMAC code in NEAR
/* MAC Settings */
-DMAC_CFG_TX_DATA_MAX=3
-DMAC_CFG_TX_MAX=6
-DMAC_CFG_RX_MAX=3
//-DPOWER_SAVING