Skip to content

Commit

Permalink
Remove Doxygen doc and update README.md to point to docs.silabs.com i…
Browse files Browse the repository at this point in the history
…nstead
  • Loading branch information
silabs-JulienT committed Jul 4, 2019
1 parent b7e4b27 commit 0330f2a
Show file tree
Hide file tree
Showing 30 changed files with 31 additions and 4,977 deletions.
40 changes: 31 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@
# WFx FMAC driver
# WFx Wi-Fi FMAC driver

The Silicon Labs WF200 is an **Ultra Low Power Wi-Fi® transceiver** or network co-processor (NCP) targeted for applications where optimal RF performance, low-power consumption, and secure end-to-end solution, together with fast time to market, are key requirements.
The WF200 integrates the Balun, T/R switch, LNA and PA for best possible RF performance. WF200 has been optimized for resource and power constrained devices at the RF, protocol
and firmware levels. Power conscious devices can take advantage of these features in both active and idle/sleep modes. For security sensitive applications WF200 provides secure boot and a secure & encrypted host interface. Robust security is made possible with a native integrated True Random
Number Generator and OTP memory for confidential encryption key storage. The WF200 fits well with Linux-based and RTOS based host processors. WF200 supports both the 802.11 split MAC and the 802.11 full MAC architectures. It communicates
with the external host controller over the SPI or SDIO interface.
The **WFx Wi-Fi Full-MAC (FMAC) driver** enables a host device to communicate
with Silicon Labs Wi-Fi transceivers and take advantage of the capabilities
listed below. The FMAC driver is built in a way that allows it to easily be
ported on new platforms. It fits **bare metal architectures as well as RTOS
based implementations**.

WF200 can act as a full-MAC wireless device and WPA2 personal supplicant. The firmware exposes a full-MAC API at the IP packet level.
It also manages WPA2 personal authentication process as well as automatic roaming. This FMAC driver enables a host device to use WF200 in this configuration.
Implementation examples are available on several platforms in the [WFx FMAC tools repository](https://github.com/SiliconLabs/wfx-fullMAC-tools).

The doxygen documentation of the driver is available at [docs.silabs.com](https://docs.silabs.com/wifi/wf200/rtos/0.1/index).
The **latest driver documentation** is available at [docs.silabs.com](https://docs.silabs.com/wifi/wf200/rtos/latest/index).

## WF200 Wi-Fi Transceiver

The Silicon Labs WF200 is an **Ultra Low Power Wi-Fi® transceiver** or network
co-processor (NCP) targeted for applications where optimal RF performance,
low-power consumption, and secure end-to-end solution, together with fast time
to market, are key requirements. The WF200 integrates the Balun, T/R switch, LNA
and PA for best possible RF performance. WF200 has been optimized for resource
and power constrained devices at the RF, protocol and firmware levels. Power
conscious devices can take advantage of these features in both active and
idle/sleep modes. For security sensitive applications WF200 provides secure boot
and a secure & encrypted host interface. Robust security is made possible with a
native integrated True Random Number Generator and OTP memory for confidential
encryption key storage. The WF200 fits well with Linux-based and RTOS based host
processors. WF200 supports both the 802.11 split MAC and the 802.11 full MAC
architectures. It communicates with the external host controller over the **SPI
or SDIO interface**.

The WF200 can act as a **full-MAC wireless device and WPA2 personal supplicant**.
The firmware exposes a full-MAC API at the **IP packet level**. It also manages
WPA2 personal authentication process as well as automatic roaming.

More information on [Silicon Labs website](https://www.silabs.com/products/wireless/wi-fi).
195 changes: 0 additions & 195 deletions wfx_fmac_driver/doxygen/docs/DoxygenLayout.xml

This file was deleted.

Binary file removed wfx_fmac_driver/doxygen/docs/assets/bgd.dll
Binary file not shown.
Binary file removed wfx_fmac_driver/doxygen/docs/assets/gecko.png
Binary file not shown.
Binary file removed wfx_fmac_driver/doxygen/docs/assets/mscgen.exe
Binary file not shown.
Loading

0 comments on commit 0330f2a

Please sign in to comment.