[PR] tmpfs:Add ioctl access path function [nuttx]

2024-04-23 Thread via GitHub
crafcat7 opened a new pull request, #12216: URL: https://github.com/apache/nuttx/pull/12216 ## Summary Added support for FIOC_FILEPATH in tmpfs. Now we can use ioctl to get the path of tmpfs corresponding to fd ``` ioctl(fd, FIOC_FILEPATH, ) ``` ## Impact tmpfs

Re: [PR] mcuboot: add option to specify MCUboot source git repository [nuttx-apps]

2024-04-23 Thread via GitHub
pkarashchenko commented on code in PR #2366: URL: https://github.com/apache/nuttx-apps/pull/2366#discussion_r1576405275 ## boot/mcuboot/Makefile: ## @@ -75,8 +76,8 @@ CXXFLAGS += ${INCDIR_PREFIX}mcuboot/ext/tinycrypt/lib/include endif $(MCUBOOT_TARBALL): - $(Q) echo

Re: [PR] mcuboot: add option to specify MCUboot source git repository [nuttx-apps]

2024-04-23 Thread via GitHub
michallenc commented on code in PR #2366: URL: https://github.com/apache/nuttx-apps/pull/2366#discussion_r1576555739 ## boot/mcuboot/Makefile: ## @@ -75,8 +76,8 @@ CXXFLAGS += ${INCDIR_PREFIX}mcuboot/ext/tinycrypt/lib/include endif $(MCUBOOT_TARBALL): - $(Q) echo

[PR] libs/libc/inttypes: add support for imaxdiv [nuttx]

2024-04-23 Thread via GitHub
juniskane opened a new pull request, #12211: URL: https://github.com/apache/nuttx/pull/12211 ## Summary imaxdiv() is in C99 and Open Group specifications, was missing from NuttX. ## Impact ## Testing -- This is an automated message from the Apache Git Service. To

Re: [PR] arch/riscv/qemu-rv: Add S-mode support [nuttx]

2024-04-23 Thread via GitHub
inochisa commented on PR #12178: URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2071608322 > @inochisa Could you change to the text below, so I can approve the PR? Thanks! > > Documentation/platforms/risc-v/qemu-rv/boards/rv-virt/index.rst > > ``` > If testing

Re: [PR] arch/riscv/qemu-rv: Add S-mode support [nuttx]

2024-04-23 Thread via GitHub
lupyuen commented on PR #12178: URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2071616207 @inochisa Sorry I didn't understand your question? You inserted this line at Documentation/platforms/risc-v/qemu-rv/boards/rv-virt/index.rst: ```text If test with kernel build,

Re: [PR] arch/riscv/qemu-rv: Add S-mode support [nuttx]

2024-04-23 Thread via GitHub
lupyuen commented on PR #12178: URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2071601869 @inochisa Could you change to the text below, so I can approve the PR? Thanks! Documentation/platforms/risc-v/qemu-rv/boards/rv-virt/index.rst ```text If testing with

Re: [PR] tools/export: fix app entry and linker script names [nuttx]

2024-04-23 Thread via GitHub
yf13 commented on PR #12201: URL: https://github.com/apache/nuttx/pull/12201#issuecomment-2071611402 @xiaoxiang781216 please check latest updates, it changes `crt0.c` to use unified entrace `__start`. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] arch/risc-v: add support of save/restore vector registers [nuttx]

2024-04-23 Thread via GitHub
acassis merged PR #12184: URL: https://github.com/apache/nuttx/pull/12184 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(nuttx) branch master updated: arch/risc-v: add support of save/restore vector registers

2024-04-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 28044f7d5a arch/risc-v: add support of

[PR] xtensa/esp32s3: Add missing entries to iram.text from legacy_sections.ld [nuttx]

2024-04-23 Thread via GitHub
almir-okato opened a new pull request, #12217: URL: https://github.com/apache/nuttx/pull/12217 ## Summary Fix ESP32-S3 legacy boot initialization. ## Impact ## Testing Internal CI testing -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] xtensa/esp32s3: Add missing entries to iram.text from legacy_sections.ld [nuttx]

2024-04-23 Thread via GitHub
almir-okato commented on PR #12217: URL: https://github.com/apache/nuttx/pull/12217#issuecomment-2073354188 @tmedicci @eren-terzioglu PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[I] Error formatting sdcard [nuttx]

