summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2012-06-30hm60x: Add support for HM-601 slims with new lcds.bootloader_hifimanhm60x_v2Andrew Ryabinin1-20/+167
2012-06-20Use RGB565 define instead of plain 565.Frank Gevaerts7-7/+7
2012-06-19Fix non-integer display_zoom for charcell.Frank Gevaerts1-2/+2
2012-06-19Change display_zoom from int to double.Frank Gevaerts3-4/+4
2012-06-15hosted: disable USING_STORAGE_CALLBACK againThomas Martitz1-1/+1
2012-06-14Remove extraneous "extern int display_zoom" declarations.Frank Gevaerts2-2/+0
2012-06-11The threading model should be set from configure, not config.h.Frank Gevaerts1-5/+0
2012-06-11Add the Android/MIPS targetFrank Gevaerts2-1/+6
2012-06-11Rearrange #ifdefs a bit, so SIGALTSTACK overrides CPU-specific threading.Frank Gevaerts2-29/+26
2012-06-10Fix checks on buflib allocated handles (0 is not a valid handle value)Bertrik Sikken1-1/+1
2012-06-09Move s3c2440 i2c driver in firmware/SOURCES to a more logical placeBertrik Sikken1-2/+1
2012-06-07imx233: define HAVE_TEST_AND_CLEAN_CACHEAmaury Pouly1-0/+1
2012-05-31Fix redAmaury Pouly1-0/+1
2012-05-31rds: implement more robust PS/RT parsingAmaury Pouly1-19/+32
2012-05-31Fill USB serial number descriptor on imx233 targets.Amaury Pouly1-0/+27
2012-05-31imx233: add ocotp debug screenAmaury Pouly1-1/+30
2012-05-31imx233: add ocotp driverAmaury Pouly1-0/+77
2012-05-28ypr0: This patch adds radio support to Samsung YP-R0Lorenzo Miori8-7/+301
2012-05-27zenxfi3: RTC is used in same was as in fuze+, using seconds-since-1970 plus a...Bertrik Sikken1-6/+6
2012-05-26load_code: Get rid of win32 specific code in favor SDL_LoadFunction & friends...Thomas Martitz4-128/+32
2012-05-26Fix broken logic for enabling USING_STORAGE_CALLBACK.Frank Gevaerts1-4/+4
2012-05-23Gigabeat S: Fix the recording locking upon using it a second time.Michael Sevakis1-4/+4
2012-05-23zenxfi3: fix typo when configuring lcd_enable pinAmaury Pouly1-1/+1
2012-05-22zenxfi3: fix vol+/vol- button pin assignmentBertrik Sikken1-6/+6
2012-05-22zenxfi3: don't configure lcd_hsync and lcd_dotclk (used by audio)Amaury Pouly1-8/+5
2012-05-22zenxfi2: acquire button pinsAmaury Pouly1-0/+9
2012-05-22zenxfi2: acquire lcd pins before useAmaury Pouly1-0/+9
2012-05-22zenxfi3: acquire audio gate pinsAmaury Pouly1-2/+19
2012-05-22zenxfi3: acquire button and mpr121 interrupt pinsAmaury Pouly1-0/+13
2012-05-22zenxfi3: acquire lcd pins before useAmaury Pouly1-0/+9
2012-05-22imx233: have pwm code acquire configured pinsAmaury Pouly1-0/+2
2012-05-21Delete obsolete define from the config files for the new creative ports.Nils Wallménius2-6/+0
2012-05-21imx233: enable PLL on startupAmaury Pouly3-1/+14
2012-05-20Undo f695681 (r30433). USB hardware must be initialized first.Jens Arnold1-2/+5
2012-05-20Fuze+ simulator: update image with keys indicationJean-Louis Biasini1-4/+4
2012-05-20imx233: make sure dma descriptors are cache friendlyAmaury Pouly5-7/+34
2012-05-20imx233: fix sd window size testAmaury Pouly1-1/+1
2012-05-20imx233: remove useless alignments in linker scriptsAmaury Pouly2-7/+0
2012-05-20imx233: fix cache line size (32 instead of 16)Amaury Pouly1-1/+2
2012-05-20CosmeticsAmaury Pouly1-1/+0
2012-05-20zenxfi2: add fmradio i2c glueAmaury Pouly3-2/+43
2012-05-19lcd-ssd1303: Fix big oops putting height where there should've been width.Michael Sevakis1-2/+13
2012-05-19ssd1303: make sure sansa clip and whatever others clip updates properly.Michael Sevakis1-6/+12
2012-05-19Add identify() call to reset proceduresJonas Wielicki1-27/+35
2012-05-19zenxfi3&stfm1000: implement fmradio i2c and debug screenAmaury Pouly5-1/+79
2012-05-19Restore backtrace which was accidentely commented outAmaury Pouly1-1/+1
2012-05-19Initial commit for the Creative ZEN X-Fi2 and X-Fi3 portsAmaury Pouly33-1/+2750
2012-05-19Add stub STFM1000 tuner driverAmaury Pouly5-0/+104
2012-05-19Add the MPR121 (touchbutton chip) driverAmaury Pouly2-0/+520
2012-05-19imx233: completely rework the sd driverAmaury Pouly3-128/+249