This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a change to branch releases/10.2
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 1e25602  net/can,icmp,icmpv6,tcp,tcp_timer,udp: device should poll 
only those connections that are bound to the device. tcp_timer: eliminated 
false decrements of conn->timer in case of multiple network adapters. The false 
timer decrements sometimes provoked TCP spurious retransmissions due to 
premature timeouts.
     new 440dcd3  esp32_intercpu_interrupt.c: Force the functions to internal 
SRAM.
     new deb2aca  esp32.ld: Force some of libarch.a symbols to internal SRAM.  
They are used when the cache is disabled.
     new 9b982a5  esp32.ld: Force some of libsched.a symbols to internal SRAM.  
They are used when the cache is disabled.
     new 6e95087  esp32_spiflash.c: Pause the other CPU during flash operation.
     new 9e71799  xtensa_testset.c: Simplify the test-set function and remove 
some old comments.
     new 756adce  esp32_spiflash.c: Keep the index of the other CPU between SPI 
Flash operations.
     new 55718fb  esp32_spiflash.c: Allocate only one variable to hold the 
cache state in single CPU mode.

The 7 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/xtensa/src/common/xtensa_testset.c          | 33 +++------------------
 arch/xtensa/src/esp32/esp32_intercpu_interrupt.c |  8 ++---
 arch/xtensa/src/esp32/esp32_spiflash.c           | 37 ++++++++++++------------
 boards/xtensa/esp32/common/scripts/esp32.ld      | 36 +++++++++++++++++++++++
 4 files changed, 63 insertions(+), 51 deletions(-)

Reply via email to