summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/as3525/debug-as3525.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat1-1/+1
2010-12-29revert r28834 because it causes problems with uSDFred Bauer1-8/+3
2010-12-14FS#11765: Improve AMSv1 Battery Life by Lowering CPU and Peripheral clocks. U...Fred Bauer1-3/+8
2010-11-06fix yellow and red from r28522Marcin Bukat1-1/+1
2010-09-06debug-as3525.c : fix include, remove commentRafaël Carré1-4/+1
2010-07-22Sansa Clip+: detect AMSv2 variant (just like was already done for fuze v2), t...Bertrik Sikken1-3/+3
2010-07-19Support new Fuzev2 revisions (fuzev2_variant == 1)Rafaël Carré1-1/+5
2010-06-27DBOP noise on C200v2 goes away if we precharge long enough.Tobias Diedrich1-11/+0
2010-06-18as3525v2: document PLL bits and show current PLL frequency in the debug menuBertrik Sikken1-3/+16
2010-05-18as3525v2: show adc channels in the debug menuRafaël Carré1-11/+41
2010-05-18Fuzev1: calibrated charging curveRafaël Carré1-15/+83
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-04-16workaround DBOP noise issue on C200v2 cause it's really annoying if your butt...Tobias Diedrich1-1/+12
2010-04-06Detect C200v2 variant by reading A7, use A5 or A7 to control backlight and bu...Tobias Diedrich1-0/+15
2010-04-05as3525v2: show the correct freqs in debug menu, CGU_PERI uses fclk as sourceRafaël Carré1-3/+2
2010-04-01as3525v2: assume plla is the source for pclk (verified with timer frequency)Rafaël Carré1-2/+7
2010-04-01Fix boosting on as3525v2Rafaël Carré1-3/+5
2010-03-29as3525: CGU_USB has only 3 bits for the dividerRafaël Carré1-6/+6
2010-03-23SansaAMSv2: Give register CGU_BASE + 0x3C the name CGU_SDSLOT.Jack Halpin1-0/+3
2010-03-23fix previous revision by using correct definition of i2c prescalerRafaël Carré1-1/+1
2010-03-23as3525: do not read i2c2_cpsr* registers because the clock might be disabledRafaël Carré1-1/+1
2010-03-11SansaAMS: debug-as3525.c Allow View HW info page to display correct info for...Jack Halpin1-27/+49
2010-01-06Sansa AMS: refactor DBOP button reading (e200v2/Fuze/c200v2)Rafaël Carré1-2/+2
2009-12-20Code police: add missing header file, make some local functions staticBertrik Sikken1-1/+1
2009-12-11Sansa AMS: Assume IDE_CLK is used as MCLK for internal SD. We assumed PCLK ...Jack Halpin1-3/+3
2009-12-01Sansa AMS: Check if SD controllers are already enabled before attempting to ...Jack Halpin1-5/+9
2009-12-01Sansa AMS: Force sd_enable(true) when using the Debug View HW info page so w...Jack Halpin1-9/+14
2009-10-26AMS Sansa: Change some #defines in debug-as3525 from "(SANSA_E200V2) || defin...Jack Halpin1-2/+2
2009-10-26Revert r23350 "AMS Sansa: Assume IDECLK is MCLK for the internal SD Disk."Jack Halpin1-5/+5
2009-10-25AMS Sansa: Assume IDECLK is MCLK for the internal SD Disk. Reduce IDECLK to...Jack Halpin1-5/+5
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius1-44/+38
2009-09-12AMS Sansa: Adjust View HW info page to display SD and uSD MCICLK freqs insteadJack Halpin1-36/+66
2009-07-12AMSSansa: Use single adc_read instead of multiple ascodec_reads to read volta...Jack Halpin1-3/+2
2009-06-30FS#10344 - AMSSansa Dynamically adjust core voltage to extend playtime.Jack Halpin1-1/+5
2009-06-23Sansa AMS debug: small fixesRafaël Carré1-10/+8
2009-06-18Sansa c200v2 : support more hardwareRafaël Carré1-1/+1
2009-05-29AMSSansa: clock-target.h and debug-as3525 now use AS3525_FCLK_PREDIV corre...Jack Halpin1-6/+5
2009-05-28AMSSansa: Display AMBA Bus mode and mmu, icache, & dcache status on View HW i...Jack Halpin1-2/+7
2009-05-26FS#10245 by Jack Halpin : Adjust Clocking scheme on Sansa AMSRafaël Carré1-11/+11
2009-05-21Sansa AMS: show correct clock speeds for NAND & SD cardRafaël Carré1-1/+11
2009-05-20Fix my mistake in r20987/FS#10219 : live update of Sansa AMS clock freqs (fix...Rafaël Carré1-31/+31
2009-05-19FS#10219 (AMSSansa Debug Clocks) by Jack HalpinRafaël Carré1-1/+264
2009-04-20Fix FS#10128 - The View IO Ports debug menu showed weird dbop values (sometim...Thomas Martitz1-1/+1
2009-03-14SansaAMS: Add a comment to clarifing a bit that the dcache is inactive withou...Thomas Martitz1-1/+19
2009-02-19Fix stupid typo...Thomas Martitz1-1/+1
2009-02-18Show DBOP in the e200v2's view IO ports menu.Thomas Martitz1-1/+1
2009-02-17Some Sansa Fuze work: Get Home button working (no keymap changes yet, so it's...Thomas Martitz1-2/+11
2009-01-27Redo some parts of my previous commit, thanks Jens and DaveThomas Martitz1-18/+7
2009-01-27Fix yellowThomas Martitz1-2/+1
2009-01-27Sansa AMS: Debug screen, shows GPIO and (on the fuze) DBOP input for now, to ...Thomas Martitz1-2/+47