summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-09-08USB AMSv2: cosmeticsRafaël Carré1-11/+10
2010-09-08USB AMSv2: update endpoint->len on transferRafaël Carré1-5/+5
2010-09-08as3525v2 usb: define USB_HAS_BULKRafaël Carré2-2/+5
2010-09-08usb-drv-as3525v2: use dump_dcache_range()Rafaël Carré1-1/+1
2010-09-08usb-drv-as3525v2: fixesRafaël Carré1-6/+6
2010-09-07as3525v2-usb: don't disable data transfers !Amaury Pouly1-5/+6
2010-09-07as3525v2-usb: fix red and fix stupid typo about endpoint statusAmaury Pouly1-13/+5
2010-09-07as3525v2-usb: all control operations are working, there is a problem with UMS...Amaury Pouly1-33/+94
2010-09-07as3525v2-usb:Amaury Pouly1-56/+35
2010-09-07gigabeats: remove inline from extern functionsRafaël Carré2-2/+2
2010-09-07AMS: make dma_disable_channel() not inlineRafaël Carré2-2/+2
2010-09-06debug-as3525.c : fix include, remove commentRafaël Carré1-4/+1
2010-09-06Fix set_serial_descriptor() for targets with as3543Rafaël Carré2-4/+10
2010-09-06Slightly reorganise the FAT driver to ensure that no more than one sector buf...Frank Gevaerts1-19/+49
2010-09-06Fix sdl application buildThomas Martitz3-3/+3
2010-09-05FS#11597 : decrease FCLK frequency when unboostedRafaël Carré5-27/+19
2010-09-03revert r27991Rafaël Carré1-2/+2
2010-09-03powermgmt.h: include config.hRafaël Carré8-0/+21
2010-09-03Clipv1: update CHARGER_TOTAL_TIMERRafaël Carré1-1/+1
2010-09-03Clipv1: draw 150mA from the charger, like Clipv2/+Rafaël Carré1-1/+1
2010-09-03USB AMSv2: fix bit position in DCFG registerRafaël Carré1-2/+2
2010-09-02as3525v2: revert the USB_DEVBSS_ATTR and the panicf redefinition, don't prote...Amaury Pouly2-10/+1
2010-09-02as3525v2:Amaury Pouly3-61/+96
2010-09-02Fix typoThomas Martitz1-1/+1
2010-09-02Android: don't compile stubs.c and kill off libuisimulator entirely.Thomas Martitz2-2/+107
2010-09-01Android: Fix two warningsThomas Martitz2-1/+4
2010-09-01Android: don't compile powermgmt-sim.cThomas Martitz2-0/+4
2010-09-01Redo previous commit to not break android builds.Thomas Martitz1-3/+2
2010-09-01Fix databaseThomas Martitz1-3/+2
2010-09-01struct DIR -> DIR, should fix most if not all reds.Thomas Martitz3-2/+4
2010-09-01Android: Enable software tone controlsThomas Martitz1-2/+1
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz18-89/+297
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 Gevaerts3-9/+13
2010-08-31include lcd.h , forgotten in r27957Rafaël Carré1-0/+1
2010-08-31AMS: update the LCD on system exception to be sure the content is up to dateRafaël Carré1-0/+2
2010-08-30typo in r27953 spotted by kugel: s/long/ssize_t/Rafaël Carré1-1/+1
2010-08-30format: supports %zd (ssize_t) and %zu (ssize_t)Rafaël Carré1-0/+36
2010-08-30Change lc_open_from_mem() return type to void*Thomas Martitz1-1/+1
2010-08-29ipodvideo: detect ram size at boot (doesn't actually get USED yet)Torne Wuff3-0/+33
2010-08-28firmware/ : use lcd_putsf() (only in debug code)Rafaël Carré5-43/+19
2010-08-28jz4740 debug: use lcd_putsf() instead of redefining itRafaël Carré1-53/+39
2010-08-28fix r27921 : lcd_putsxyf() for charcellRafaël Carré1-0/+11
2010-08-28Implement lcd(_remote)_putsxyf() and export to pluginsRafaël Carré3-0/+13
2010-08-28AMSv2: remove a bunch of panicf() in SD driverRafaël Carré1-20/+23
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken8-5/+18
2010-08-27change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer2-5/+9
2010-08-27close file when cached font load failsFred Bauer1-0/+4
2010-08-27limit font_cache preloading to cache capacityFred Bauer1-1/+1
2010-08-27Fix checkwps.Thomas Martitz1-2/+2