nuttx/drivers/wireless
Masayuki Ishikawa a104490b00 drivers: wireless: Add retry sequence in gs2200m_send_cmd()
Summary:
- This commit is a workaround to avoid errors in gs2200m_send_cmd()
- See the actual sequence in Testing for details

Impact:
- gs2200m driver

Testing:
- Test with spresense:wifi
- 1-1 Run tcpclient on NuttX and run nc on Linux
- 1-2 Stop nc on Linux then tcpclient also stops
- 1-3 Run tcpclient then the first AT+NCTCP will fail
- 1-4 But the second AT+NCTCP will succeed
- 2-1 Run tcpclient on NuttX and run nc on Linux
- 2-2 Stop nc on Linux then tcpclient also stops
- 2-3 Run tcpserver then the first AT+NSTCP will fail
- 2-4 But the second AT+NSTCP will succeed

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2020-08-11 01:25:40 -05:00
..
bluetooth drivers/mkrd.c 2020-08-04 13:00:53 -05:00
ieee80211 Fix nxstyle warning 2020-08-08 17:30:26 -03:00
ieee802154 Fix nxstyle warning 2020-08-08 17:30:26 -03:00
lpwan build: Don't need use $(DELIM) in include statement 2020-05-24 08:24:13 -06:00
spirit Fix nxstyle warning 2020-08-08 17:30:26 -03:00
cc1101.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
gs2200m.c drivers: wireless: Add retry sequence in gs2200m_send_cmd() 2020-08-11 01:25:40 -05:00
ISM1_868MHzGFSK100kbps.c drivers/wireless: Run all wireless drivers through tools/nxstyle, correcting as many complaints as possible. 2019-12-05 11:49:12 -06:00
ISM2_433MHzMSK500kbps.c drivers/wireless: Run all wireless drivers through tools/nxstyle, correcting as many complaints as possible. 2019-12-05 11:49:12 -06:00
ISM2_905MHzGFSK250kbps.c drivers/wireless: Run all wireless drivers through tools/nxstyle, correcting as many complaints as possible. 2019-12-05 11:49:12 -06:00
Kconfig drivers: wireless: Add 'select SCHED_LPWORK' to WL_GS2200M 2020-07-19 21:11:46 -05:00
Make.defs build: Don't need use $(DELIM) in include statement 2020-05-24 08:24:13 -06:00
nrf24l01.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
nrf24l01.h