New Features 6.3 These new features have been added to NET+Works since the version 6.2 release: 1. ConnectCore 9C Platform Support Support for the new ConnectCore 9C module. 2. Bypass Stack API A new memory management scheme was implemented to reduce memory fragmentation which would result in decreased throughput over time. 3. Broadcom Wireless Driver A Wireless driver is supported on the ns9750_a platform. To enable the driver, in bsp.h set BSP_WANT_ETHERNET to FALSE, and BSP_LOW_INTERRUPT_LATENCY and BSP_WANT_WIRELESS to TRUE. The Libbroadcom.a must be linked to the application. To enable WPA, set BSP_WANT_WPA to TRUE (in bsp.h) and also link in libwpa.a, libcrypto.a and libssl.a. For GHS users, crypto.a must also be linked. 4. FAT32 over SD/MMC and CF The USB FAT32 memory stick application has been extended to support SD/MMC and CF memory devices. 5. AWS Server Side Image Maps enabled Server side image maps are now enabled for the AWS. This feature allows selection of URL links from web images, and can be leveraged via the RpFormImageMap, RpImageMapCircle, RpImageMapRectangle, RpImageMapPolygon, and the RpEndImageMapAreas comment tags. 6. New SPI touch screen sample application added. A new sample application, naspi_touchscreen, has been included. This application demonstrates a driver for a SPI touch screen pointer system. 7. File attachment name4s The funtion MCRetrMail_CapturedAttachmentName() has been added and allows a caller to discover the file name of attachments to the prior email.