summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-06-18 16:24:28 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-06-18 16:24:28 +0200
commitbbb789120ce4c2eb470233920e602e5f79c62430 (patch)
treeecc93452c0b4d5b5e243c34c2e90d511b671b679 /firmware/SOURCES
parent49628540053103315a188164c96fdedb524ae59c (diff)
downloadrockbox-bbb789120ce4c2eb470233920e602e5f79c62430.tar.gz
rockbox-bbb789120ce4c2eb470233920e602e5f79c62430.zip
imx233: add uartdbg driver
The driver is current unused and very minimal. It can used on targets which have an accessible UART port and it will be used on some creative targets as backlight control. Change-Id: Id710d63574aadb0a2d7327b03187506b469470b1
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 92a7a29a19..83389482f3 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -534,6 +534,7 @@ target/arm/imx233/pwm-imx233.c
534target/arm/imx233/rtc-imx233.c 534target/arm/imx233/rtc-imx233.c
535target/arm/imx233/dcp-imx233.c 535target/arm/imx233/dcp-imx233.c
536target/arm/imx233/emi-imx233.c 536target/arm/imx233/emi-imx233.c
537target/arm/imx233/uartdbg-imx233.c
537# ifdef HAVE_TOUCHSCREEN 538# ifdef HAVE_TOUCHSCREEN
538target/arm/imx233/touchscreen-imx233.c 539target/arm/imx233/touchscreen-imx233.c
539# endif 540# endif