summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-25/+0
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-2/+1
2020-06-30Try mounting as "superfloppy" firstMoshe Piekarski1-35/+37
2020-06-30Also remove the fat_partition_types array.Moshe Piekarski1-11/+0
2020-06-30Allow any partition type, not just known FAT types.Moshe Piekarski1-3/+2
2019-11-15MultiBoot_Firmware Fix red for bootloadersWilliam Wilgus1-2/+2
2019-11-15MultiBoot_FirmwareWilliam Wilgus1-0/+21
2019-07-19Limit float formatting to only targets building QuakeFranklin Wei1-0/+7
2019-07-19Add proper float formatting to vuprintfMichael Sevakis2-10/+731
2018-11-10Fix vuprintf fix possible %s buffer over-readWilliam Wilgus1-7/+12
2018-10-18Diacritic.c add newline to EOFWilliam Wilgus1-1/+2
2018-10-18Optimize is_diacriticWilliam Wilgus1-20/+29
2018-05-23Don't enable full vuprintf file in bootloader. Saves ~2KB packed space when ...Michael Giacomelli1-1/+1
2017-12-24Revert "Support floating-point formatting"Franklin Wei1-21/+0
2017-12-23fix redFranklin Wei1-0/+3
2017-12-23Port of Duke Nukem 3DFranklin Wei1-1/+2
2017-12-23Support floating-point formattingFranklin Wei1-0/+18
2017-11-28Add a small 32-byte write buffer to fdprintf.Michael Sevakis1-4/+23
2017-11-21Convert i.MX31 and AMS target to use RTC interruptMichael Sevakis1-12/+33
2017-11-21Implement a much more capable vuprintf()Michael Sevakis3-267/+1030
2017-10-29Add boot from other volumes in bootloader on targets with HAVE_MULTIVOLUMEWilliam Wilgus1-59/+133
2017-10-29Add boot data support to rockbox.William Wilgus1-2/+53
2017-04-13Optimize lld_remove() a bitMichael Sevakis1-7/+5
2017-03-21Dircache: Improve freed name memory recallocationMichael Sevakis1-26/+36
2017-03-21Avoid having to wait for dircache builds if shut down too soonBoris Gjenero1-4/+6
2017-03-12Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis1-1/+1
2017-03-12Dircache: Refine name allocation and error handling.Michael Sevakis2-34/+48
2017-03-08Fix a couple dircache oopsies.Michael Sevakis1-2/+7
2017-02-14Remove FF_CREAT and FF_EXCL flags in from file code.Michael Sevakis1-12/+8
2017-02-10Restore dircache hookup in the database ramcache.Michael Sevakis4-72/+160
2017-02-07Add some comments about the behavior of a couple path functions.Michael Sevakis1-0/+15
2017-02-06Make sure dircache resolves outstanding references on volume root.Michael Sevakis1-0/+1
2017-02-06Fix a bug in disk.c that really wasn't affecting anything.Michael Sevakis1-8/+3
2017-01-26Move intrinsic RTC implmentation differences to driver filesMichael Sevakis1-3/+0
2017-01-18Make consitent internal file API flag behvior, FF_PROBE.Michael Sevakis1-7/+7
2017-01-17Do some debug and preparatory work for ramcache and playlistMichael Sevakis5-272/+312
2017-01-14Dircache: Fix a tiny-block reclaim bugMichael Sevakis1-1/+1
2017-01-07Improve the implementation of a couple linked list routines.Michael Sevakis1-36/+13
2017-01-07Fix track formatting problems in playlist.cMichael Sevakis1-29/+0
2015-10-09Fix (D)EBUG compilation errors on targets using FATCástor Muñoz2-13/+15
2015-02-24Fix warning in firmware/common/structec.cFranklin Wei1-3/+7
2015-02-24Whitespace fixes in firmware/common/structec.cFranklin Wei1-24/+23
2015-01-01Limit "struct dircache_runinfo" to file scopeThomas Jarosch1-1/+1
2014-09-21unicode: Fix getle16 and getbe16nialv71-2/+2
2014-09-15Fix path_trim_whitespace() sign extension.Michael Sevakis1-7/+10
2014-09-02Clean up a bit and get switch statement out of loop in walk_path()Michael Sevakis1-38/+31
2014-09-01Fix a small late creep-in goof in path parsing on native targetsMichael Sevakis1-3/+6
2014-08-29Hopefully fix most of the errors and warnings from the last pushMichael Sevakis2-6/+25
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis12-2983/+6732
2014-08-28Prevent spurious recompiles on account of changed version.Michael Sevakis1-1/+1