summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-5/+22
2010-09-08Rename cache coherency functions.Thomas Martitz1-0/+12
2010-09-08as3525v2 usb: define USB_HAS_BULKRafaël Carré2-2/+5
2010-09-06Fix set_serial_descriptor() for targets with as3543Rafaël Carré1-0/+6
2010-09-05FS#11597 : decrease FCLK frequency when unboostedRafaël Carré3-3/+3
2010-09-03powermgmt.h: include config.hRafaël Carré8-0/+21
2010-09-02as3525v2: revert the USB_DEVBSS_ATTR and the panicf redefinition, don't prote...Amaury Pouly1-7/+0
2010-09-02as3525v2:Amaury Pouly1-0/+5
2010-09-02Fix typoThomas Martitz1-1/+1
2010-09-02Android: don't compile stubs.c and kill off libuisimulator entirely.Thomas Martitz1-2/+21
2010-09-01struct DIR -> DIR, should fix most if not all reds.Thomas Martitz1-1/+2
2010-09-01Android: Enable software tone controlsThomas Martitz1-2/+1
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz4-11/+5
2010-09-01Revert an accidentaly change to debug.h that prevent simulator+debug buildAmaury Pouly1-1/+1
2010-08-31Unify 32mb and 64mb ipod video builds - FS#11580Frank Gevaerts2-9/+9
2010-08-30Change lc_open_from_mem() return type to void*Thomas Martitz1-1/+1
2010-08-28Implement lcd(_remote)_putsxyf() and export to pluginsRafaël Carré2-0/+2
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken1-0/+2
2010-08-27change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer1-1/+1
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz1-1/+7
2010-08-272nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz1-0/+55
2010-08-27Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz1-55/+0
2010-08-26Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz1-0/+55
2010-08-26Move to a proper sdl key config instead of using the d2 pad. make the mouse w...Jonathan Gordon2-2/+6
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon1-0/+1
2010-08-23ipod fm remote: some static/const fixes from FS #11266 by meBertrik Sikken1-17/+0
2010-08-23Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G.Marcin Bukat1-0/+6
2010-08-20Enable wheel acceleration and repeats for iPod 1st/2nd Gen, using the same se...Jens Arnold1-0/+7
2010-08-16Android port: add support for hardware keysMaurus Cuelenaere2-0/+5
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-1/+2
2010-08-12Fix red: Revert the const correctness part, which opened a can of worms.Michael Sparmann1-2/+2
2010-08-12emBIOS backports part one: Fix an annoying race condition in the Synopsys OTG...Michael Sparmann1-2/+2
2010-08-11Delete useless #ifndef #endif pair.Nils Wallménius1-2/+0
2010-08-07Android port: handle incoming calls.Thomas Martitz1-0/+2
2010-08-04Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...Thomas Martitz1-0/+4
2010-08-03android: declare audiohw_set_volume()Rafaël Carré1-1/+1
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz6-15/+53
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz2-0/+137
2010-07-31Fix condition for compiling audiohw_set_monitor (should fix red)Bertrik Sikken1-5/+1
2010-07-27Add optional CURRENT_ATA in runcurrent(). On MPIO HD200 powering ata takes ~1...Marcin Bukat1-0/+1
2010-07-27HD200: comment out CURRENT_REMOTE as remote doesn't draw additional current (...Marcin Bukat1-1/+1
2010-07-27WM8750 - add ALC and NGAT related low level functions (disabled now by default)Marcin Bukat1-5/+5
2010-07-26FM tuner region code cleanup - FS #11492 by me.Bertrik Sikken7-48/+1
2010-07-25bootchart.h doesn't need _ansi.h, especially not in a relative pathRafaël Carré1-1/+0
2010-07-25Move some gcc extensions to new gcc_extensions.h headerRafaël Carré4-12/+4
2010-07-23Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote...Nils Wallménius3-4/+8
2010-07-22CCU_BASE+0x20 is specific to AMSv2 -> move to as3525v2.hRafaël Carré2-1/+2
2010-07-20The new Fuzev2 use the same FM chip than some Clip+Rafaël Carré1-1/+1
2010-07-18AB_REPEAT_ENABLE was never defined to 2Rafaël Carré52-54/+54
2010-07-15Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...Nils Wallménius1-2/+3