summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2025-08-07 21:11:19 +0800
committersakumisu <[email protected]>2025-08-07 21:49:51 +0800
commit4d6b12c704b7acfbc6b473d98c1829f0befe4bc4 (patch)
treea8909a584b1d5cf5ec6003853500141d62317d76 /common
parent5d2a7ca6bc635afc925ddcb0b35f44a660a29535 (diff)
docs: release v1.5.2v1.5.2
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'common')
-rw-r--r--common/usb_errno.h2
-rw-r--r--common/usb_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/common/usb_errno.h b/common/usb_errno.h
index 57f37c16..284020a2 100644
--- a/common/usb_errno.h
+++ b/common/usb_errno.h
@@ -15,7 +15,7 @@
#define USB_ERR_RANGE 7
#define USB_ERR_STALL 8
#define USB_ERR_BABBLE 9
-#define USB_ERR_NAK 10
+#define USB_ERR_NAK 10 /* only for dwc2 buffer dma mode */
#define USB_ERR_DT 11
#define USB_ERR_IO 12
#define USB_ERR_SHUTDOWN 13
diff --git a/common/usb_version.h b/common/usb_version.h
index 41cae0e7..2d70bb4c 100644
--- a/common/usb_version.h
+++ b/common/usb_version.h
@@ -15,7 +15,7 @@
#undef CHERRYUSB_VERSION_STR
#endif
-#define CHERRYUSB_VERSION 0x010501
-#define CHERRYUSB_VERSION_STR "v1.5.1"
+#define CHERRYUSB_VERSION 0x010502
+#define CHERRYUSB_VERSION_STR "v1.5.2"
#endif \ No newline at end of file