1
0
Fork 0
forked from len0rd/rockbox

iPod Classic: piezo support for bootloader

Low level functions that do not depend on Rockbox kernel,
intended to be used by the bootloader, dualboot-installer,
RB drivers or other .dfu tools.

Change-Id: If80214d26e505265ace19d9704f1e1300f98b2f4
This commit is contained in:
Cástor Muñoz 2016-02-05 01:12:02 +01:00
parent 9c032ba61a
commit e863f9a0ce
3 changed files with 37 additions and 1 deletions

View file

@ -1608,6 +1608,7 @@ target/arm/s5l8702/dma-s5l8702.c
target/arm/s5l8702/clocking-s5l8702.c
target/arm/s5l8702/ipod6g/lcd-ipod6g.c
target/arm/s5l8702/ipod6g/lcd-asm-ipod6g.S
target/arm/s5l8702/ipod6g/piezo-ipod6g.c
#if 0 //TODO
target/arm/s5l8702/postmortemstub.S
#endif
@ -1625,7 +1626,6 @@ target/arm/s5l8702/debug-s5l8702.c
target/arm/s5l8702/pcm-s5l8702.c
target/arm/s5l8702/ipod6g/audio-ipod6g.c
target/arm/s5l8702/ipod6g/adc-ipod6g.c
target/arm/s5l8702/ipod6g/piezo-ipod6g.c
#endif
#endif