This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 945d25f0c90 arch/x86: default CROSSDEV on a macOS host
new 1e560257e6e arch/rp2040: clamp bulk OUT read length to the endpoint
max packet size
new 53b5048b1f5 arch/rp2040: don't re-arm an endpoint request resubmitted
from its callback
new 7ff0b8e8767 arch/rp2040: set buffer AVAILABLE bit after the rest of
buffer control
new f338a53222a arch/rp23xx: apply the same bulk/notify endpoint fixes as
rp2040
new 8039e006d6a rp2040/rp23xx: preserve SIE_CTRL.PULLUP_EN in
usbdev_register
new 9c8d824b526 rp2040/rp23xx: implement stall queueing and GET STATUS
responses
new 2137f35cd35 rp2040/rp23xx: order the USB BUFF_STATUS clear before the
AVAILABLE re-arm
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/arm/Kconfig | 2 +
arch/arm/src/rp2040/rp2040_usbdev.c | 229 ++++++++++++++++++++++++++++-------
arch/arm/src/rp23xx/rp23xx_usbdev.c | 230 +++++++++++++++++++++++++++++-------
3 files changed, 371 insertions(+), 90 deletions(-)