summaryrefslogtreecommitdiffstats
path: root/apps/main.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg1-1/+1
2003-02-14Fixed simulator build errorLinus Nielsen Feltzing1-1/+2
2003-02-14Correct saving of channel config (patch by Remo Hofer)Linus Nielsen Feltzing1-1/+2
2003-01-13Moving the keyboard buffer empty routine to pure simulator code.Kjell Ericson1-0/+2
2003-01-10Starting the mpeg_thread for the simulator.Kjell Ericson1-0/+7
2002-10-28The player simulator now has it own font_init()-function. We shall therefor c...Kjell Ericson1-3/+1
2002-10-21Fonts are only for recorder.Kjell Ericson1-1/+3
2002-10-10Partition debug screen added, and jumped to when no fat32 partition is found ...Björn Stenberg1-2/+9
2002-10-09No longer loads /.rockbox/default.*. Only selected files.Björn Stenberg1-6/+0
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg1-0/+3
2002-09-25load ".rockbox/default.lng" at startupDaniel Stenberg1-1/+3
2002-09-20Fixed default font name misspelling. Again.Björn Stenberg1-1/+1
2002-09-20Fixed default font name misspelling.Björn Stenberg1-1/+1
2002-09-20New full ISO-8859-1 system font.Björn Stenberg1-5/+3
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg1-10/+7
2002-08-16reverted Felix Arends' mistakeDaniel Stenberg1-1/+1
2002-08-16windows makefile for firmwareFelix Arends1-1/+1
2002-08-14Added Balance settingLinus Nielsen Feltzing1-0/+1
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg1-6/+0
2002-08-13Enabled saving settings to disk on playerBjörn Stenberg1-0/+1
2002-08-12Remote control support addedBjörn Stenberg1-0/+6
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg1-3/+10
2002-08-09Ignore partition types, just try to mount all partitionsBjörn Stenberg1-6/+1
2002-08-08Changed #ifdef from ARCHOS_RECORDER to HAVE_*Björn Stenberg1-1/+1
2002-08-06Added battery charger for the recorder and a power management debugger.Heikki Hannikainen1-0/+3
2002-08-06Removed powermgmt.hLinus Nielsen Feltzing1-1/+0
2002-08-06Now calls rtc_init()Linus Nielsen Feltzing1-1/+6
2002-07-28Removed the boot countLinus Nielsen Feltzing1-2/+0
2002-07-25Automatic Volume Control for Recorder by Heikki HannikainenLinus Nielsen Feltzing1-1/+2
2002-07-22Added status_init() callLinus Nielsen Feltzing1-0/+2
2002-07-22Loudness, Superbass and sorting patch by Heikki HannikainenLinus Nielsen Feltzing1-1/+3
2002-07-16Allow LBA-less partitionsBjörn Stenberg1-1/+2
2002-07-15Trying to mount as raw disk if no partition is foundBjörn Stenberg1-1/+4
2002-07-15The partition search now stops when it finds a FAT32 partitionLinus Nielsen Feltzing1-0/+1
2002-07-15Added searching for FAT32 partitionBjörn Stenberg1-5/+12
2002-07-15Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).Björn Stenberg1-4/+9
2002-07-02Added i2c_init()Linus Nielsen Feltzing1-0/+3
2002-07-02Corrected ATA debug optionLinus Nielsen Feltzing1-1/+1
2002-07-02Added FAT debug optionLinus Nielsen Feltzing1-8/+21
2002-07-01Removed debug display codeLinus Nielsen Feltzing1-45/+0
2002-06-30Added adc_init() callLinus Nielsen Feltzing1-22/+42
2002-06-30Now enables USB monitoringLinus Nielsen Feltzing1-0/+35
2002-06-28Now uses the global_settings in the mpeg_init() callLinus Nielsen Feltzing1-3/+3
2002-06-27Init global_settings in simulator tooBjörn Stenberg1-0/+1
2002-06-27Moved settings.c/h to apps/Björn Stenberg1-1/+3
2002-06-24Added backlight initLinus Nielsen Feltzing1-0/+4
2002-06-20Added settings initializationLinus Nielsen Feltzing1-0/+3
2002-06-12make init() a void always, this should heal the build againDaniel Stenberg1-3/+1
2002-06-12included threads.h so that init_threads is defined.Felix Arends1-2/+3
2002-06-11now that show_logo() doesn't mess with the disk we call it as early asDaniel Stenberg1-2/+2