This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 6ce335f xtensa/esp32: Fix some Wi-Fi issues 1. Fix the issue that Wi-Fi can't connect to some special routers occasionally. 2. Update Wi-Fi driver code to fix issue of failure to send pkt. 3. Replace software random with hardware random new 22ae2e0 arch/risc-v: Refine riscv_fpu.S new 901361b arch/risc-v: Move more files to common The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: arch/risc-v/src/{rv64gc => common}/riscv_fpu.S | 29 ++- .../src/{rv64gc => common}/riscv_releasepending.c | 2 +- .../src/{rv64gc => common}/riscv_reprioritizertr.c | 2 +- .../src/{rv64gc => common}/riscv_unblocktask.c | 2 +- arch/risc-v/src/rv32im/riscv_fpu.S | 236 --------------------- arch/risc-v/src/rv32im/riscv_releasepending.c | 134 ------------ arch/risc-v/src/rv32im/riscv_reprioritizertr.c | 188 ---------------- arch/risc-v/src/rv32im/riscv_unblocktask.c | 149 ------------- 8 files changed, 24 insertions(+), 718 deletions(-) rename arch/risc-v/src/{rv64gc => common}/riscv_fpu.S (93%) rename arch/risc-v/src/{rv64gc => common}/riscv_releasepending.c (98%) rename arch/risc-v/src/{rv64gc => common}/riscv_reprioritizertr.c (99%) rename arch/risc-v/src/{rv64gc => common}/riscv_unblocktask.c (99%) delete mode 100644 arch/risc-v/src/rv32im/riscv_fpu.S delete mode 100644 arch/risc-v/src/rv32im/riscv_releasepending.c delete mode 100644 arch/risc-v/src/rv32im/riscv_reprioritizertr.c delete mode 100644 arch/risc-v/src/rv32im/riscv_unblocktask.c