mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +08:00
11a842333f
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>