summaryrefslogtreecommitdiff
path: root/shared-bindings/nativeio/UART.c
AgeCommit message (Collapse)Author
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
This was done to allow greatly granularity when deciding what functionality is built into each board's build. For example, this way pulseio can be omitted to allow for something else such as touchio.
2017-03-07shared-bindings: Do a pass on the docs and make sure keyword only arguments ↵Scott Shawcroft
make sense and are documented correctly. Fixes #109
2017-02-24Switch exception throwing to mp_raise helpers. It saves a little code space ↵Scott Shawcroft
each time to share the call.
2017-02-19Switch enum-like attributes to all caps and add print support for them. Make ↵Scott Shawcroft
room for this functionality by adding a shared __enter__ function object. #76
2017-01-12Fixup warnings from merge about undefined macro values, switch toScott Shawcroft
VM keyboard exception and switch to FATFS reader.
2016-12-19atmel-samd: Add preliminary support for UARTSebastian Plamauer