代码搜索结果
找到约 1,055 项符合
Zigbee 的代码
yangyi5-19.searchresults
---- MAX_HEAP_SIZE Matches (3 in 2 files) ----
Sralloc.c:#define _MAX_HEAP_SIZE MAX_HEAP_SIZE-1
Sralloc.c:unsigned char _uDynamicHeap[MAX_HEAP_SIZE];
Zigbee.def:#define MAX_HEAP_SIZE 128
chapter07examples.txt
"The ZigBee Wireless Networking Protocol"
by Drew Gislason
Chapter 7, The ZigBee Networking Layer, Examples
Example 7-1: Permit-Joining
Example 7-2: ZED Rejoin
Example 7-3: The Southern Cross
zzdo_conf.h
//------------------------------------------------------------------------------
// This file is part of the ZigBee DK package
// Copyright (c) 2007 RadioPulse Inc.
//-----
zzdo_conf.h
//------------------------------------------------------------------------------
// This file is part of the ZigBee DK package
// Copyright (c) 2007 RadioPulse Inc.
//-----
说明.txt
都是主从板程序,用于<mark>zigbee</mark>研发,硬件是飞思卡尔的13192sard板。使用时将此程序覆盖掉飞思卡尔所出的smac子程序里的source code即可,主要功能都是通信,而第三个是自动组网程序,主板上电后会将后来上电的sard板加进网络。
编译环境是codewarrior,此编译器使用许可需要购买,16k以下可以免费申请向官方申请。
目前程序很简单,但是编译环境很苛刻,很多人可能没法拿到c ...