summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc780x (follow)
Commit message (Expand)AuthorAge
* Fix red/yellowMarcin Bukat2015-01-12
* Get rid of stupid _backlight_* function namesMarcin Bukat2015-01-12
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Fix various reds. Some includes needed fixup.Thomas Martitz2014-03-03
* Add missing kernel.h includes (hopefully all of them).Thomas Martitz2014-01-05
* Cleanup MV/MD macros a little.Michael Sevakis2013-08-17
* remove debug-target.hRafaël Carré2012-05-07
* arm: factor all exception handlers out of the crt0.S filesAmaury Pouly2012-04-06
* button-target.h : move prototypes to button.hRafaël Carré2012-01-08
* cowond2's power-target.h -> rename in pmu-target.hRafaël Carré2012-01-07
* dbg_hw_info(): remove duplicate prototypesRafaël Carré2012-01-04
* dbg_ports(): remove duplicate prototypeRafaël Carré2012-01-04
* Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2012-01-03
* Add KEEP() around vectors in linker scripts.Boris Gjenero2011-12-18
* Do some things to make -ffunction-sections work better.Michael Sevakis2011-12-17
* Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis2011-12-16
* FS#12397 : On targets which load .data directly into its final location and l...Boris Gjenero2011-11-22
* Commit FS#12352 by Stanislav Chizhik. Add support for the PCF50635. Enable...Michael Giacomelli2011-11-15
* Switch to SYS mode on arm FS#12322 by meMarcin Bukat2011-10-11
* Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat2011-06-05
* Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis2011-01-18
* move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat2010-11-06
* */app.lds: remove STUBOFFSETRafaël Carré2010-09-20
* firmware/ : use lcd_putsf() (only in debug code)Rafaël Carré2010-08-28
* Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz2010-08-12
* Various minor cleanups for cowon d2Bertrik Sikken2010-08-01
* D2: Fix another timing loop that broke when we switched to the EABI compiler,...Rob Purchase2010-07-11
* change the D2 bootloader to boot rockbox by default. boot OF is hold is on or...Jonathan Gordon2010-06-21
* cowond2: make the code consistent with the comments and really clear the bitsRafaël Carré2010-06-13
* Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts2010-06-06
* remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts2010-06-05
* Enable IRAM on TCC7801 (Cowon D2) for a 6-12% speedup in codecs that use it, ...Rob Purchase2010-05-31
* Fix some more snprintf related warnings.Thomas Martitz2010-05-06
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...Thomas Martitz2010-03-08
* ARM: lr addresses the next instruction after the failing one in undefined ins...Rafaël Carré2010-01-24
* Remove unused card_detect(), and make card_detect_target() static inline in e...Thomas Martitz2009-11-26
* Remove svn:executable from firmwareMichael Chicoine2009-10-31
* Make the TCC78x HW debug screen yield by including a button wait timeout.Rob Purchase2009-10-29
* Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2009-10-20
* D2: Remove the hardcoded driver-level touchscreen calibration, since it's don...Rob Purchase2009-10-20
* Cleanup and expand D2 charger detection (not yet implemented for D2+).Rob Purchase2009-10-20
* Fix logic error in D2+ touchscreen driver.Rob Purchase2009-10-16
* Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou...Rob Purchase2009-10-15
* D2: Don't read touchscreen co-ordinates when hold is enabled.Rob Purchase2009-10-10
* Initial support for runtime detection of the PMU used in newer D2+ models (PC...Rob Purchase2009-10-10
* Remove an unused #defineRob Purchase2009-10-08
* D2: Use a common function for reading ADC values from the PMURob Purchase2009-10-08
* Improved Cowon D2 touchscreen driver.Rob Purchase2009-09-26
* D2: Obey the SD card write-protect tabRob Purchase2009-09-01