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/17 18:21:56 UTC

[incubator-nuttx] branch master updated (f61f276 -> 04723a8)

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 f61f276  net/tcp/sendfile: TCP retransmission could not start because of incorrect snd_ackcb callback handling: Both the snd_ackcb and snd_datacb callbacks were created and destroyed right after sending every packet. Whenever TCP_REXMIT event occurred due to TCP send timeout, TCP_REXMIT was ignored because snd_ackcb callback had been destroyed by the time. The issue is fixed as follows: - both the snd_ackcb and snd_datacb callbacks are combined into one snd_cb callback   (the sam [...]
     add 04723a8  xtensa: Fix core voltage level when SPI Flash runs at 80Mhz

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32/hardware/esp32_soc.h     |  2 +-
 arch/xtensa/src/esp32s2/hardware/esp32s2_soc.h | 16 +++-------------
 2 files changed, 4 insertions(+), 14 deletions(-)