sam3 port: add serial module.
authoraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 15 Oct 2010 19:59:58 +0000 (19:59 +0000)
committeraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 15 Oct 2010 19:59:58 +0000 (19:59 +0000)
commit8e6b1e394127c3e1635dffd1aa424b4971ef8a4f
treec145a2ecfb87e9d178a8808b0855ad7e768bec61
parent78c2d08d43a58d8579fd3993b1798b82b39a3703
sam3 port: add serial module.

Copied from SAM7 architecture driver and improved to handle SAM3 as well.
Mantained SAM7 compatibility, to allow future merge between SAM7 and SAM3 driver
trees.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4436 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/cpu/cortex-m3/drv/ser_cm3.h
bertos/cpu/cortex-m3/drv/ser_sam3.c [new file with mode: 0644]
bertos/cpu/cortex-m3/drv/ser_sam3.h [new file with mode: 0644]