-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
1 parent
55026f2
commit 48760b2
Showing
4 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters