rockbox/firmware/target/arm/ipod
Rafaël Carré 45c7498f59 FS#11335 by me: make ARM assembly functions thumb-friendly
We can't pop into pc on ARMv4t when using thumb: the T bit won't be
modified if we are returning to a thumb function
Code running on ARMv4t should use the new ldrpc / ldmpc macros instead
of ldr pc, [sp], #4 and ldm(cond) sp!, {regs, pc}
No modification on pure ARM builds and ARMv5+

Note: USE_THUMB is currently never defined, no targets can currently be
built with -mthumb, see FS#6734

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26756 a1c6a512-1295-4272-9138-f99709370657
2010-06-11 04:41:36 +00:00
..
1g2g
3g
video FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
adc-ipod-pcf.c
adc-target.h
app.lds
backlight-4g_color.c Implement backlight brightness for iPod G4 greyscale and iPod Color/Photo. 2010-06-05 11:48:12 +00:00
backlight-mini1g_mini2g.c
backlight-nano_video.c
backlight-target.h Implement backlight brightness for iPod G4 greyscale and iPod Color/Photo. 2010-06-05 11:48:12 +00:00
boot.lds
button-1g-3g.c
button-clickwheel.c
button-mini1g.c
button-target.h
lcd-as-gray.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
lcd-color_nano.c
lcd-gray.c Increaase default ipod 3g contrast, to a value between the last two. 2010-05-20 18:58:33 +00:00
power-ipod.c Use atomic GPIO manipulation where appropriate. 2010-06-06 13:50:26 +00:00
powermgmt-ipod-pcf.c