rockbox/firmware/target/arm
Catalin Patulea 8664a4d425 m:robe 500i port: Less warnings = good.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14799 a1c6a512-1295-4272-9138-f99709370657
2007-09-21 09:09:59 +00:00
..
archos/av300 Moved archos power handling into target tree. * Tuner power handling cleaned up a bit. 2007-08-14 22:06:23 +00:00
ipod * Don't touch the backlight(s) (and buttonlight) at backlight init in order to avoid a short flash when the lights are both disabled in the bootloader and in rockbox settings. * Properly reflect the backlight state set by the 1st/2nd gen bootloader. 2007-09-12 22:24:58 +00:00
iriver H10: add more time between enabling touch-pad and reading ADC. Greatly improves touchpad stability. Add (and disable) checking for ADC done bit. Disabled because not yet working. 2007-08-21 23:37:26 +00:00
olympus/mrobe-500 m:robe 500i port: Less warnings = good. 2007-09-21 09:09:59 +00:00
pnx0101 PNX0101: new register names and polishing support for Clock Generation Unit 2007-09-20 22:13:48 +00:00
s3c2440/gigabeat-fx Faster video rendering for e200 and Gigabeat. 2007-09-12 09:02:31 +00:00
sandisk Kick the idle poweroff timer on wheel activity. Should fix FS #7786 2007-09-18 21:44:47 +00:00
tatung/tpj1022 First step of powermanagement rework: * Move target specific stuff into target tree, starting with battery voltage tables and voltage reading. (This revealed some incorrect percent_to_voltage_charging mappings). * Voltage reading on 1st gen ipods is now correct. * Clean up obsolete config #defines. 2007-08-17 06:45:18 +00:00
ata-as-arm.S
ata-pp5002.c
ata-pp5020.c
ata-target.h PP5002 ATA driver needs to wait for the controller to be ready again before writing the next control register value. Makes check_registers() not fail in the bootloader. 2007-08-03 09:34:42 +00:00
audio-pp.c
crt0-pp-bl.S Add some magic to the Sansa c200 bootloader to boot the OF. 2007-09-19 03:02:34 +00:00
crt0-pp.S Sansa c200 port. Rockbox works with sound. Several features are disabled including some lcd options, FM radio, recording, and all plugins. Loading the OF from the Rockbox bootloader does not work. 2007-09-06 03:28:58 +00:00
crt0.S Beginning of an M:Robe 500i port. Currently only in the bootloader stage. Needs another piece of code to start the boot process - will be in the wiki. 2007-09-20 04:46:41 +00:00
i2c-pp.c Sansa c200 port. Rockbox works with sound. Several features are disabled including some lcd options, FM radio, recording, and all plugins. Loading the OF from the Rockbox bootloader does not work. 2007-09-06 03:28:58 +00:00
i2s-pp.c Sansa c200 port. Rockbox works with sound. Several features are disabled including some lcd options, FM radio, recording, and all plugins. Loading the OF from the Rockbox bootloader does not work. 2007-09-06 03:28:58 +00:00
memcpy-arm.S
memmove-arm.S
memset-arm.S
memset16-arm.S
memswap128-arm.S Beginning of an M:Robe 500i port. Currently only in the bootloader stage. Needs another piece of code to start the boot process - will be in the wiki. 2007-09-20 04:46:41 +00:00
pcm-pp.c Reenable scaling on Sansa since a reasonable solution to clicks has been found. 2007-07-26 10:46:17 +00:00
system-arm.h Hopefully fix all the errors/warnings 2007-09-20 08:01:56 +00:00
system-pp502x.c Fix the sound on the c200 by resetting all devices as done on the e200. Make the reset sequence like the c200 OF with hopefully no ill effects to the e200. 2007-09-20 02:46:11 +00:00
system-pp5002.c Reduced battery consumption on PP5002 targets (iPod 1st/2nd gen and 3rd gen). Now rockbox battery runtime is better than OF, verified on 2nd gen :-) 2007-08-06 17:26:28 +00:00
system-target.h m:robe 500i port: Add primitives for the SPI bus and start moving toward new-style register definitions. 2007-09-21 09:06:02 +00:00
usb-fw-pp502x.c try #2 2007-09-05 16:16:49 +00:00
usb-fw-pp5002.c FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value. 2007-09-04 08:03:07 +00:00
usb-target.h
wmcodec-pp.c Sound working on iPod 2nd gen, but very unstable (applies also to 3rd gen). Freezes most of the time. Reverting the >66MHz unlock makes it a bit better, but also not stable. Using the C FIQ has the same effect. 2007-07-27 18:15:03 +00:00