rockbox/firmware/target/arm/s3c2440/gigabeat-fx
Karl Kurbjun 66010b9f30 Fix high power consumption at powerup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17445 a1c6a512-1295-4272-9138-f99709370657
2008-05-10 19:43:23 +00:00
..
adc-meg-fx.c Cleanup some tabs and whitespace 2008-04-29 01:43:15 +00:00
adc-target.h move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based) 2007-04-18 12:22:27 +00:00
ata-meg-fx.c meg-fx: Add headers to files in the target directory that were missing them. Fix the Id marker in a couple. Fix svn properties in some others. Please have a look at the copyrights added and make any corrections that you feel should be made since this particular tree branch has a twisted history so I just pasted them in based on the target header and used my name for files that have a preponderance of my junk. 2008-03-31 04:53:03 +00:00
ata-target.h move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based) 2007-04-18 12:22:27 +00:00
backlight-meg-fx.c - make the booloader compile again 2008-01-25 18:05:21 +00:00
backlight-target.h Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling. 2007-11-12 18:49:53 +00:00
button-meg-fx.c Make sure buttons have pullups disabled as necessary 2008-04-23 00:08:59 +00:00
button-target.h add separate button defines for the Gigabeat remote control 2007-05-20 11:42:04 +00:00
i2c-meg-fx.c Change a #define constant that conflicts with a mingw definition. Change "WAIT_*" to "OBJ_WAIT_*". 2008-04-01 03:55:02 +00:00
i2c-meg-fx.h Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin controller. Add some clocking registers to 'View I/O ports'. 2007-06-26 02:11:30 +00:00
kernel-meg-fx.c meg-fx: Add headers to files in the target directory that were missing them. Fix the Id marker in a couple. Fix svn properties in some others. Please have a look at the copyrights added and make any corrections that you feel should be made since this particular tree branch has a twisted history so I just pasted them in based on the target header and used my name for files that have a preponderance of my junk. 2008-03-31 04:53:03 +00:00
lcd-meg-fx.c meg-fx: Add headers to files in the target directory that were missing them. Fix the Id marker in a couple. Fix svn properties in some others. Please have a look at the copyrights added and make any corrections that you feel should be made since this particular tree branch has a twisted history so I just pasted them in based on the target header and used my name for files that have a preponderance of my junk. 2008-03-31 04:53:03 +00:00
lcd-target.h meg-fx: Add headers to files in the target directory that were missing them. Fix the Id marker in a couple. Fix svn properties in some others. Please have a look at the copyrights added and make any corrections that you feel should be made since this particular tree branch has a twisted history so I just pasted them in based on the target header and used my name for files that have a preponderance of my junk. 2008-03-31 04:53:03 +00:00
pcm-meg-fx.c Fix high power consumption at powerup. 2008-05-10 19:43:23 +00:00
power-meg-fx.c Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling. 2007-11-12 18:49:53 +00:00
powermgmt-meg-fx.c 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
sc606-meg-fx.c meg-fx: Add headers to files in the target directory that were missing them. Fix the Id marker in a couple. Fix svn properties in some others. Please have a look at the copyrights added and make any corrections that you feel should be made since this particular tree branch has a twisted history so I just pasted them in based on the target header and used my name for files that have a preponderance of my junk. 2008-03-31 04:53:03 +00:00
sc606-meg-fx.h meg-fx: Add headers to files in the target directory that were missing them. Fix the Id marker in a couple. Fix svn properties in some others. Please have a look at the copyrights added and make any corrections that you feel should be made since this particular tree branch has a twisted history so I just pasted them in based on the target header and used my name for files that have a preponderance of my junk. 2008-03-31 04:53:03 +00:00
system-meg-fx.c meg-fx: Add headers to files in the target directory that were missing them. Fix the Id marker in a couple. Fix svn properties in some others. Please have a look at the copyrights added and make any corrections that you feel should be made since this particular tree branch has a twisted history so I just pasted them in based on the target header and used my name for files that have a preponderance of my junk. 2008-03-31 04:53:03 +00:00
system-target.h meg-fx: It's important to make sure certain interrupt-related registers have bits changed atomically. 2008-03-31 01:29:50 +00:00
timer-meg-fx.c meg-fx: It's important to make sure certain interrupt-related registers have bits changed atomically. 2008-03-31 01:29:50 +00:00
timer-target.h Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100Hz. Metronome should work now but some pcm changes are needed to have faster tocks work correctly (in the works). 2007-07-06 21:36:32 +00:00
usb-meg-fx.c Cleanup/fixup the USB initialization for the Gigabeat F 2008-04-22 04:13:07 +00:00
usb-target.h 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
wmcodec-meg-fx.c meg-fx: remove superfluous i2c_init call 2008-01-18 09:35:03 +00:00