This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-06 16:50:55 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2a22a64f367f11ece9cdf8cdf85b45489c2e10ec
nuttx
/
drivers
/
wireless
/
ieee80211
T
History
Gregory Nutt
2a22a64f36
drivers/wireless/ieee80211/mmc_sdio.c: In sdio_io_rw_extended(), the behavior of the DMA setup differs, depending on the hardware capability SDIO_CAPS_DMABEFOREWRITE. If this capability is set, then the DMA setup much be done before the transfer setup. Dave Marples modified this file for the i.MXRT USDHC which does have the SDIO_CAPS_DMABEFOREWRITE (commit
970295d0fe
). Xiao Xiang reports that this change breaks the Wifi on the Photon which does not report the SDIO_CAPS_DMABEFOREWRITE and suggests reverting the change. In reality both changes are correct but must be conditioned on the DMA capability of the underlying SDIO device.
2019-10-29 16:02:33 -06:00
..
bcmf_bdc.c
…
bcmf_bdc.h
…
bcmf_cdc.c
…
bcmf_cdc.h
…
bcmf_chip_43362.c
drivers/wireless/ieee80211/bcmf_chip_43362.c: Fix bcmf_chip_43362 compile error.
2019-10-29 08:01:55 -06:00
bcmf_chip_43438.c
drivers/wireless/ieee802.11: Extend Add capabilility to get firmware from a mounted file system to BCM43362. Also fix some compile/link issues introduced in the previous commit.
2018-10-07 15:00:13 -06:00
bcmf_core.c
i.MXRT USDHC: This change completes SDIO support for IMXRT, and also adds support for WiFi using the AP6212A module based on Simon Piriou's rather excellent work. The patch should also address DavidS's concern about width setting for USDHC1 & 2.
2019-07-28 16:20:33 -06:00
bcmf_core.h
…
bcmf_driver.c
drivers/wireless/ieee802.11: Extend Add capabilility to get firmware from a mounted file system to BCM43362. Also fix some compile/link issues introduced in the previous commit.
2018-10-07 15:00:13 -06:00
bcmf_driver.h
…
bcmf_ioctl.h
Cosmetic changes for coding standard fixes.
2018-10-20 18:15:44 -06:00
bcmf_netdev.c
Add support for the BCM43438A1 Bluetooth capability. It also adds a serial 'shim' to allow any regular serial port that can support a Bluetooth H4 interface (i.e. it has RTS/CTS) to be used to drive a Bluetooth device (Get a handle to it via hci_uart_getdevice("/dev/xxx") and then pass it to the btuart_register function.
2019-09-21 07:16:37 -06:00
bcmf_netdev.h
…
bcmf_sdio_core.h
…
bcmf_sdio_regs.h
…
bcmf_sdio.c
Cosmetic changes for coding standard fixes.
2018-10-20 18:15:44 -06:00
bcmf_sdio.h
drivers/wireless/ieee802.11: Extend Add capabilility to get firmware from a mounted file system to BCM43362. Also fix some compile/link issues introduced in the previous commit.
2018-10-07 15:00:13 -06:00
bcmf_sdpcm.c
drivers/wireless/ieee80211/bcmf_sdpcm.c: Remove incorrect OR condition. Always true, would always cause allocation failure. Noted by Shao Li in Issue 127.
2018-10-26 05:26:26 -06:00
bcmf_sdpcm.h
…
bcmf_utils.c
…
bcmf_utils.h
…
Kconfig
Fix a trivial typo introduced in the last commit.
2019-10-22 17:47:49 -06:00
Make.defs
…
mmc_sdio.c
drivers/wireless/ieee80211/mmc_sdio.c: In sdio_io_rw_extended(), the behavior of the DMA setup differs, depending on the hardware capability SDIO_CAPS_DMABEFOREWRITE. If this capability is set, then the DMA setup much be done before the transfer setup. Dave Marples modified this file for the i.MXRT USDHC which does have the SDIO_CAPS_DMABEFOREWRITE (commit
970295d0fe
). Xiao Xiang reports that this change breaks the Wifi on the Photon which does not report the SDIO_CAPS_DMABEFOREWRITE and suggests reverting the change. In reality both changes are correct but must be conditioned on the DMA capability of the underlying SDIO device.
2019-10-29 16:02:33 -06:00