2024-04-23 Thread via GitHub
JorgeGzm opened a new issue, #12218: URL: https://github.com/apache/nuttx/issues/12218 Hello, I`m trying format the sdcard and have the error bellow: ``` nsh> uname -a NuttX 12.5.1 28044f7d5a-dirty Apr 23 2024 20:36:15 arm linum-stm32h753bi nsh> mkfatfs /dev/mmcsd0

Re: [PR] arch/risc-v: remove the hard code array of cpu idle stack [nuttx]

2024-04-23 Thread via GitHub
anchao commented on code in PR #12207: URL: https://github.com/apache/nuttx/pull/12207#discussion_r1577072245 ## arch/risc-v/src/common/riscv_common_memorymap.h: ## @@ -63,7 +67,8 @@ EXTERN uintptr_t g_idle_topstack; /* Address of per-cpu idle stack base */ -EXTERN const

(nuttx-website) branch asf-site updated: Publishing web: ce5ab6cc062dbbe6065b26acd6a7b45062848749 docs: 28044f7d5a9d26f9778f07b24a1ecd043354f33d

2024-04-23 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 05ad7468e Publishing web:

[PR] arch/risc-v: decouple Per-CPU scratch with ARCH_USE_S_MODE [nuttx]

2024-04-23 Thread via GitHub
anchao opened a new pull request, #12220: URL: https://github.com/apache/nuttx/pull/12220 ## Summary arch/risc-v: decouple Per-CPU scratch with ARCH_USE_S_MODE In some special chipsets, multiple CPUs may be bundled in one hardware thread cluster, which results in hartid

Re: [PR] arch/risc-v: remove the hard code array of cpu idle stack [nuttx]

2024-04-23 Thread via GitHub
anchao commented on code in PR #12207: URL: https://github.com/apache/nuttx/pull/12207#discussion_r1577068064 ## arch/risc-v/src/common/riscv_cpuidlestack.c: ## @@ -50,64 +48,13 @@ * 2. RISC-V requires a 16-byte stack alignment. */ -#if CONFIG_SMP_NCPUS > 1 -static

Re: [PR] xtensa/esp32s3: Add missing entries to iram.text from legacy_sections.ld [nuttx]

2024-04-23 Thread via GitHub
xiaoxiang781216 merged PR #12217: URL: https://github.com/apache/nuttx/pull/12217 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(nuttx) branch master updated: xtensa/esp32s3: Add missing entries to iram.text from legacy_sections.ld

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new a5de4dbd22 xtensa/esp32s3: Add missing

Re: [PR] tmpfs:Add ioctl access path function [nuttx]

2024-04-23 Thread via GitHub
xiaoxiang781216 merged PR #12216: URL: https://github.com/apache/nuttx/pull/12216 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(nuttx) branch master updated: tmpfs:Add ioctl access path function

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 1c573da506 tmpfs:Add ioctl access path

[PR] net/netfilter: Correction of header files [nuttx]

2024-04-23 Thread via GitHub
wengzhe opened a new pull request, #12221: URL: https://github.com/apache/nuttx/pull/12221 ## Summary - netfilter: Move IP6T_F to correct file - netfilter.h: Include for struct in_addr ## Impact Minor ## Testing CI -- This is an automated message from the Apache

Re: [PR] x86_64_acpi.c: cosmetic changes after review [nuttx]

2024-04-23 Thread via GitHub
xiaoxiang781216 merged PR #12214: URL: https://github.com/apache/nuttx/pull/12214 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(nuttx) branch master updated: x86_64_acpi.c: cosmetic changes

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 37a6806bb4 x86_64_acpi.c: cosmetic changes

Re: [PR] cmake/export: fix kernel mode app building [nuttx]

2024-04-23 Thread via GitHub
masayuki2009 commented on PR #12201: URL: https://github.com/apache/nuttx/pull/12201#issuecomment-2074098683 @yf13 Which configurations did you test? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] net/udp_input: Only dup packets for broadcast / multicast. [nuttx]

2024-04-23 Thread via GitHub
anchao commented on code in PR #12212: URL: https://github.com/apache/nuttx/pull/12212#discussion_r1577181297 ## net/udp/udp_input.c: ## @@ -243,7 +290,14 @@ static int udp_input(FAR struct net_driver_s *dev, unsigned int iplen) { /* We'll only get multiple

