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 2021/12/16 07:30:05 UTC

[incubator-nuttx] branch master updated (0aecfe8 -> 0ee7400)

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 0aecfe8  stm32h7 sdmmc: set SDMMC_CK pin to high speed (50 MHz) mode. When it was in slow speed mode (by default), the output SDMMC_CK clock rise and fall times were about 13 ns each, that were very slow and prevented some SDIO devices from working.
     add 0ee7400  net/tcp: fix send deadlock if disconnect

No new revisions were added by this update.

Summary of changes:
 net/tcp/tcp_send_buffered.c   | 16 ++++++++++++++--
 net/tcp/tcp_send_unbuffered.c |  5 +++--
 2 files changed, 17 insertions(+), 4 deletions(-)