summaryrefslogtreecommitdiff
path: root/firmware/include (follow)
Commit message (Expand)AuthorAge
* Add proper float formatting to vuprintfMichael Sevakis2018-02-08
* Implement a much more capable vuprintf()Michael Sevakis2017-11-21
* Add boot from other volumes in bootloader on targets with HAVE_MULTIVOLUMEWilliam Wilgus2017-10-29
* Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis2017-03-12
* Dircache: Refine name allocation and error handling.Michael Sevakis2017-03-12
* Remove FF_CREAT and FF_EXCL flags in from file code.Michael Sevakis2017-02-14
* Restore dircache hookup in the database ramcache.Michael Sevakis2017-02-10
* Do some debug and preparatory work for ramcache and playlistMichael Sevakis2017-01-17
* Fix path handling snafu for CheckWPS toolMichael Sevakis2017-01-16
* Support using swapxx() and bswap_xx() for byteswaps in rbendian.hFranklin Wei2017-01-15
* Improve core_alloc() / buflib_alloc() documentationThomas Jarosch2015-01-02
* Document 'union buflib_data'Thomas Jarosch2014-12-29
* Two more typo fixesThomas Jarosch2014-12-27
* Fix typos in documentationThomas Jarosch2014-12-27
* Fix up maemo port after byte swap header refactoringThomas Jarosch2014-12-17
* Hopefully fix most of the errors and warnings from the last pushMichael Sevakis2014-08-29
* Add normal alloca() definition and implement a strdupa and friendsMichael Sevakis2014-08-29
* Add mempcpy implementationMichael Sevakis2014-08-29
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Prevent spurious recompiles on account of changed version.Michael Sevakis2014-08-28
* Patch up rbendian.h for Win32 cross-compileMichael Sevakis2014-08-26
* Do a better endian.h setup that isn't as fragileMichael Sevakis2014-08-25
* Add common linked list functionsMichael Sevakis2014-08-16
* Add multi-reader, single-writer locks to kernel.Michael Sevakis2014-08-06
* crc-mi4: use const lookup table for crcMarcin Bukat2014-07-07
* 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
* Move VOL_NAMES definition to mv.hThomas Martitz2014-02-23
* Samsung YP-R1 target portLorenzo Miori2014-02-05
* buflib: Add a define telling the per-alloc overhead.Thomas Martitz2014-02-02
* buflib: Properly support allocations without any name, to avoid wasting spaceThomas Martitz2014-02-02
* buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...Thomas Martitz2014-02-02
* buflib: Add crc field protecting buflib cookie integrityMarcin Bukat2014-01-16
* fonts: Do not unload completely on USB.Thomas Martitz2014-01-15
* buflib: Add buflib_context_relocate().Thomas Martitz2013-12-22
* buflib: Try harder in buflib_alloc_maximum().Thomas Martitz2013-12-22
* buflib: Change buflib_available() and add buflib_allocatable().Thomas Martitz2013-07-07
* Move load_firmware() to separate fileMarcin Bukat2013-06-27
* Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis2013-04-26
* Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis2013-04-15
* Move fixedpoint.h to be accessible in /firmware.Michael Sevakis2013-04-10
* Fix database tool.Thomas Martitz2012-07-31
* Add support for cp1252 (Western European) codepage.Dominik Riebeling2012-05-19
* Fix fat test program not compiling (FS#12646).Marcin Bukat2012-05-08
* Use buflib for the allocation of voice PCM resources.Michael Sevakis2012-05-02
* Add a NO_INLINE attribute to gcc_extensions.Michael Sevakis2012-04-26
* Add RKW firmware file format loaderMarcin Bukat2012-03-04
* Fix __PCTOOL__ dependencies on SIMULATORFrank Gevaerts2012-03-03
* Don't redirect file IO to app_* for __PCTOOLS__ builds for dir functions.Frank Gevaerts2012-03-03