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