Commit graph

10 commits

Author SHA1 Message Date
Sam Bristow
448854c209 Return error-code for failing interface
Rather than returning the error code for UART1 regardless of which
interface had problems, we should return the error code for the
interface that actually had an error.

Pretty sure this was a simple copy-paste mistake.
2018-10-09 23:57:20 +13:00
Matthew West
dea25a6d84 Switch back to included device trees - possibly it was a regression on upgraded 7.11. 2016-08-10 09:25:29 -07:00
Matthew West
6b2aa7aabc Change return value convention for errors
Replace 1 for success and 0/-1 for failure with an enum type.
2016-08-05 13:19:54 -07:00
Matthew West
8a2e4d1b85 Switch from this library's Device Tree Overlays to those included on every image. 2016-08-05 11:31:08 -07:00
Justin Cooper
9d749903b0 include UART Overlays as part of installation 2013-09-12 02:07:32 +00:00
Justin Cooper
59dff1cfee remove print statements 2013-08-19 21:25:04 +00: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