forked from len0rd/rockbox
imx233/fuze+: implement user time api, implement a stub function, protect timrot against irq
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30437 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
333b9ed2c3
commit
2ac668e44c
7 changed files with 86 additions and 1 deletions
|
@ -513,6 +513,10 @@ target/arm/imx233/debug-imx233.c
|
|||
#if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE)
|
||||
target/arm/imx233/usb-imx233.c
|
||||
#endif
|
||||
#ifndef BOOTLOADER
|
||||
target/arm/imx233/pcm-imx233.c
|
||||
target/arm/imx233/timer-imx233.c
|
||||
#endif
|
||||
#endif /* IMX233 */
|
||||
|
||||
#if CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue