summaryrefslogtreecommitdiff
path: root/firmware/export (follow)
Commit message (Expand)AuthorAge
...
* H300 has no ATA LEDLinus Nielsen Feltzing2005-11-18
* Reverted erroneous commitLinus Nielsen Feltzing2005-11-16
* Cleaned up bootloader linker control file and added the H300 targetLinus Nielsen Feltzing2005-11-16
* Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold2005-11-16
* Added adc_scan() prototype for H300Linus Nielsen Feltzing2005-11-16
* H300: ADC driverLinus Nielsen Feltzing2005-11-16
* Added single-byte read/write functions for the PCF50606 driverLinus Nielsen Feltzing2005-11-16
* H300 has no S/PDIFLinus Nielsen Feltzing2005-11-16
* completed the CONFIG_BACKLIGHT transitionDaniel Stenberg2005-11-14
* H300 backlightLinus Nielsen Feltzing2005-11-14
* New type for the LCD frame buffer dataLinus Nielsen Feltzing2005-11-14
* H300: First lame attempt to a pcf50606 driverLinus Nielsen Feltzing2005-11-14
* H300: Correct LCD type and CODEC buffer sizeLinus Nielsen Feltzing2005-11-14
* Allow S/PDIF as recording source in the archos simsLinus Nielsen Feltzing2005-11-13
* Force -mlong-calls for iPod builds. This issue still needs investigating as ...Dave Chapman2005-11-13
* Add LCD_LIGHTGRAY and LCD_DARKGRAY macros and correctly use LCD_LIGHTGRAY in ...Dave Chapman2005-11-13
* iPod changesDave Chapman2005-11-12
* Removed monitor option from audio_set_recording_options and the global settin...Andy2005-11-12
* Fix for broken simulatorsAndy2005-11-12
* iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy2005-11-12
* Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman2005-11-11
* iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman2005-11-11
* Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen2005-11-10
* Correct the LCD definition for the NanoDave Chapman2005-11-09
* SH1: Changed UIE() to use the same reset method as on coldfire, using the wat...Jens Arnold2005-11-09
* 16-bit color for h300 for nowLinus Nielsen Feltzing2005-11-08
* Unified the H100 and H300 startupLinus Nielsen Feltzing2005-11-08
* Remove unnecessary #ifdefDave Chapman2005-11-08
* Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold2005-11-07
* Initial commit of work-in-progress iPod portDave Chapman2005-11-07
* Adjusted MAX_THREADS to be 2 more than the number of standard threads on all ...Jens Arnold2005-11-07
* The const police strikes and hits itself.Jens Arnold2005-11-06
* Fixed recorder v2 simulators.Jens Arnold2005-11-06
* Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold2005-11-06
* Corrected the bug with boolean settings (the inverted screen that couldn't be...Kevin Ferrare2005-11-06
* Fixup of the MCF5249 memory mapped register definitions.Jens Arnold2005-11-05
* Oops. Forgot to increase the codec size for H100.Dave Chapman2005-10-31
* Increase codec size to 512KB in preparation for AAC codecDave Chapman2005-10-31
* Add AAC audio typeDave Chapman2005-10-31
* Skip ID3v2 tags at the start of a FLAC file.Dave Chapman2005-10-30
* Seeking support for AC3/A52 files. We assume they are always CBR.Dave Chapman2005-10-22
* Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold2005-10-19
* Fixed a problem with dircache where filetree modified dircacheMiika Pekkarinen2005-10-08
* Fixed the bootloader compile failure by disabling new directory cacheMiika Pekkarinen2005-10-07
* Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen2005-10-07
* Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman2005-10-06
* Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold2005-10-03
* H1x0: More precise tuning; corrected xtal frequency in comments + #defines.Jens Arnold2005-09-24
* Add ALAC audio typeDave Chapman2005-09-22
* Archos recording/playback: (1) Xing header creation: * Now estimates the fram...Jens Arnold2005-09-15