Re: [PR] net/udp_input: Only dup packets for broadcast / multicast. [nuttx]

2024-04-23 Thread via GitHub
anchao commented on code in PR #12212: URL: https://github.com/apache/nuttx/pull/12212#discussion_r1577181297 ## net/udp/udp_input.c: ## @@ -243,7 +290,14 @@ static int udp_input(FAR struct net_driver_s *dev, unsigned int iplen) { /* We'll only get multiple

[PR] xtensa/esp32s3: Support ESP32-S3 PM standby and sleep. [nuttx]

2024-04-23 Thread via GitHub
cwespressif opened a new pull request, #1: URL: https://github.com/apache/nuttx/pull/1 ## Summary - Support ESP32-S3 PM standby and sleep. ## Impact - Device enters PM standby mode or PM sleep mode to effectively save power consumption. ## Testing

(nuttx) branch master updated (5c3fc2796b -> 1a4f298265)

2024-04-23 Thread xiaoxiang
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.git from 5c3fc2796b tools/export: fix names for app linker script and program entry. new 89752e9993 arm64/imx9: Add

Re: [PR] arm64/imx9: Add eDMA driver [nuttx]

2024-04-23 Thread via GitHub
xiaoxiang781216 merged PR #12183: URL: https://github.com/apache/nuttx/pull/12183 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] arch/risc-v: remove the hard code array of cpu idle stack [nuttx]

2024-04-23 Thread via GitHub
xiaoxiang781216 merged PR #12207: URL: https://github.com/apache/nuttx/pull/12207 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(nuttx) branch master updated: arch/risc-v: remove the hard code array of cpu idle stack

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 6086b1410b arch/risc-v: remove the hard code

Re: [PR] net/udp_input: Only dup packets for broadcast / multicast. [nuttx]

2024-04-23 Thread via GitHub
wengzhe commented on code in PR #12212: URL: https://github.com/apache/nuttx/pull/12212#discussion_r1577185810 ## net/udp/udp_input.c: ## @@ -243,7 +290,14 @@ static int udp_input(FAR struct net_driver_s *dev, unsigned int iplen) { /* We'll only get

Re: [PR] cmake/export: fix kernel mode app building [nuttx]

2024-04-23 Thread via GitHub
xiaoxiang781216 merged PR #12201: URL: https://github.com/apache/nuttx/pull/12201 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(nuttx) branch master updated: tools/export: fix names for app linker script and program entry.

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 5c3fc2796b tools/export: fix names for app

(nuttx) 02/02: arm64/imx9: Enable DMA for I2C and SPI

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 1a4f2982655b0724f0f173add46fc2433083f1e7 Author: Ville Juven AuthorDate: Fri Apr 5 13:07:25 2024 +0300

(nuttx) 01/02: arm64/imx9: Add eDMA driver

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 89752e99934d63be8452354d673b82216dd2926d Author: Ville Juven AuthorDate: Fri Apr 5 12:59:22 2024 +0300

(nuttx-apps) branch master updated: mcuboot: add option to specify MCUboot source git repository

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new a9fdc0bae mcuboot: add option to specify

Re: [PR] mcuboot: add option to specify MCUboot source git repository [nuttx-apps]

2024-04-23 Thread via GitHub
xiaoxiang781216 merged PR #2366: URL: https://github.com/apache/nuttx-apps/pull/2366 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] cmake/export: fix kernel mode app building [nuttx]

2024-04-23 Thread via GitHub
masayuki2009 commented on PR #12201: URL: https://github.com/apache/nuttx/pull/12201#issuecomment-2074091770 @yf13 I noticed that rv-virt:knsh32 crashes with this PR. ``` /home/ishikawa/opensource/QEMU/qemu-8.2.0/build/qemu-system-riscv32 -semihosting -nographic -cpu rv32 -M

Re: [PR] arch/riscv/qemu-rv: Add S-mode support [nuttx]

2024-04-23 Thread via GitHub
inochisa commented on code in PR #12178: URL: https://github.com/apache/nuttx/pull/12178#discussion_r1575842471 ## arch/risc-v/src/qemu-rv/qemu_rv_exception_m.S: ## Review Comment: This is quite straightforward. `__trap_vec_m` is only used to wrap S-mode timer interrupt.

