summaryrefslogtreecommitdiffstats
path: root/firmware/include
AgeCommit message (Expand)AuthorFilesLines
2018-06-12Agptek Rocker: Initial commitMarcin Bukat1-0/+1
2017-11-21Implement a much more capable vuprintf()Michael Sevakis1-13/+21
2017-10-29Add boot from other volumes in bootloader on targets with HAVE_MULTIVOLUMEWilliam Wilgus1-0/+17
2017-03-12Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis3-65/+109
2017-03-12Dircache: Refine name allocation and error handling.Michael Sevakis1-1/+1
2017-02-14Remove FF_CREAT and FF_EXCL flags in from file code.Michael Sevakis1-9/+7
2017-02-10Restore dircache hookup in the database ramcache.Michael Sevakis2-14/+24
2017-01-17Do some debug and preparatory work for ramcache and playlistMichael Sevakis4-51/+104
2017-01-16Fix path handling snafu for CheckWPS toolMichael Sevakis2-4/+4
2017-01-15Support using swapxx() and bswap_xx() for byteswaps in rbendian.hFranklin Wei1-0/+8
2015-01-02Improve core_alloc() / buflib_alloc() documentationThomas Jarosch1-3/+10
2014-12-29Document 'union buflib_data'Thomas Jarosch1-6/+9
2014-12-27Two more typo fixesThomas Jarosch1-2/+2
2014-12-27Fix typos in documentationThomas Jarosch1-4/+4
2014-12-17Fix up maemo port after byte swap header refactoringThomas Jarosch1-1/+1
2014-08-29Hopefully fix most of the errors and warnings from the last pushMichael Sevakis1-1/+2
2014-08-29Add normal alloca() definition and implement a strdupa and friendsMichael Sevakis1-0/+34
2014-08-29Add mempcpy implementationMichael Sevakis1-2/+10
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis12-272/+1133
2014-08-28Prevent spurious recompiles on account of changed version.Michael Sevakis1-0/+26
2014-08-26Patch up rbendian.h for Win32 cross-compileMichael Sevakis1-28/+37
2014-08-25Do a better endian.h setup that isn't as fragileMichael Sevakis1-0/+168
2014-08-16Add common linked list functionsMichael Sevakis1-0/+114
2014-08-06Add multi-reader, single-writer locks to kernel.Michael Sevakis1-0/+231
2014-07-07crc-mi4: use const lookup table for crcMarcin Bukat1-2/+0
2014-02-23samsungypr0: Support or mounting the microsdThomas Martitz1-0/+2
2014-02-23RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.Thomas Martitz2-43/+31
2014-02-23codepages: Translate to linux codepage names for use on APPLICATION.Thomas Martitz1-0/+3
2014-02-23Move VOL_NAMES definition to mv.hThomas Martitz1-17/+0
2014-02-05Samsung YP-R1 target portLorenzo Miori1-1/+1
2014-02-02buflib: Add a define telling the per-alloc overhead.Thomas Martitz1-0/+11
2014-02-02buflib: Properly support allocations without any name, to avoid wasting spaceThomas Martitz2-9/+6
2014-02-02buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...Thomas Martitz1-2/+6
2014-01-16buflib: Add crc field protecting buflib cookie integrityMarcin Bukat3-1/+12
2014-01-15fonts: Do not unload completely on USB.Thomas Martitz1-1/+9
2013-12-22buflib: Add buflib_context_relocate().Thomas Martitz1-0/+15
2013-12-22buflib: Try harder in buflib_alloc_maximum().Thomas Martitz1-3/+5
2013-07-07buflib: Change buflib_available() and add buflib_allocatable().Thomas Martitz2-5/+11
2013-06-27Move load_firmware() to separate fileMarcin Bukat2-0/+60
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis1-116/+0
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis1-0/+5
2013-04-10Move fixedpoint.h to be accessible in /firmware.Michael Sevakis1-0/+111
2012-07-31Fix database tool.Thomas Martitz1-1/+1
2012-05-19Add support for cp1252 (Western European) codepage.Dominik Riebeling1-0/+2
2012-05-08Fix fat test program not compiling (FS#12646).Marcin Bukat1-7/+5
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis1-0/+6
2012-04-26Add a NO_INLINE attribute to gcc_extensions.Michael Sevakis1-0/+5
2012-03-04Add RKW firmware file format loaderMarcin Bukat1-0/+27
2012-03-03Fix __PCTOOL__ dependencies on SIMULATORFrank Gevaerts2-3/+1
2012-03-03Don't redirect file IO to app_* for __PCTOOLS__ builds for dir functions.Frank Gevaerts1-1/+1