incubator-nuttx/arch
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
..
arm arch: cxd56xx: Add SD card 4-bit capability 2024-10-07 17:35:19 +08:00
arm64 sched: replace sync pause with async pause for nxsig_process 2024-10-07 13:32:57 +08:00
avr signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
ceva sched: replace sync pause with async pause for nxsig_process 2024-10-07 13:32:57 +08:00
dummy
hc sched: replace sync pause with async pause for nxtask_terminate 2024-10-06 09:26:56 +08:00
mips signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
misoc signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
or1k signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
renesas signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
risc-v esp32: fix esp32 wifi bug caused scan failed 2024-10-07 20:21:45 +08:00
sim drivers/segger: add heap data plot 2024-10-07 17:34:59 +08:00
sparc sched: replace sync pause with async pause for nxsig_process 2024-10-07 13:32:57 +08:00
tricore signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
x86 signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
x86_64 sched: replace sync pause with async pause for nxsig_process 2024-10-07 13:32:57 +08:00
xtensa esp32: fix esp32 wifi bug caused scan failed 2024-10-07 20:21:45 +08:00
z16 signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
z80 signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
CMakeLists.txt greenhills: fix the arch_interface archive error 2024-09-27 23:39:56 +08:00
Kconfig binfmt/modlib: support loading each sections to different memory for Relocate object 2024-09-29 15:06:54 +08:00