Re: [PR] arch/risc-v: remove the hard code array of cpu idle stack [nuttx]

2024-04-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #12207: URL: https://github.com/apache/nuttx/pull/12207#discussion_r1576083217 ## arch/risc-v/src/common/riscv_cpuidlestack.c: ## @@ -50,64 +48,13 @@ * 2. RISC-V requires a 16-byte stack alignment. */ -#if CONFIG_SMP_NCPUS > 1

Re: [PR] tools/export: fix cmake issues for building kernel mode apps [nuttx]

2024-04-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #12201: URL: https://github.com/apache/nuttx/pull/12201#discussion_r1576089039 ## tools/mkexport.sh: ## @@ -182,10 +182,17 @@ cp "${TOPDIR}/tools/incdir.c" "${EXPORTDIR}/tools/." # Copy the board specific linker if found, or use the

[PR] Netlink route support [nuttx]

2024-04-23 Thread via GitHub
Meissi-jian opened a new pull request, #12215: URL: https://github.com/apache/nuttx/pull/12215 ## Summary Support route/neigh/prefix netlink notify ## Impact Will send netlink msg when route/neigh/prefix changs ## Testing Passed the test under simulated environment

[PR] x86_64_acpi.c: cosmetic changes after review [nuttx]

2024-04-23 Thread via GitHub
szafonimateusz-mi opened a new pull request, #12214: URL: https://github.com/apache/nuttx/pull/12214 ## Summary - x86_64_acpi.c: cosmetic changes after review ## Impact ## Testing CI -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] arch/riscv/qemu-rv: Add S-mode support [nuttx]

2024-04-23 Thread via GitHub
inochisa commented on PR #12178: URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2071618522 > @inochisa Sorry I didn't understand your question? You inserted this line at Documentation/platforms/risc-v/qemu-rv/boards/rv-virt/index.rst: > > ``` > If test with kernel

[PR] net/udp_input: Only dup packets for broadcast / multicast. [nuttx]

2024-04-23 Thread via GitHub
wengzhe opened a new pull request, #12212: URL: https://github.com/apache/nuttx/pull/12212 ## Summary We found previous multicast support (https://github.com/apache/nuttx/pull/12015) harms some unicast situation, and the `udp_input` should not dup packets for unicast. Now, we only pass

Re: [PR] x86_64_acpi.c: make sure that RSDP is mapped [nuttx]

2024-04-23 Thread via GitHub
masayuki2009 commented on PR #12210: URL: https://github.com/apache/nuttx/pull/12210#issuecomment-2071841971 @szafonimateusz-mi Thanks, I confirmed the issue has been fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] x86_64_acpi.c: make sure that RSDP is mapped [nuttx]

2024-04-23 Thread via GitHub
masayuki2009 merged PR #12210: URL: https://github.com/apache/nuttx/pull/12210 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(nuttx) branch master updated: x86_64_acpi.c: make sure that RSDP is mapped

2024-04-23 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new d484e85bb9 x86_64_acpi.c: make sure that RSDP

Re: [PR] arch/riscv/qemu-rv: Add S-mode support [nuttx]

2024-04-23 Thread via GitHub
lupyuen commented on code in PR #12178: URL: https://github.com/apache/nuttx/pull/12178#discussion_r1573735180 ## arch/risc-v/src/qemu-rv/qemu_rv_exception_m.S: ## Review Comment: Question: Why is __trap_vec_m no longer needed? ##

[PR] mcuboot: add option to specify MCUboot source git repository [nuttx-apps]

2024-04-23 Thread via GitHub
michallenc opened a new pull request, #2366: URL: https://github.com/apache/nuttx-apps/pull/2366 ## Summary Configuration option MCUBOOT_REPOSITORY adds possibility to configure MCUboot GIT repository to be downloaded (for specified hash commit or version). This allows to use different

[PR] arch/imx9: Add PSCI (system reset) support [nuttx]

2024-04-23 Thread via GitHub
pussuw opened a new pull request, #12213: URL: https://github.com/apache/nuttx/pull/12213 ## Summary ARMv8.2-A has PSCI -> it also has support for system reset ## Impact Add support for system reset with imx9 ## Testing imx9-evk:nsh -- This is an automated message

