mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
imx233: add pwm driver
Change-Id: Ib920b119f52b492247d75e97c5ec9298146d583c
This commit is contained in:
parent
55e01b8de4
commit
9d87113958
4 changed files with 135 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#include "ssp-imx233.h"
|
||||
#include "i2c-imx233.h"
|
||||
#include "dcp-imx233.h"
|
||||
#include "pwm-imx233.h"
|
||||
#include "icoll-imx233.h"
|
||||
#include "lradc-imx233.h"
|
||||
#include "rtc-imx233.h"
|
||||
|
|
@ -99,6 +100,7 @@ void system_init(void)
|
|||
imx233_dma_init();
|
||||
imx233_ssp_init();
|
||||
imx233_dcp_init();
|
||||
imx233_pwm_init();
|
||||
imx233_lradc_init();
|
||||
imx233_i2c_init();
|
||||
#if defined(SANSA_FUZEPLUS) && !defined(BOOTLOADER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue