mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 21:19:03 +00:00
Summary: - During stress test with spresense:wifi (non-SMP), I noticed sometimes ASSERT() happened in _read_data_len() - Actually, up_udelay(50) has been added to avoid the ASSERT - However, I finally noticed that it should be moved before calling dready() - Also, I cofirmed that we can reduced the time from 50 to 30 - NOTE: we need at least 15us in my experience Impact: - gs2200m.c only Testing: - Tested with following configurations - spresense:wifi, spresense:wifi_smp, stm32f4discovery:wifi Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> |
||
|---|---|---|
| .. | ||
| bluetooth | ||
| ieee80211 | ||
| ieee802154 | ||
| lpwan | ||
| spirit | ||
| cc1101.c | ||
| gs2200m.c | ||
| ISM1_868MHzGFSK100kbps.c | ||
| ISM2_433MHzMSK500kbps.c | ||
| ISM2_905MHzGFSK250kbps.c | ||
| Kconfig | ||
| Make.defs | ||
| nrf24l01.c | ||
| nrf24l01.h | ||