summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/sandisk
AgeCommit message (Expand)AuthorFilesLines
2010-06-26e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis1-0/+83
2010-06-22lv24020lp tuner: On PP targets (c200/e200), use the atomic GPIO bitwise macro...Michael Sevakis1-10/+10
2010-06-22e200v1: What's the wheel deal? Rework wheel code to make it a bit more straig...Michael Sevakis1-141/+180
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-2/+2
2010-05-24fix YUV Dither for the other targets too, like in r26064.Szymon Dziok1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-03-08Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...Thomas Martitz1-2/+2
2010-03-03FS#10756 - Free unused init codeThomas Martitz1-2/+14
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-08-19fix more redNils Wallménius1-0/+1
2009-07-17Add information gleaned from disassembling the main firmware image. Detect lc...Robert Keevil1-76/+90
2009-07-13FS#10436 - add the Sansa View to the build system. The bootloader builds but...Robert Keevil11-0/+794
2009-07-11ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold1-40/+39
2009-06-17Sansa c200v2 : lcd & backlight support, using the c200v1 lcd driverRafaël Carré1-361/+0
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz1-6/+0
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken2-2/+0
2009-03-30Remove that orphaned and wrong #ifThomas Martitz1-1/+0
2009-03-30Fix yellow.Thomas Martitz1-7/+9
2009-03-29Correct some preprocessor checks.Thomas Martitz1-5/+11
2009-03-17One more try: Fix remaining reds and yellowsThomas Martitz1-1/+1
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz2-6/+10
2009-03-17The c200 didn't got in for some reason.Thomas Martitz1-2/+2
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis1-3/+3
2009-01-26Commit FS#9724, which reworks the preprocessor defines related to backlight f...Thomas Martitz1-3/+4
2009-01-18Commit battery discharge curve for c200v1 by BertrikSikken. The old one wasn...Michael Giacomelli1-3/+3
2009-01-11c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...Michael Sevakis3-23/+60
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-7/+17
2008-11-26Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe...Steve Bavin2-10/+5
2008-11-10Sansa AMS: use the AS3514 ADC driverRafaël Carré1-20/+2
2008-11-07Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...Jens Arnold1-0/+1
2008-10-31Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by...Dave Chapman2-6/+6
2008-10-21Add c200 erase tools. The resulting .bin files can be run from e200toolFrank Gevaerts1-0/+4
2008-08-05Apply FS#9195 (LCD disable for sansa c200), which puts the sansa c200 display...Bertrik Sikken1-0/+24
2008-08-05Fix sansa c200 battery type comment.Bertrik Sikken1-1/+1
2008-07-12Delete an empty file that does not appear to be included by any target.Rob Purchase1-24/+0
2008-06-29Move declaration of button_int and clickwheel_int to the proper header file i...Bertrik Sikken2-2/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg15-30/+60
2008-06-03Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis1-2/+2
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+1
2008-05-14Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...Michael Sevakis1-14/+7
2008-05-13Preparing for the Philips SA9200 part 1. Move the Sansa ADC & ATA drivers up ...Mark Arigo3-1424/+0
2008-05-12Undo r17470 because of regressions in some debug menus.Andree Buschmann1-3/+0
2008-05-12Fix for FS#5162. Being able to read scrollwheel action via button_read_device...Andree Buschmann1-0/+3
2008-05-04Make the H10 bootloader work again. Also fix the same problem that might be a...Barry Wardell1-2/+2
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken2-1/+2
2008-05-01Make the linker complain if the bootloader isn't going to fit into IRAM on PP...Barry Wardell1-6/+13
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2-2/+2
2008-04-20move some data around to place qh_array at the start of iram. This saves up t...Frank Gevaerts1-9/+10
2008-04-17Rough battery calibration for the c200 based on results posted by Tomasz Wasi...Michael Giacomelli1-2/+3