summaryrefslogtreecommitdiff
path: root/firmware/common (follow)
Commit message (Expand)AuthorAge
* Fix (D)EBUG compilation errors on targets using FATCástor Muñoz2015-10-09
* Fix warning in firmware/common/structec.cFranklin Wei2015-02-24
* Whitespace fixes in firmware/common/structec.cFranklin Wei2015-02-24
* Limit "struct dircache_runinfo" to file scopeThomas Jarosch2015-01-01
* unicode: Fix getle16 and getbe16nialv72014-09-21
* Fix path_trim_whitespace() sign extension.Michael Sevakis2014-09-15
* Clean up a bit and get switch statement out of loop in walk_path()Michael Sevakis2014-09-02
* Fix a small late creep-in goof in path parsing on native targetsMichael Sevakis2014-09-01
* Hopefully fix most of the errors and warnings from the last pushMichael Sevakis2014-08-29
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Prevent spurious recompiles on account of changed version.Michael Sevakis2014-08-28
* Add common linked list functionsMichael Sevakis2014-08-16
* crc-mi4: use const lookup table for crcMarcin Bukat2014-07-07
* application(ypr0): Fix mount option selected by the current codepage.Thomas Martitz2014-02-28
* application: fix opendir() for "/" directory.Thomas Martitz2014-02-26
* application: Remove trailing slashes from the input in opendir().Thomas Martitz2014-02-25
* application: Speed up dir_get_info() further.Thomas Martitz2014-02-24
* hosted/multidrive: Speed up readdir()/get_dir_info().Thomas Martitz2014-02-24
* samsungypr0: Support or mounting the microsdThomas Martitz2014-02-23
* RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.Thomas Martitz2014-02-23
* codepages: Translate to linux codepage names for use on APPLICATION.Thomas Martitz2014-02-23
* Samsung YP-R1 target portLorenzo Miori2014-02-05
* buflib: Add crc field protecting buflib cookie integrityMarcin Bukat2014-01-16
* Introduce volume_{present,removable} and fix invalid calls in apps/Amaury Pouly2013-11-20
* Cleanup MV/MD macros a little.Michael Sevakis2013-08-17
* Move load_firmware() to separate fileMarcin Bukat2013-06-27
* fix yellow on simulator + multivolumeAmaury Pouly2013-01-15
* Fix database tool.Thomas Martitz2012-07-31
* Add support for cp1252 (Western European) codepage.Dominik Riebeling2012-05-19
* Calculate day-of-week after reading time from RTC. Should fix FS#11814Bertrik Sikken2012-04-12
* Add RKW firmware file format loaderMarcin Bukat2012-03-04
* Disable some more sim_ and app_ redirection for __PCTOOL__.Frank Gevaerts2012-03-03
* checkwps: Fix buildall.sh and some RaaA/ypr0 versions.Thomas Martitz2012-02-10
* Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...Thomas Martitz2012-01-22
* Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz2012-01-22
* android/ypr0: Merge fs-*.c to generic filesystem-unix.c.Thomas Martitz2012-01-21
* rbpaths: Add new special dir HOME_DIR for RaaA.Thomas Martitz2011-12-25
* Initial commit of the Samsung YP-R0 port.Thomas Martitz2011-12-24
* disk: fix sector multiplier init, also remove a test which has became obsoleteAmaury Pouly2011-12-19
* Remove USB time sync code when there's no RTC.Boris Gjenero2011-12-16
* Remove conditional added around set_day_of_week in r31301.Boris Gjenero2011-12-15
* Add conditionals around functions that are only needed when RTC is present.Boris Gjenero2011-12-15
* Really fix redAmaury Pouly2011-12-15
* Fix redAmaury Pouly2011-12-15
* Add support for for per-drive logical sector size. This allows targets to hav...Amaury Pouly2011-12-15
* Try $RBROOT before $HOME when looking for the sdl apps rockbox root dirJonathan Gordon2011-12-05
* Compile fix for mingw-w64Rafaël Carré2011-12-04
* Update some missed pointers when moving the dircache allocationFred Bauer2011-11-19
* Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz2011-11-17
* Fix FS#12325 - screen corruption on early usb.Thomas Martitz2011-10-28