summaryrefslogtreecommitdiff
path: root/firmware/export (follow)
Commit message (Expand)AuthorAge
...
* tcc77x targets: various minor cleanupsBertrik Sikken2010-08-28
* change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer2010-08-27
* Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz2010-08-27
* 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz2010-08-27
* Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz2010-08-27
* Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz2010-08-26
* Move to a proper sdl key config instead of using the d2 pad. make the mouse w...Jonathan Gordon2010-08-26
* Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon2010-08-25
* ipod fm remote: some static/const fixes from FS #11266 by meBertrik Sikken2010-08-23
* Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G.Marcin Bukat2010-08-23
* Enable wheel acceleration and repeats for iPod 1st/2nd Gen, using the same se...Jens Arnold2010-08-20
* Android port: add support for hardware keysMaurus Cuelenaere2010-08-16
* Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz2010-08-12
* Fix red: Revert the const correctness part, which opened a can of worms.Michael Sparmann2010-08-12
* emBIOS backports part one: Fix an annoying race condition in the Synopsys OTG...Michael Sparmann2010-08-12
* Delete useless #ifndef #endif pair.Nils Wallménius2010-08-11
* Android port: handle incoming calls.Thomas Martitz2010-08-07
* Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...Thomas Martitz2010-08-04
* android: declare audiohw_set_volume()Rafaël Carré2010-08-03
* Rockbox as an application: Commit current Android port progress.Thomas Martitz2010-08-02
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* Fix condition for compiling audiohw_set_monitor (should fix red)Bertrik Sikken2010-07-31
* Add optional CURRENT_ATA in runcurrent(). On MPIO HD200 powering ata takes ~1...Marcin Bukat2010-07-27
* HD200: comment out CURRENT_REMOTE as remote doesn't draw additional current (...Marcin Bukat2010-07-27
* WM8750 - add ALC and NGAT related low level functions (disabled now by default)Marcin Bukat2010-07-27
* FM tuner region code cleanup - FS #11492 by me.Bertrik Sikken2010-07-26
* bootchart.h doesn't need _ansi.h, especially not in a relative pathRafaël Carré2010-07-25
* Move some gcc extensions to new gcc_extensions.h headerRafaël Carré2010-07-25
* Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote...Nils Wallménius2010-07-23
* CCU_BASE+0x20 is specific to AMSv2 -> move to as3525v2.hRafaël Carré2010-07-22
* The new Fuzev2 use the same FM chip than some Clip+Rafaël Carré2010-07-20
* AB_REPEAT_ENABLE was never defined to 2Rafaël Carré2010-07-18
* Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...Nils Wallménius2010-07-15
* HD200 - calibrate battery indicator based on measurements and battery_benchesMarcin Bukat2010-07-08
* Rockbox as an application: Add an 320x240 SDL application target.Thomas Martitz2010-07-06
* hdd6330: change the synaptics-mep driver in a few places according to the tou...Szymon Dziok2010-07-04
* HD200 - Setup codec as I2S master and enable recordingMarcin Bukat2010-07-02
* Remove atomic register bit manipulation functions from i.MX and s3c target co...Michael Sevakis2010-06-30
* Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for wei...Tobias Diedrich2010-06-28
* Should clear up rest of red. Add a required #define in the config for c200. F...Michael Sevakis2010-06-26
* Fix red. Thought I had REC_SAMPR_DEFAULT covered if not otherwise specified a...Michael Sevakis2010-06-26
* e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis2010-06-26
* Commit FS#11364 by me. Increases the A3525v2 volume range by 7.5dB. Each vo...Michael Giacomelli2010-06-24
* as3525v2-usb: define number of enpoints correctly, write interrupt handlerAmaury Pouly2010-06-23
* playback.c: don't assume cacheline size is 16 bytesRafaël Carré2010-06-23
* Enable USE_ROCKBOX_USB on all AS3525v1, confirmed to work on C200v2 and E200v...Tobias Diedrich2010-06-22
* usb_storage seems to be working now, enable USE_ROCKBOX_USB on C200v2, other ...Tobias Diedrich2010-06-22
* Apply FS #11423 - Use udelay in AMS driver for FM radio I2CBertrik Sikken2010-06-21
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Also define STORAGE_ALIGN_ATTR if STORAGE_WANTS_ALIGN isn't definedMichael Sparmann2010-06-20