nuttx/drivers/wireless
Masayuki Ishikawa 48760b2636 Merged in masayuki2009/nuttx.nuttx/improve_gs2200m_performance (pull request #931)
Improve gs2200m performance

* arch/arm/src/cxd56xx: Fix dma initialization in cxd56_dmac.c

    up_dma_initialize() must be used instead of up_dmainitialize()

    Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>

* drivers/wireless: Introduce CONFIG_WL_GS2200M_SPI_FREQUENCY

    Also, changed usleep(100) to up_udelay(100) to avoid invalid response.

    Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>

* configs/spresense/wifi: Improve performance for webserver

    This commit changes followings.

      1. Enable SPI DMA for both TX and RX
      2. Increase SPI clock speed from 4MHz to 10MHz
      3. Increase buffer size for sendfile() from 512B to 1KB
      4. Enable sendfile() for webserver

    Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-07-04 11:30:54 +00:00
..
bluetooth Squashed commit of the following: 2019-02-27 08:41:08 -06:00
ieee80211 All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences. 2018-11-21 07:57:26 -06:00
ieee802154 Squashed commit of the following: 2019-04-29 14:52:05 -06:00
lpwan Squashed commit of the following: 2019-05-21 18:57:54 -06:00
spirit Merged in antmerlino/nuttx/sixlowpan-ul-bit (pull request #787) 2018-12-18 13:34:41 +00:00
cc1101.c Squashed commit of the following: 2019-05-21 18:57:54 -06:00
gs2200m.c Merged in masayuki2009/nuttx.nuttx/improve_gs2200m_performance (pull request #931) 2019-07-04 11:30:54 +00:00
ISM1_868MHzGFSK100kbps.c drivers/wireless: Fixes to spacing and alignement 2015-10-10 11:51:32 -06:00
ISM2_433MHzMSK500kbps.c Squashed commit of the following: 2018-03-03 08:53:51 -06:00
ISM2_905MHzGFSK250kbps.c drivers/wireless: Fixes to spacing and alignement 2015-10-10 11:51:32 -06:00
Kconfig Merged in masayuki2009/nuttx.nuttx/improve_gs2200m_performance (pull request #931) 2019-07-04 11:30:54 +00:00
Make.defs Merged in masayuki2009/nuttx.nuttx/add_wireless_gs2200m (pull request #908) 2019-06-18 12:44:03 +00:00
nrf24l01.c Merged in fbraghiroli/nuttx/fix_nrf24l01 (pull request #922) 2019-06-29 16:56:57 +00:00
nrf24l01.h IOCTLS. Separate wireless character driver IOCTL commands from wireless network driver IOCTL commands. Move from wireless.h to ioctl.h. 2017-04-27 16:58:30 -06:00