Age | Commit message (Expand) | Author |
2010-05-24 | Make PCM->driver interface about as simple as it will get. Registered callbac... | Michael Sevakis |
2010-05-15 | vuprintf does not belong in stdio.h, causes problems with other versions of s... | Jeffrey Goode |
2010-05-11 | Gigabeat F/X: Let us clear up confusion about just what the core frequency is... | Michael Sevakis |
2010-05-07 | Remove last traces of sprintf.h | Jeffrey Goode |
2010-05-06 | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz |
2010-04-13 | s3c2440: fix a typo, 4|1 == 5, not 0x41 | Rafaël Carré |
2010-04-13 | s3c2440/system-target.h : CRLF -> LF | Rafaël Carré |
2010-04-07 | Make ATA code not bother to retry requests that return IDNF (specified sector... | Torne Wuff |
2010-03-08 | Make mini2440 compile again. | Thomas Martitz |
2010-03-08 | Use ldr instead of adr, so that it compiles with a newer ld, although setting... | Thomas Martitz |
2010-03-08 | Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss... | Thomas Martitz |
2010-01-24 | ARM: lr addresses the next instruction after the failing one in undefined ins... | Rafaël Carré |
2010-01-04 | Commit FS#10594 - Remove duplicated buttonlight code for Gigabeat F/X. | Karl Kurbjun |
2010-01-03 | Fix tabs | Andree Buschmann |
2009-12-19 | FS#8286 - utilise the buttons on the gigabeat cradle | Robert Kukla |
2009-11-26 | Remove unused card_detect(), and make card_detect_target() static inline in e... | Thomas Martitz |
2009-11-26 | Revert unrelated commit | Thomas Martitz |
2009-11-26 | Redo a hack that precluded entering a folder on an ejected hotswap drive. Use... | Thomas Martitz |
2009-11-25 | Mini2440: Cleanup SD driver a bit, undefine SD_DEBUG for faster transfers, im... | Thomas Martitz |
2009-11-03 | Simplify uart_printf() a bit by using vuprintf(), that also makes removing a ... | Thomas Martitz |
2009-11-03 | Improvements to mini2440 audio; change CPU freq to 406MHz | Bob Cousins |
2009-11-01 | Improvements to mini2440/UDA1341 audio | Bob Cousins |
2009-11-01 | Replace hardcoded constants (fix 32/64MB bug) | Bob Cousins |
2009-11-01 | Fix debug/multidrive build error | Bob Cousins |
2009-10-31 | Replace hard-coded value of memory size | Bob Cousins |
2009-10-31 | make mini2440 bootloader compile again, and remove a few warnings from sd dri... | Dominik Wenger |
2009-10-27 | Initial touchscreen support for mini2440. Based on D2 touchscreen driver | Dominik Wenger |
2009-10-26 | Many more drivers for mini2440. Now the main binary compiles and runs. | Dominik Wenger |
2009-10-26 | Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they... | Thomas Martitz |
2009-10-26 | Color targets: Ported assembler optimised transparent bitmap drawing from Gig... | Jens Arnold |
2009-10-22 | Working Bootloader for mini2440. | Dominik Wenger |
2009-10-20 | Convert lcd_activation callbacks to use the event system to allow for multipl... | Thomas Martitz |
2009-10-19 | Initial mini2440 port. | Dominik Wenger |
2009-10-17 | fix red | Nils Wallménius |
2009-10-17 | Revise r23225 a bit, removing the debug_printf function and implementing more... | Nils Wallménius |
2009-08-19 | fix red | Nils Wallménius |
2009-06-29 | Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.h | Rafaël Carré |
2009-06-29 | Remove the TIMER_* macros and declare target-specific functions in timer.h | Rafaël Carré |
2009-06-29 | Remove int_prio argument from timer_register, and move the only use for it in... | Rafaël Carré |
2009-06-29 | Move SH7034 timer code in the target tree | Rafaël Carré |
2009-06-29 | Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP... | Rafaël Carré |
2009-05-21 | Simplify some redundant boolean expressions | Bertrik Sikken |
2009-05-21 | Remove some unused declarations | Bertrik Sikken |
2009-05-17 | Fix duplicate #includes | Bertrik Sikken |
2009-04-26 | Remove the calls to backlight_lcd_sleep_countdown from target specific code a... | Thomas Martitz |
2009-04-25 | Rename _buttonlight_timeout and use a function call instead of extern'ing but... | Thomas Martitz |
2009-04-21 | Gigabeat FX: Use the bootsplash stored in flash when bootloader is started fr... | Karl Kurbjun |
2009-04-21 | Gigabeat FX: Small comment format change to MMU setup code | Karl Kurbjun |
2009-03-17 | Okay, this should be the last. I'm sorry for the trouble, but now everything ... | Thomas Martitz |
2009-03-17 | One more try: Fix remaining reds and yellows | Thomas Martitz |