mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
imx233: add small framework for LED
It handles GPIO and PWM based LEDs, possibly with several channels (red-green LED for example). The debug allows one to play with the setting. Currently the code supports the ZEN, ZEN X-Fi, and ZEN Mozaic. Change-Id: I8c3b66e6ba21778acdb123daabb724280a7d1a4f
This commit is contained in:
parent
759a78e5df
commit
b23b7088cb
6 changed files with 312 additions and 5 deletions
|
@ -587,6 +587,7 @@ target/arm/imx233/debug-imx233.c
|
|||
#endif
|
||||
#if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE)
|
||||
target/arm/imx233/usb-imx233.c
|
||||
target/arm/imx233/led-imx233.c
|
||||
#endif
|
||||
#ifndef BOOTLOADER
|
||||
#ifdef HAVE_IMX233_CODEC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue