You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/01/21 17:14:11 UTC

[incubator-nuttx] branch master updated (338b122 -> 9061c92)

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 338b122  net/tcp/sendfile: fixed an issue with unackseq calculation. Wrong unackseq calculation locked conn->tx_unacked at non-zero values even if all ACKs were received. This issue is the same as it was with tcp_send_unbuffered.
     add 36b73fd  arch/risc-v/src/mpfs/mpfs_opensbi.c: Ensure stack alignment of 16 bytes
     add 9061c92  arch/risc-v/src/mpfs: Make each hart entry configurable for bootloader

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/mpfs/Kconfig        | 60 +++++++++++++++++++++++++++++++++++++
 arch/risc-v/src/mpfs/mpfs_head.S    | 44 ++++++++++++++-------------
 arch/risc-v/src/mpfs/mpfs_opensbi.c | 15 +++++++---
 arch/risc-v/src/mpfs/mpfs_start.c   | 41 ++++++++++++++++++++++++-
 4 files changed, 134 insertions(+), 26 deletions(-)