summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/imx233/adc-target.h
AgeCommit message (Collapse)AuthorFilesLines
2013-11-19Fix sim redAmaury Pouly1-3/+0
Change-Id: Icbdf47c5c508516892b1ce75558b878dc512e780
2013-11-19imx233: factor adc accross targetsAmaury Pouly1-0/+47
The old code allowed each target to specify its adc targets but this proved useless since the target rely directly on imx233/lradc for input method and generic adc is mostly used for battery and debug. Remove all target specific files and provide a generic implemenation. The targets can still specify a battery temperature channel in powermgmt-target.h Change-Id: I68cf2e3e46379d174ac6d774ffb237bb15a19ae3
2011-09-13imx233/fuze+: remove useless fileAmaury Pouly1-24/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30539 a1c6a512-1295-4272-9138-f99709370657
2011-07-23imx233/fuze+: huge reworkAmaury Pouly1-0/+24
- enable MMU -rework lcd frame buffer - add rtc/adc/power stubs (or not) - fix a few MMC related defines (hopefully) - implement cache handling for DMA - more SD work - add keymap (based on clip) - add virtual buttons - update linker scripts - big step toward apps actually compiling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30200 a1c6a512-1295-4272-9138-f99709370657