intel-iot-devkit / zmraa

mraa.io implementation for Zephyr. Provides a way to use the mraa.io C API on Zephyr 1.4, 1.5 & 1.6 and use UPM modules.
MIT License
8 stars 13 forks source link

UART: Basic Implementation #7

Closed malikabhi05 closed 8 years ago

arfoll commented 8 years ago

Thanks - merged. Please be more careful in the future, I ran clang-format on src/uart.c and there where still 100+ line changes due to spacing and return vars not being on a new line. If you don't remember set it as a commit hook!