summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-03-17Fuze: correct usb pidRafaël Carré1-1/+1
2010-03-17as3525: Fix previous commit, IRAM_ORIG can not be represented as an immediate...Rafaël Carré1-1/+1
2010-03-17as3525*: revert r25198 and inline memory_init in crt0.SRafaël Carré2-22/+47
2010-03-17M:Robe 500 - Improve YUV blit speed.Karl Kurbjun1-24/+17
2010-03-17M66591 Driver: Correct some comments.Karl Kurbjun1-2/+2
2010-03-16A tiny bit more Sansa Fuze v2 work.Thomas Martitz6-19/+242
2010-03-16Add basic runtime estimation for the c200v2 (taken from Clipv1) and e200v2 (t...Michael Giacomelli2-3/+8
2010-03-16Disable runtime estimation altogether when there is no runtime current define...Michael Giacomelli2-9/+15
2010-03-16Forgot the #Michael Giacomelli1-1/+1
2010-03-16Remove some old archos code that caused runtime estimation to be off on AMS p...Michael Giacomelli2-6/+5
2010-03-16Clipv1 & m200v4 : reduce plugin buffer size to strict minimumRafaël Carré2-2/+2
2010-03-16Fix a typo on a commentMustapha Senhaji1-1/+1
2010-03-15Sansa Clipv2: use similar button driver to Clipv1Rafaël Carré1-33/+70
2010-03-15as3525v2 has twice the as3525v1 IRAM (verified on Clip+)Rafaël Carré1-0/+6
2010-03-15dir_uncached: fix opendir_uncached to have opened directories keep enough inf...Amaury Pouly1-4/+8
2010-03-15fat: make fat_open more flexible by accepting the file==&dir->file and make f...Amaury Pouly1-9/+14
2010-03-15as3525* : make sure sp is setup in bootloaderRafaël Carré1-0/+1
2010-03-15as3525*: setup stack pointer before we use itRafaël Carré1-1/+1
2010-03-15sd-as3525v2: add card hotswap to sd_threadRafaël Carré2-0/+56
2010-03-15sd-as3525v2: prepare for multidrive buildsRafaël Carré1-33/+96
2010-03-15Clipv2: enable FM so testers can confirm if it's detectedRafaël Carré1-2/+2
2010-03-15as3525: do not assume we can record from microphoneRafaël Carré1-1/+1
2010-03-15Clip+: si4702 FMRafaël Carré2-3/+3
2010-03-15sd-as3525v2: reduce the delay before reading responseRafaël Carré1-2/+3
2010-03-14ftl-nano2g.c: s/\(\*([^)]+)\)\./\1->/Michael Sparmann1-150/+150
2010-03-14sd-as3525: do not reverse 2 times long responses, read them directly in the n...Rafaël Carré1-18/+7
2010-03-14sd-as3525v2: do not reverse 2 times long responses, read them directly in the...Rafaël Carré1-17/+6
2010-03-14sd-as3525v2: delay a bit before reading the command responseRafaël Carré1-0/+3
2010-03-14Nano2G NAND: Don't continue reading on that bank if starting the read failed.Michael Sparmann1-17/+12
2010-03-14Finally fast Nano2G NAND reading, also works on remapped blocks this time.Michael Sparmann2-15/+129
2010-03-14Nano2G: switch over to slow writes at VFL levelMichael Sparmann1-4/+4
2010-03-14Re-enable fast reads in the Nano2G VFL/FTL. (Using the wrapper API in the NAN...Michael Sparmann1-9/+46
2010-03-14Implement Nano2G fast NAND read API as a wrapper around the slow one.Michael Sparmann1-121/+10
2010-03-14Nano2G FTL: Enlarge FTL buffers for faster write operationsMichael Sparmann1-2/+2
2010-03-14Nano2G VFL/FTL: Use fast writesMichael Sparmann1-34/+53
2010-03-14Nano2G NAND: Detect if the chip supports interleaved and/or cached writes.Michael Sparmann1-2/+6
2010-03-14Revert Nano2G fast VFL reads for now. They just won't work on some hardware.Michael Sparmann2-79/+28
2010-03-14Don't parallelize Nano2G NAND reads, just do pipelined ECC. (10% performance ...Michael Sparmann1-19/+23
2010-03-14Nano2G VFL: reset the bank again before the second slow read tryMichael Sparmann1-0/+1
2010-03-14Nano 2G VFL: try slow read twice if fast read failedMichael Sparmann1-6/+13
2010-03-14More detailed panic message for Nano2G VFL fast read problemsMichael Sparmann1-1/+3
2010-03-13Make the Nano2G FTL use the new parallel read functionMichael Sparmann1-9/+46
2010-03-13Add the new Nano2G NAND functions to nand-target.gMichael Sparmann1-0/+7
2010-03-13Nano2G NAND interleaved erase supportMichael Sparmann1-0/+35
2010-03-13Nano2G NAND interleaved write supportMichael Sparmann1-9/+54
2010-03-13Nano2G NAND parallel read supportMichael Sparmann1-0/+132
2010-03-13Nano2G lowlevel NAND operation transaction splitting supportMichael Sparmann1-21/+32
2010-03-13Reset the Nano2G NAND idle timer also when leaving a NAND function, not just ...Michael Sparmann1-0/+1
2010-03-13Nano2G FTL: Increase spare buffer size to 4, values below that lead to problemsMichael Sparmann1-1/+1
2010-03-13Use the new read API and introduce fast highlevel FTL code.Michael Sparmann1-44/+117