rockbox/firmware/target/arm/as3525
Michael Giacomelli c97f640060 Commit FS#9679 by Thomas Martitz. Adds c200v2 to the target tree. Has some buttons defined, a bootloader, and stubs for most drivers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19574 a1c6a512-1295-4272-9138-f99709370657
2008-12-24 04:10:18 +00:00
..
sansa-c200v2 Commit FS#9679 by Thomas Martitz. Adds c200v2 to the target tree. Has some buttons defined, a bootloader, and stubs for most drivers. 2008-12-24 04:10:18 +00:00
sansa-clip make fmradio-i2c code from clip more generic, so it works for m200v4 and hopefully all other as3525 targets. 2008-12-09 17:21:16 +00:00
sansa-e200v2 Commit updated FS#9569 by Michael Chicoine. Fixes a bug in lcd_update_rect on the e200v2. 2008-12-16 02:50:39 +00:00
sansa-fuze Commit FS#9623 by Thomas Martitz. General LCD clean up. Removes needless delays, fixes some glitches, updates comments, and brings LCD updates closer to procedure found in OF. 2008-12-16 02:42:38 +00:00
sansa-m200v4 correct battery readout for m200v4. Percentage is still uncalibrated. 2008-12-13 15:57:41 +00:00
adc-target.h Sansa AMS: use the AS3514 ADC driver 2008-11-10 20:55:56 +00:00
app.lds Sansa AMS "High Mem" : fix main binary linking broken by r19342 2008-12-04 23:03:05 +00:00
ascodec-as3525.c Renamed as3525-codec.c to ascodec-as3525.c to bring it in line with the naming convention of the other driver 2008-12-17 20:16:20 +00:00
ascodec-target.h Sansa AMS: declare ascodec_init() function in the header 2008-11-10 20:59:10 +00:00
ata_sd_as3525.c revert accidental commit of unrelated files 2008-12-21 16:32:13 +00:00
audio-as3525.c Fixed compiler warnings. 2008-12-20 20:48:27 +00:00
backlight-e200v2-fuze.c Fix reds. Also note my r19221 commit message had a typo - shoudld have been e200/c200, not e100. 2008-11-26 10:21:03 +00:00
boot.lds Common data must be included in .bss or it won't get zeroed in crt0. Fix the archos self-extractor as well to play safe. 2008-11-07 00:15:53 +00:00
clock-target.h Commit FS#9679 by Thomas Martitz. Adds c200v2 to the target tree. Has some buttons defined, a bootloader, and stubs for most drivers. 2008-12-24 04:10:18 +00:00
debug-as3525.c Fix Clip firmware building by adding missing symbols 2008-11-10 11:04:43 +00:00
debug-target.h Fix Clip firmware building by adding missing symbols 2008-11-10 11:04:43 +00:00
dma-pl081.c Sansa AMS: Disable DMA clocks when not in use 2008-12-04 22:54:06 +00:00
dma-target.h Sansa AMS: Disable DMA clocks when not in use 2008-12-04 22:54:06 +00:00
fmradio-i2c-as3525.c AMS Sansa: add fmradio i2c support for e200v2 and the fuze, by Thomas Martitz and Michael Chicoine 2008-12-16 22:58:47 +00:00
i2c-as3525.c Fix Clip firmware building by adding missing symbols 2008-11-10 11:04:43 +00:00
i2s-as3525.c Fix Clip firmware building by adding missing symbols 2008-11-10 11:04:43 +00:00
kernel-as3525.c Sansa AMS: correct VIC registers usage 2008-12-05 14:37:28 +00:00
pcm-as3525.c Fixed compiler warnings. 2008-12-20 20:48:27 +00:00
power-as3525.c Straighten out some powermanagement stuff. Give target complete control over how power inputs are sensed. Clean SIMULATOR stuff out of target files. Get rid of USB charging option on targets that don't support it or don't implement it yet. Menu string remains to avoid language incompatibility but should be removed on next cleanup for targets not using it (notice in english.lang). global_settings becomes incompatible for some builds and so plugin API version is incremented. 2008-12-03 19:54:25 +00:00
powermgmt-as3525.c Implement a basic uncalibrated battery reading for all as3525 targets with a lithium battery. 2008-11-23 15:00:44 +00:00
system-as3525.c Commit FS#9679 by Thomas Martitz. Adds c200v2 to the target tree. Has some buttons defined, a bootloader, and stubs for most drivers. 2008-12-24 04:10:18 +00:00
system-target.h Sansa AMS: centralize clock settings in clock-target.h 2008-12-04 20:04:31 +00:00
timer-target.h Sansa AMS: correct timer definition (clk_main == 24MHz / 16) 2008-11-26 14:40:57 +00:00
usb-as3525.c Revert r19069 - the m200s can't charge. Also, don't use charger_inserted() as a method for detecting USB (this gives a false positive with USB wall chargers), and protect the definition of charger_inserted() with #if CONFIG_CHARGING. 2008-11-10 18:15:52 +00:00