...
Follow the instructions in the Quick Start Equipment Firmware Development Process Outline section, with the exception that implementors should compare and merge changes to cwport.c and cwport.h as required.
Changes are tracked in this specification which allows implementors to easily identify changes between revisions.
For cwport.c if the function signatures match it is generally safe to bring over your existing code without modification, however care should be taken to follow any new porting guidelines for those functions.
For cwport.h make sure to bring over your port configuration settings and configure any new settings as appropriate for your system.
Minimum CWL version
The minimum recommended CWL version is 1.0.15
...