summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/sandisk
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat5-27/+27
2014-05-11sansaview: fix lcd codeAmaury Pouly1-206/+103
2014-05-11sansaview: cleanup backlight codeAmaury Pouly2-7/+25
2014-03-27Sansa View: implement proper backlight and buttonlight switching.Szymon Dziok1-4/+17
2014-03-27Sansa View: adjust two things (define fake codec, missing header file) in orderSzymon Dziok1-0/+1
2014-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz2-0/+3
2013-07-19Combine PortalPlayer .lds files into one for app and boot.Michael Sevakis2-267/+3
2013-05-30PP Sansa: Use better I2S divider settings for 48kHz.Michael Sevakis1-2/+2
2012-05-01Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.Michael Sevakis1-1/+1
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-1/+1
2012-01-11lcd: fix function name in comments in assembly files (lcd_write_yup_420 inste...Amaury Pouly1-2/+2
2012-01-08adc-target.h: cleanupRafaël Carré1-25/+0
2012-01-08button-target.h : move prototypes to button.hRafaël Carré3-28/+0
2012-01-07powermgmt-target.h: move prototypes to powermgmt.hRafaël Carré1-4/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-1/+1
2012-01-03Fix path to PP crt0Rafaël Carré2-2/+2
2012-01-03move PP specific files to pp/Rafaël Carré1-1/+1
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero1-1/+1
2011-12-17Do some things to make -ffunction-sections work better.Michael Sevakis1-7/+4
2011-12-16Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis1-11/+8
2011-12-15Fix r31311 red and yellow.Michael Sevakis1-0/+1
2011-12-15Collect some of the memory frame LCD C code.Michael Sevakis2-141/+39
2011-12-08AS3525v1/v2:Michael Sevakis1-11/+20
2011-11-22FS#12397 : On targets which load .data directly into its final location and l...Boris Gjenero1-9/+1
2011-09-02Rework c200wipe to use proper partitioning and formatting code, which makes t...Frank Gevaerts1-1/+1
2011-02-11Submit FS#11926, calibrate charge curve for e200v1. Thanks to Martin Ritter.Andree Buschmann1-2/+2
2011-01-16Fix r29062 warning.Michael Sevakis1-2/+0
2011-01-16e200v1 seems to be ok using USB-enabled bootloader. Also, include the bootloa...Michael Sevakis2-0/+10
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-09-17Allow e200 to compile without HAVE_RECORDINGFrank Gevaerts1-2/+26
2010-09-17Make the call to buttonlight_on() properly depend on HAVE_BUTTON_LIGHTFrank Gevaerts1-0/+2
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