forked from len0rd/rockbox
Initial support for iriver backlight dimming. Unfortunately dimming
remote control's EL-backlight is not possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6747 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b0287720b1
commit
2bfd2585a9
2 changed files with 217 additions and 3 deletions
|
|
@ -432,12 +432,13 @@ void (* const vbr[]) (void) __attribute__ ((section (".vectors"))) =
|
|||
UIE,UIE,UIE,UIE,UIE,UIE,
|
||||
UIE,UIE,UIE,UIE,UIE,UIE,UIE,UIE,
|
||||
UIE,UIE,UIE,UIE,UIE,UIE,UIE,UIE,
|
||||
UIE,UIE,UIE,TIMER0,UIE,UIE,UIE,UIE,
|
||||
|
||||
UIE,UIE,UIE,TIMER0,TIMER1,UIE,UIE,UIE,
|
||||
/* lvl 3 lvl 4 */
|
||||
|
||||
TRAP0,TRAP1,TRAP2,TRAP3,TRAP4,TRAP5,TRAP6,TRAP7,
|
||||
TRAP8,TRAP9,TRAP10,TRAP11,TRAP12,TRAP13,TRAP14,TRAP15,
|
||||
|
||||
SWT,UIE,TIMER1,I2C,UART1,UART2,DMA0,DMA1,
|
||||
SWT,UIE,UIE,I2C,UART1,UART2,DMA0,DMA1,
|
||||
DMA2,DMA3,QSPI,UIE,UIE,UIE,UIE,UIE,
|
||||
PDIR1FULL,PDIR2FULL,EBUTXEMPTY,IIS2TXEMPTY,
|
||||
IIS1TXEMPTY,PDIR3FULL,PDIR3RESYN,UQ2CHANERR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue