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/nuttx-apps.git


    from 0b3e5f233 .gitignore: Add .aider* to .gitignore
     new 25ba30986 fastboot tool: Status read failed while rebooting into 
bootloader
     new 175272647 system/fastboot: Complete the erase command
     new 4d0b9d61d system/fastboot: Support USB boardctl
     new 6b53e1fae system/fastboot: erase - add driver independent
     new 6ac7cbf4d system/fastboot: fastboot flash - call fsync()
     new e3400b255 Reduce the number of open() and close() to improve 
performance
     new 95abb3628 system/fastboot: fix crash when free invalid pointer
     new 53563b67e fastbootd:add delay ms for bootloader
     new f1ce26162 system/fastboot: Replace printf with syslog
     new e55666f90 fastboot:enable O_CLOEXEC explicit
     new 22f055472 system/fastboot: Retry if open EP failed
     new c3488c5b4 system/fastboot: Support upload & oem(memdump, filedump) 
command
     new 78c11c31e system/fastboot: Fix fd leak of fastboot_filedump_upload()
     new e6cedb8da system/fastboot: Init total_imgsize to zero
     new a413f6bca system/fastboot: Fix error that download_size always be zero
     new caa47f282 system/fastboot: Fix that `total_chunks` of sparse_header 
maybe error
     new 6b1062a64 system/fastboot: Fix Out-of-bounds Write

The 17 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:
 system/fastboot/Kconfig    |   7 +
 system/fastboot/fastboot.c | 497 ++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 454 insertions(+), 50 deletions(-)

Reply via email to