Commit graph

8 commits

Author SHA1 Message Date
Drew Fustini
61af64e734
use set_pin_mode() to set uart pinmux (#158)
Use set_pin_mode() to set pinmux for UART
RX and TX pins. This is similar effect as
running the config-pin utility.

Signed-off-by: Drew Fustini <drew@pdp7.com>
2017-11-30 22:39:14 -06:00
Drew Fustini
b1ad088164 Fix unused parameter warning [-Werror=unused-parameter] 2017-01-10 10:52:01 +00:00
Matthew West
565f2dc27e Fix return convention errors 2016-08-11 15:21:41 -07:00
Eric Lee
715e87d2ab Increase the size of the buffer used for storing device tree names.
The previous buffer size was 9 which was not log enough to hold the name of the UART device tree items.
2013-09-21 23:30:34 -07:00
Justin Cooper
670bfcbf1c better error handling of load_device_tree through adc, pwm, and uart 2013-07-30 19:34:24 +00:00
Justin Cooper
004530a91c remove debug statements, add device names 2013-07-23 20:40:22 +00:00
Justin Cooper
ffc58aee30 further support for UART exporting 2013-07-22 21:38:24 +00:00
Justin Cooper
b829cc4132 initial support to export uart 2013-07-22 21:04:29 +00:00