Hi,
ZeroG Wifi MQX driver is finished will be released soon.
ZeroG driver is part of current ENET driver. It uses standard SPI driver for communication with wifi module.
RTCS stack is prepare to communicate with devices which implements standardized interface API. This API implements ENET driver. You can find enet driver source code in "mqx\source\io\enet\..."
If you want to implement your custom ENET wifi driver you need to prepare custom service routines for your HW and pass them to ENET_PARAM_STRUCT initialization structure (bsp enet_ini.c file).
These routines must impelement similar functionality as current FEC and ZeroG driver provides (functions like send, shutdown, join, rejoin see ENET_MAC_IF_STRUCT, ENET_PHY_IF_STRUCT structs and "mqx\source\io\enet\mcf5xxx_fec" sources).
PetrL
Message Edited by PetrL on 2009-11-22 01:55 PM