uart: split it and use dataflow
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 24 Sep 2014 19:30:25 +0000 (21:30 +0200)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Fri, 10 Oct 2014 07:24:47 +0000 (15:24 +0800)
commit5e5f436aa67eef84f2b2085c73f421d28ade6ae8
tree3bbd315f9f805fab803cc42cb6d129bddec9394c
parentc1fc0b9c97b4675d6479a3458a4a85ba58e7c5d0
uart: split it and use dataflow

This make the code easier to understand and allow the reuse of UARTRX & UARTTX
on designs without CPU (e.g miscope).
misoclib/uart/__init__.py