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
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
..
bluetooth
drivers/wireless/bluetooth/bt_uart_bcm4343x.c: Fix small a small bug
2019-10-08 07:55:47 -06:00
ieee80211
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
ieee802154
Fix a typo introduced with
0dbb22f61c
.
2019-10-02 15:31:07 -06:00
lpwan
…
spirit
Merged in antmerlino/nuttx/iobinstrumentation (pull request
#1001
)
2019-08-16 22:42:25 +00:00
cc1101.c
…
gs2200m.c
Merged in masayuki2009/nuttx.nuttx/stm32f4dis_with_gs2200m (pull request
#1057
)
2019-10-22 13:38:41 +00:00
ISM1_868MHzGFSK100kbps.c
…
ISM2_433MHzMSK500kbps.c
…
ISM2_905MHzGFSK250kbps.c
…
Kconfig
Merged in masayuki2009/nuttx.nuttx/gs2200m_with_udp (pull request
#953
)
2019-07-25 05:40:06 +00:00
Make.defs
…
nrf24l01.c
…
nrf24l01.h
…