summaryrefslogtreecommitdiff
path: root/common/usbx_host_classes/inc/ux_host_class_cdc_acm.h
AgeCommit message (Collapse)Author
2026-03-25Add default value protection for line coding parameters in serial Host classesMAY
Add preprocessor guards to allow customization of default line coding parameters. Summary of Changes: - Wrapped default line coding constants (RATE, STOP_BIT, PARITY, DATA_BIT) with #ifndef guards in CDC ACM, GSER, and Prolific host class headers - This allows users to define custom default values before including these headers in (ux_user.h) - Updated Prolific activation code to use DEFAULT constants instead of hardcoded values for consistency and better maintainability Files Modified: - common/usbx_host_classes/inc/ux_host_class_cdc_acm.h - common/usbx_host_classes/inc/ux_host_class_gser.h - common/usbx_host_classes/inc/ux_host_class_prolific.h - common/usbx_host_classes/src/ux_host_class_prolific_activate.c
2026-03-05Updated copyright headers and removed trailing whitespaceFrédéric Desbiens
2024-01-29Update copyright.Bo Chen (from Dev Box)
2023-03-31Update on 31 Mar 2023. Expand to see details.Chaoqiong Xiao
35e477cd Fixed error checking issues on device printer class. 7bc1a9b5 USBX device video error checking support. fb766837 Moved build option check to runtime (device HID, storage). 3af71cf8 Add optional error checking to host HIDs e6d938ad generate usbx cmsis-pack 62c0c282 Add error checking to host serial classes (CDC ACM, GSER, PROLIFIC and SWAR) 89b8890b USBX device DFU error checking support. 4c3c3922 USBX device CCID error checking support. 1411aab4 Add error checks for device HID and RNDIS. 2f83bd01 Added host audio error checking. 18973298 USBX device CDC ACM error checking support.
2022-07-26Release 6.1.12v6.1.12_relYuxin Zhou
2022-01-26Release 6.1.10v6.1.10_relYuxin Zhou
2021-07-28Release 6.1.8v6.1.8_relYuxin Zhou
2020-10-096.1 Releasev6.1_relScott Larson
2020-05-11Initial commitPProvost