summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-05-07i.MX31: Make some style changes to some driver code so that hardware vs. vari...Michael Sevakis6-287/+130
2010-05-07Remove last traces of sprintf.hJeffrey Goode2-2/+0
2010-05-06Define size_t the way the gcc/glibc people intendedFrank Gevaerts1-12/+3
2010-05-06string.h shouldn't include stddef.hFrank Gevaerts1-2/+0
2010-05-06Fix last sprintf warning.Thomas Martitz1-0/+1
2010-05-06Fix the remaining reds.Thomas Martitz6-3/+7
2010-05-06Revert r25854 which was bad for the database tool (I forgot it still needs th...Thomas Martitz2-8/+3
2010-05-06Fix gigabeat S includes so it builds againFrank Gevaerts1-0/+1
2010-05-06Fix checkwps by using host system's file IO (thanks to r25843/r25844) and by ...Thomas Martitz2-3/+10
2010-05-06Fix some more snprintf related warnings.Thomas Martitz1-1/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz83-231/+433
2010-05-06Ingenic Jz4740: Use lcd_putsf() instead of lcd_puts() in exception handlerMaurus Cuelenaere1-5/+2
2010-05-06ad-as3525v2: Ask for a reponse from SD_APP_CMD to help with timing issues wh...Jack Halpin1-4/+4
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz7-10/+14
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz5-9/+18
2010-05-06HD200 - fix stupid bug in lcd_grey_dataMarcin Bukat1-1/+0
2010-05-06Gigabeat S bootloader: Fix archaic call placement in dptc_stop which hangs th...Michael Sevakis1-4/+5
2010-05-06Gigabeat S: There's no compelling reason to start automatic scaling in the bo...Michael Sevakis1-0/+2
2010-05-06Changed a macro to a raw in int constant. Didn't mean to do that. Put it back...Michael Sevakis1-1/+1
2010-05-06i.MX31/Gigabeat S: This should fix stability problems. One problem was to sta...Michael Sevakis6-157/+178
2010-05-05sd-as3525v2.c: Set MCI interrupt mask immediately prior to enabling DMA for ...Jack Halpin1-2/+1
2010-05-05as3525v2: don't modify audioset2 as it seems the bits have changedRafaël Carré1-1/+3
2010-05-05Clip+: current usage estimation based on battery benchRafaël Carré1-3/+6
2010-05-05i.MX31/Gigabeat S: The nested IRQ code was just totally wrong and not actuall...tcctool_v1_0bootloader_fuze_v2Michael Sevakis2-19/+16
2010-05-05Use settings for DAC AGC, cpeaker driver bias current (which is unused in roc...Michael Giacomelli1-6/+9
2010-05-05sd-as3525v2.c: Implement 4 bit widebus for SD Transfers.Jack Halpin1-8/+22
2010-05-05Fuzev2: don't disable interrupts in fm code, allow button tick to runRafaël Carré2-6/+3
2010-05-05Fuzev2: FM - tested on 2 different modelsRafaël Carré3-7/+38
2010-05-05as3525 FM i2c : don't assume SCL and SDA are on the same GPIORafaël Carré1-18/+26
2010-05-05Clip+: use correct 290mAh battery capacityRafaël Carré1-3/+3
2010-05-05as3525* : all as3525(v1) use ADC_BVDD for reading batteryRafaël Carré1-12/+12
2010-05-04sd-as3525v2: Check for response timeout error in addition to response crc er...bootloader_vibe500_v1Jack Halpin1-11/+8
2010-05-04HD200 - fix random partition corruption on USB unplug (hopefully)Marcin Bukat1-2/+3
2010-05-04HD200 - move adc channel variable to iram as it is used in ISRMarcin Bukat1-1/+1
2010-05-04HD200 - fix backlight flashes during startupMarcin Bukat1-1/+4
2010-05-04HD200 - remove fm glue code from bootloader buildMarcin Bukat1-1/+1
2010-05-04Merely correct a comment.Michael Sevakis1-1/+1
2010-05-04i.MX31/Gigabeat S: Just a little paranoid change to switcher write to active ...Michael Sevakis1-6/+5
2010-05-04i.MX31/Gigabeat S: Actually enable DPTC which can set optimal voltage for 528...Michael Sevakis11-391/+555
2010-05-03as3525v2: Use CD Interrupt vs. CD polling in send_cmd()Rafaël Carré1-29/+34
2010-05-03rolo: make PP code pp6100-compatibleRafaël Carré1-3/+2
2010-05-03Ingenic Jz4740: eliminate EP0 state machine + small cleanupsMaurus Cuelenaere1-66/+33
2010-05-03Ingenic Jz4740: cleanup USB driver a bit (no externally visible functional ch...Maurus Cuelenaere1-118/+119
2010-05-03Gigabeat S: Those odd calls to irq_handler can still happen rarely after exec...Michael Sevakis2-3/+5
2010-05-02Save a few instructions by better use of conditions.Jens Arnold1-13/+5
2010-05-02FS#11149: alternative fix for ipod startup/shutdown issueTorne Wuff1-19/+10
2010-05-02Fix wrong udelay logic that made it be way off.Thomas Martitz2-8/+8
2010-04-30HD200 - implement blit functionsMarcin Bukat2-19/+117
2010-04-30HD200 - small fix in backlight codeMarcin Bukat1-1/+6
2010-04-30HD200 - remove moving average filtering of ADC readoutsMarcin Bukat1-12/+1