summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2008-11-12Last commit for the flash bootloader. The bootloader build works properly ei...Karl Kurbjun
2008-11-12Fix a bug when shutting down the player with the charger plugged in with the ...Karl Kurbjun
2008-11-12(really) commit the crt0.S changes needed for the wakeup alarm.Karl Kurbjun
2008-11-12Revert last commit (accidentally committed the whole tree)Karl Kurbjun
2008-11-12Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun
2008-11-12Make the wakeup alarm code work (Needs the flashed bootloader)Karl Kurbjun
2008-11-12Fix a small bug in %x when padding is being addedKarl Kurbjun
2008-11-11Add more driver stubs to make the Fuze and e200v2 main builds compile; Correc...Dave Chapman
2008-11-11make the meizu bootloaders compile again with the new storage infrastructureFrank Gevaerts
2008-11-11FS#9535 - Sansa Fuze simJonathan Gordon
2008-11-10Fix a warning introduced by r18940Dave Chapman
2008-11-10Fix red: e200/c200 use ADC_UNREG_POWER define (for compatibility)Rafaël Carré
2008-11-10as3514: do not error out if included by files which don't use AS3514_I2C_ADDRRafaël Carré
2008-11-10Sansa AMS: remove symbol already defined in audio/as3514.c driverRafaël Carré
2008-11-10Sansa AMS: declare ascodec_init() function in the headerRafaël Carré
2008-11-10Sansa AMS: use the AS3514 ADC driverRafaël Carré
2008-11-10Merge target/arm/as3525/as3525-codec.h into target/arm/ascodec-target.hRafaël Carré
2008-11-10AMS Sansa (formerly 'V2') use the as3514 RTCRafaël Carré
2008-11-10Revert r19069 - the m200s can't charge. Also, don't use charger_inserted() a...Dave Chapman
2008-11-10make m200v4 build compilable.Dominik Wenger
2008-11-10M200V4 : use simple charging (no support yet, will be controlled via i2c)Rafaël Carré
2008-11-10quick fix for the e200v2 to skip the OFJonathan Gordon
2008-11-10Fuze: remove an unused variableRafaël Carré
2008-11-10m200v4 : disable RTC in bootloaderRafaël Carré
2008-11-10Fix Clip firmware building by adding missing symbolsRafaël Carré
2008-11-10... and the entire dir is renamed tooDaniel Stenberg
2008-11-10grrr, I need to learn to do case insensitive grepping when that's the better ...Daniel Stenberg
2008-11-10oops, one more renameDaniel Stenberg
2008-11-10"mv m200v2 m200v4"Daniel Stenberg
2008-11-09core_sleep(): only write once the same implementation, and add as3525 to the ...Rafaël Carré
2008-11-09Fix as3525 bootloader broken by r19049 - we need to operate betweenRafaël Carré
2008-11-09sd.h : avoid namespace collision by prefixing defines with SD_Rafaël Carré
2008-11-09Properly guard usb_mmc_countdown with the proper #ifs everywhereFrank Gevaerts
2008-11-09AS3525 SD : fix 2nd initialization (in loaded firmware)Rafaël Carré
2008-11-09Also rename as3525_codec in the e200/fuze backlight driverBertrik Sikken
2008-11-09Rename functions as3525_codec_* to ascodec_* to prepare re-use of as3514 code...Bertrik Sikken
2008-11-09Sansav2 BootloaderRafaël Carré
2008-11-09ARM C Runtime : prepare to exception vectors if not in the bootloaderRafaël Carré
2008-11-09SD PP: move non specific defines to sd.h, to be reused by other SD driversRafaël Carré
2008-11-09drive might be used uninitialized, prevent thatRafaël Carré
2008-11-07AS3525: enable access to the embedded SD cardRafaël Carré
2008-11-07FS#9532 - e200v2 buttons Jonathan Gordon
2008-11-07Fix tabs galore.Jens Arnold
2008-11-07Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...Jens Arnold
2008-11-06AS3525: disable interruptsRafaël Carré
2008-11-06AS3525: we won't use threads in the bootloaderRafaël Carré
2008-11-06AS3525: implement tick_start() with TIMER2Rafaël Carré
2008-11-06AS3525: use kernel_init() in bootloaderRafaël Carré
2008-11-06AS3525: timer supportRafaël Carré
2008-11-05Onda VX747:Maurus Cuelenaere