rockbox/firmware/target/arm/as3525/sansa-clip
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
..
backlight-target.h Clipv1: move buttonlight functions to header 2010-05-20 23:15:48 +00:00
button-clip.c Clipv1: cosmetics 2010-05-20 23:15:56 +00:00
button-target.h
lcd-as-clip.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
lcd-clip.c Sansa as3525: Add missing lcd-clip.h header file to sansa clip lcd drivers. Set svn:keywords on scrollwheel-as3525.c. 2010-04-18 16:58:33 +00:00
lcd-clip.h Clip*: give lcd_hw_init() INIT_ATTR attribute 2010-05-27 12:28:53 +00:00
powermgmt-clip.c Clipv1: charging curve 2010-05-20 23:16:04 +00:00