summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2011-12-24 19:20:12 +0000
committerAmaury Pouly <pamaury@rockbox.org>2011-12-24 19:20:12 +0000
commitf7f1f7023f94a0c1f00033235f0f9d9ab51a1b3f (patch)
tree394779c4dd8e6df796471346abb5f246aaee18e1 /firmware/SOURCES
parenta1d3ed25346ab4174cb7fd066158cebc8e29fc79 (diff)
downloadrockbox-f7f1f7023f94a0c1f00033235f0f9d9ab51a1b3f.tar.gz
rockbox-f7f1f7023f94a0c1f00033235f0f9d9ab51a1b3f.zip
imx233/fuze+: implement power management(battery charger), add powermgmt debug info, add power debug info, move target specific powermgmt code to its own files, remove auto-slow setup which was forgotten for debugging
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31424 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index f59475e27a..e80a7492b1 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1382,6 +1382,7 @@ target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
1382target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c 1382target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c
1383#ifndef BOOTLOADER 1383#ifndef BOOTLOADER
1384target/arm/imx233/sansa-fuzeplus/audio-fuzeplus.c 1384target/arm/imx233/sansa-fuzeplus/audio-fuzeplus.c
1385target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c
1385#endif 1386#endif
1386#endif 1387#endif
1387 1388