summaryrefslogtreecommitdiff
path: root/common/usbx_host_classes/src/ux_host_class_prolific_activate.c
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)
2022-01-26Release 6.1.10v6.1.10_relYuxin Zhou
2020-10-096.1 Releasev6.1_relScott Larson
2020-05-11Initial commitPProvost