summaryrefslogtreecommitdiffstats
path: root/apps/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-10Initializations done in the correct orderLinus Nielsen Feltzing1-2/+3
2002-06-10lcd_init() for player tooBjörn Stenberg1-2/+0
2002-06-10Added simulator initBjörn Stenberg1-2/+14
2002-05-31Everyone wants a logoBjörn Stenberg1-1/+1
2002-05-30Partition table is no longer globalBjörn Stenberg1-4/+5
2002-05-30Moved show_logo() to after malloc_initBjörn Stenberg1-3/+3
2002-05-30we now show the splash screen from the menu on a delayRobert Hak1-1/+1
2002-05-29APPSVERSION is defined in a stand-alone header file, and main.c setsDaniel Stenberg1-0/+4
2002-05-29Added system_init callLinus Nielsen Feltzing1-0/+3
2002-05-29Show splash during init, no delayBjörn Stenberg1-1/+4
2002-05-27Don't call debug_init() unless in debug modeBjörn Stenberg1-0/+2
2002-05-27dmalloc and bmalloc are not intended for the simulator buildsDaniel Stenberg1-0/+2
2002-05-24Proper declaration of show_splash and main_menuBjörn Stenberg1-0/+1
2002-05-24Added linker pool symbols and mpeg_init()Björn Stenberg1-0/+13
2002-05-21Added return code handling and integrated app_main()Björn Stenberg1-13/+21