(nuttx) branch master updated: libs/libc/inttypes: add support for imaxdiv

2024-04-23 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 3348d03f95 libs/libc/inttypes: add support for

Re: [PR] libs/libc/inttypes: add support for imaxdiv [nuttx]

2024-04-23 Thread via GitHub
acassis merged PR #12211: URL: https://github.com/apache/nuttx/pull/12211 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] arch/imx9: Add PSCI (system reset) support [nuttx]

2024-04-23 Thread via GitHub
xiaoxiang781216 merged PR #12213: URL: https://github.com/apache/nuttx/pull/12213 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(nuttx) branch master updated (3348d03f95 -> 1b7a95c756)

2024-04-23 Thread xiaoxiang
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.git from 3348d03f95 libs/libc/inttypes: add support for imaxdiv add 1b7a95c756 arch/imx9: Add PSCI (system reset)

Re: [PR] drivers/usbdev/fs: fix issue between adb/fastboot/mtp and usbdev fs [nuttx]

2024-04-23 Thread via GitHub
xiaoxiang781216 merged PR #12197: URL: https://github.com/apache/nuttx/pull/12197 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(nuttx) 04/11: driver/usbdev: report POLLPRI event when usb connect

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 0f269b1c2a06be290f3df60a999dcc76952d01d2 Author: dongjiuzhu1 AuthorDate: Tue Dec 26 14:16:13 2023 +0800

(nuttx) 03/11: drivers/usbdev_fs: update ctrlreq buffer len base on longest string descriptor

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 1355302036d0f2a1c00f1152e6c65a34215a9c2b Author: dongjiuzhu1 AuthorDate: Sat Dec 16 20:02:56 2023 +0800

(nuttx) branch master updated (1b7a95c756 -> c093514cea)

2024-04-23 Thread xiaoxiang
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.git from 1b7a95c756 arch/imx9: Add PSCI (system reset) support new e3a6368c9a drivers/usbdev_fs: when the device is not

(nuttx) 08/11: drivers/usbdev: support send ZLP(zero length packet) data packet in bulkin

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit d6bfa87c8df20adc6e7448b03697a09547ac4812 Author: dongjiuzhu1 AuthorDate: Thu Feb 22 22:34:47 2024 +0800

(nuttx) 02/11: drivers/usbdev_fs: report POLLHUP when disconnect

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 070ecb480a8ab0b0bbd176d2deabe429c3f42135 Author: dongjiuzhu1 AuthorDate: Wed Nov 29 10:01:23 2023 +0800

(nuttx) 01/11: drivers/usbdev_fs: when the device is not opened, the received data is retained.

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit e3a6368c9a24f564b2757aca94850c71d890e1e3 Author: sunkun3 AuthorDate: Mon Nov 27 16:53:35 2023 +0800

(nuttx) 06/11: drivers/usbdev: update sem ptr before loop run

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 9ebed49d2913149479c32612b296dc2a2bf87056 Author: dongjiuzhu1 AuthorDate: Wed Feb 7 13:40:17 2024 +0800

(nuttx) 11/11: drivers/usbdev: Register the device after successful set configuration

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit c093514cea5aff955ae057dc984beca215294904 Author: dongjiuzhu1 AuthorDate: Wed Jan 24 18:37:00 2024 +0800

(nuttx) 05/11: drivers/usbdev: stop read when container length is less than the maximum length.

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 7feb547c6fc5f2b6469ebe703cdf7e4ac4691249 Author: dongjiuzhu1 AuthorDate: Wed Jan 10 12:14:32 2024 +0800

(nuttx) 07/11: drivers/usbdev: support config usb req buffer alignment bytes

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 2b571e1d117c692507bd5604996a8a4d67b89755 Author: dongjiuzhu1 AuthorDate: Mon Mar 25 14:55:17 2024 +0800

(nuttx) 10/11: drivers/usbdev: support read ZLP packet

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 443306793cdba7fbae8b13761308428db9c05a77 Author: dongjiuzhu1 AuthorDate: Sun Feb 25 18:45:21 2024 +0800

(nuttx) 09/11: driver/usbdev: lock fs_ep resouce when call unbind

2024-04-23 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 4bcad6115b428492a9ba33c49ee3511581ea0e45 Author: dongjiuzhu1 AuthorDate: Mon Jan 29 11:18:11 2024 +0800