incubator-nuttx/arch/xtensa
ligd b3727f67be esp32: fix esp32 wifi bug caused scan failed
tools/configure.sh esp32c3-generic:wifi
wapi scan wlan0
has no return result after couple times

rootcause:
mq_timedsend() return failed because the time valid check error.
the ts_nsec is bigger than 1000000000.
esp_update_time() hasn't consider of the ns > 1s after the adding
calculation

Signed-off-by: ligd <liguiding1@xiaomi.com>
2024-10-07 20:21:45 +08:00
..
include arch: move sigdeliver to common code 2024-10-07 13:32:57 +08:00
src esp32: fix esp32 wifi bug caused scan failed 2024-10-07 20:21:45 +08:00
Kconfig xtensa: hostfs: handle nonblock open for iss 2024-09-28 13:53:06 +08:00