diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-0C8C41EC-A8ED-5916-B944-DDDF20FADAF4.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-0C8C41EC-A8ED-5916-B944-DDDF20FADAF4.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,21 @@ + + + + + +Port +Implementation TutorialSteps required to implement a port of the Serial Port Driver. +

The actions needed in porting a Serial Port Driver are based on +the experience of porting the template reference board port. Note +however that the code shown here is idealized to show the basic principles; +it is not an exact copy of the template port code.

+

In the template reference board port, the .mmp for the physical device driver is ...\template_variant\datxtemplate.mmp. This is one of the PRJ_MMPFILES referenced +in the variant's bld.inf in the ...\template_variant\... directory, and means that the Serial Port Driver is built as part +of the variant. The source for the driver is contained entirely within ...\template_variant\specific\uart.cpp.

+
\ No newline at end of file