Age | Commit message (Expand) | Author |
2011-06-05 | Move dbg_hw_info() into target tree. FS#11735 by me | Marcin Bukat |
2011-01-18 | Try to get some control over #ifdef hell in usb.c by refactoring and inline f... | Michael Sevakis |
2010-11-06 | move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me. | Marcin Bukat |
2010-09-20 | */app.lds: remove STUBOFFSET | Rafaël Carré |
2010-08-28 | firmware/ : use lcd_putsf() (only in debug code) | Rafaël Carré |
2010-08-12 | Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and... | Thomas Martitz |
2010-08-01 | Various minor cleanups for cowon d2 | Bertrik Sikken |
2010-07-11 | D2: Fix another timing loop that broke when we switched to the EABI compiler,... | Rob Purchase |
2010-06-21 | change the D2 bootloader to boot rockbox by default. boot OF is hold is on or... | Jonathan Gordon |
2010-06-13 | cowond2: make the code consistent with the comments and really clear the bits | Rafaël Carré |
2010-06-06 | Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni... | Frank Gevaerts |
2010-06-05 | remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots... | Frank Gevaerts |
2010-05-31 | Enable IRAM on TCC7801 (Cowon D2) for a 6-12% speedup in codecs that use it, ... | Rob Purchase |
2010-05-06 | Fix some more snprintf related warnings. | Thomas Martitz |
2010-05-06 | Move c/h files implementing/defining standard library stuff into a new libc d... | 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é |
2009-11-26 | Remove unused card_detect(), and make card_detect_target() static inline in e... | Thomas Martitz |
2009-10-31 | Remove svn:executable from firmware | Michael Chicoine |
2009-10-29 | Make the TCC78x HW debug screen yield by including a button wait timeout. | Rob Purchase |
2009-10-20 | Convert lcd_activation callbacks to use the event system to allow for multipl... | Thomas Martitz |
2009-10-20 | D2: Remove the hardcoded driver-level touchscreen calibration, since it's don... | Rob Purchase |
2009-10-20 | Cleanup and expand D2 charger detection (not yet implemented for D2+). | Rob Purchase |
2009-10-16 | Fix logic error in D2+ touchscreen driver. | Rob Purchase |
2009-10-15 | Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou... | Rob Purchase |
2009-10-10 | D2: Don't read touchscreen co-ordinates when hold is enabled. | Rob Purchase |
2009-10-10 | Initial support for runtime detection of the PMU used in newer D2+ models (PC... | Rob Purchase |
2009-10-08 | Remove an unused #define | Rob Purchase |
2009-10-08 | D2: Use a common function for reading ADC values from the PMU | Rob Purchase |
2009-09-26 | Improved Cowon D2 touchscreen driver. | Rob Purchase |
2009-09-01 | D2: Obey the SD card write-protect tab | Rob Purchase |
2009-09-01 | D2: Enable ARM cache coherency functions (eg. during codec load), which shoul... | Rob Purchase |
2009-08-19 | fix red | Nils Wallménius |
2009-08-14 | Hopefully get all of the touchscreen drivers to act the same so release event... | Karl Kurbjun |
2009-07-26 | Re-work D2 power off behaviour. | Rob Purchase |
2009-07-25 | D2: Fix the POWER button check after an exception/panic. Make this power the ... | Rob Purchase |
2009-07-22 | D2: Notify the backlight driver when the HOLD button is toggled. Fixes FS#10451. | Rob Purchase |
2009-07-20 | Make sd_present() and mmc_present() look only at the actual presence of a car... | Frank Gevaerts |
2009-07-19 | D2: A working read/write SD(HC) driver, based on the PP equivalent. See Cowon... | Rob Purchase |
2009-07-10 | D2: Remove unnecessary ide_power functions. | Rob Purchase |
2009-07-10 | D2: Update the battery discharge curve to observed values, and add a crude ru... | Rob Purchase |
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-06-24 | TCC78x: Enable interrupts/threading in the bootloader (required now that the ... | Rob Purchase |
2009-03-30 | TCC78x: Implement the user timer, rework some of the timer register #defines,... | Rob Purchase |
2009-03-24 | D2: Slightly reduce the number of incorrect touchscreen presses by busy-waiti... | Rob Purchase |
2009-03-21 | D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by... | Rob Purchase |