summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2014-08-16Add common linked list functionsMichael Sevakis1-0/+312
2014-07-07crc-mi4: use const lookup table for crcMarcin Bukat1-30/+45
2014-02-28application(ypr0): Fix mount option selected by the current codepage.Thomas Martitz1-16/+16
2014-02-26application: fix opendir() for "/" directory.Thomas Martitz1-1/+1
2014-02-25application: Remove trailing slashes from the input in opendir().Thomas Martitz1-4/+8
2014-02-24application: Speed up dir_get_info() further.Thomas Martitz1-18/+23
2014-02-24hosted/multidrive: Speed up readdir()/get_dir_info().Thomas Martitz1-14/+35
2014-02-23samsungypr0: Support or mounting the microsdThomas Martitz1-23/+94
2014-02-23RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.Thomas Martitz2-53/+122
2014-02-23codepages: Translate to linux codepage names for use on APPLICATION.Thomas Martitz1-0/+29
2014-02-05Samsung YP-R1 target portLorenzo Miori1-2/+2
2014-01-16buflib: Add crc field protecting buflib cookie integrityMarcin Bukat1-2/+2
2013-11-20Introduce volume_{present,removable} and fix invalid calls in apps/Amaury Pouly1-0/+16
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis4-13/+13
2013-06-27Move load_firmware() to separate fileMarcin Bukat2-0/+178
2013-01-15fix yellow on simulator + multivolumeAmaury Pouly1-0/+2
2012-07-31Fix database tool.Thomas Martitz1-1/+1
2012-05-19Add support for cp1252 (Western European) codepage.Dominik Riebeling1-3/+6
2012-04-12Calculate day-of-week after reading time from RTC. Should fix FS#11814Bertrik Sikken1-0/+1
2012-03-04Add RKW firmware file format loaderMarcin Bukat1-0/+111
2012-03-03Disable some more sim_ and app_ redirection for __PCTOOL__.Frank Gevaerts1-2/+2
2012-02-10checkwps: Fix buildall.sh and some RaaA/ypr0 versions.Thomas Martitz1-2/+2
2012-01-22Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...Thomas Martitz1-56/+0
2012-01-22Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz1-78/+0
2012-01-21android/ypr0: Merge fs-*.c to generic filesystem-unix.c.Thomas Martitz1-9/+5
2011-12-25rbpaths: Add new special dir HOME_DIR for RaaA.Thomas Martitz1-38/+30
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-0/+34
2011-12-19disk: fix sector multiplier init, also remove a test which has became obsoleteAmaury Pouly1-3/+2
2011-12-16Remove USB time sync code when there's no RTC.Boris Gjenero1-0/+2
2011-12-15Remove conditional added around set_day_of_week in r31301.Boris Gjenero1-2/+0
2011-12-15Add conditionals around functions that are only needed when RTC is present.Boris Gjenero1-0/+4
2011-12-15Really fix redAmaury Pouly1-0/+2
2011-12-15Fix redAmaury Pouly1-1/+1
2011-12-15Add support for for per-drive logical sector size. This allows targets to hav...Amaury Pouly1-3/+13
2011-12-05Try $RBROOT before $HOME when looking for the sdl apps rockbox root dirJonathan Gordon1-2/+8
2011-12-04Compile fix for mingw-w64Rafaël Carré1-0/+4
2011-11-19Update some missed pointers when moving the dircache allocationFred Bauer1-12/+14
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz1-2/+0
2011-10-28Fix FS#12325 - screen corruption on early usb.Thomas Martitz1-5/+13
2011-10-21fix sign errorFred Bauer1-4/+4
2011-10-02revert r30566 and r30567 to fix FS#12294 (superfloppy not mounting)Robert Kukla1-2/+13
2011-09-17Also remove the fat_partition_types array.Torne Wuff1-10/+0
2011-09-17Allow any partition type, not just known FAT types.Torne Wuff1-3/+2
2011-08-30Dircache: Allow dircache to be enabled without reboot.Thomas Martitz1-30/+66
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-29/+85
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-8/+15
2011-08-16Dircache: Fix memory leak (and recently panic).Thomas Martitz1-2/+2
2011-08-15Dircache: Fix bug introduced in r30308.Thomas Martitz1-4/+5
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-7/+15
2011-08-04format/*printf: Add simple support for %p format specifier.Thomas Martitz1-1/+6