summaryrefslogtreecommitdiff
path: root/firmware/common
AgeCommit message (Expand)Author
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis
2014-08-28Prevent spurious recompiles on account of changed version.Michael Sevakis
2014-08-16Add common linked list functionsMichael Sevakis
2014-07-07crc-mi4: use const lookup table for crcMarcin Bukat
2014-02-28application(ypr0): Fix mount option selected by the current codepage.Thomas Martitz
2014-02-26application: fix opendir() for "/" directory.Thomas Martitz
2014-02-25application: Remove trailing slashes from the input in opendir().Thomas Martitz
2014-02-24application: Speed up dir_get_info() further.Thomas Martitz
2014-02-24hosted/multidrive: Speed up readdir()/get_dir_info().Thomas Martitz
2014-02-23samsungypr0: Support or mounting the microsdThomas Martitz
2014-02-23RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.Thomas Martitz
2014-02-23codepages: Translate to linux codepage names for use on APPLICATION.Thomas Martitz
2014-02-05Samsung YP-R1 target portLorenzo Miori
2014-01-16buflib: Add crc field protecting buflib cookie integrityMarcin Bukat
2013-11-20Introduce volume_{present,removable} and fix invalid calls in apps/Amaury Pouly
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis
2013-06-27Move load_firmware() to separate fileMarcin Bukat
2013-01-15fix yellow on simulator + multivolumeAmaury Pouly
2012-07-31Fix database tool.Thomas Martitz
2012-05-19Add support for cp1252 (Western European) codepage.Dominik Riebeling
2012-04-12Calculate day-of-week after reading time from RTC. Should fix FS#11814Bertrik Sikken
2012-03-04Add RKW firmware file format loaderMarcin Bukat
2012-03-03Disable some more sim_ and app_ redirection for __PCTOOL__.Frank Gevaerts
2012-02-10checkwps: Fix buildall.sh and some RaaA/ypr0 versions.Thomas Martitz
2012-01-22Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...Thomas Martitz
2012-01-22Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz
2012-01-21android/ypr0: Merge fs-*.c to generic filesystem-unix.c.Thomas Martitz
2011-12-25rbpaths: Add new special dir HOME_DIR for RaaA.Thomas Martitz
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz
2011-12-19disk: fix sector multiplier init, also remove a test which has became obsoleteAmaury Pouly
2011-12-16Remove USB time sync code when there's no RTC.Boris Gjenero
2011-12-15Remove conditional added around set_day_of_week in r31301.Boris Gjenero
2011-12-15Add conditionals around functions that are only needed when RTC is present.Boris Gjenero
2011-12-15Really fix redAmaury Pouly
2011-12-15Fix redAmaury Pouly
2011-12-15Add support for for per-drive logical sector size. This allows targets to hav...Amaury Pouly
2011-12-05Try $RBROOT before $HOME when looking for the sdl apps rockbox root dirJonathan Gordon
2011-12-04Compile fix for mingw-w64Rafaël Carré
2011-11-19Update some missed pointers when moving the dircache allocationFred Bauer
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz
2011-10-28Fix FS#12325 - screen corruption on early usb.Thomas Martitz
2011-10-21fix sign errorFred Bauer
2011-10-02revert r30566 and r30567 to fix FS#12294 (superfloppy not mounting)Robert Kukla
2011-09-17Also remove the fat_partition_types array.Torne Wuff
2011-09-17Allow any partition type, not just known FAT types.Torne Wuff
2011-08-30Dircache: Allow dircache to be enabled without reboot.Thomas Martitz
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz
2011-08-16Dircache: Fix memory leak (and recently panic).Thomas Martitz
2011-08-15Dircache: Fix bug introduced in r30308.Thomas Martitz