summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/tms320dm320/creative-zvm
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat1-4/+4
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis2-10/+10
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-3/+3
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-8/+0
2012-01-07Clean spi.h and spi-target.hRafaël Carré1-1/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-1/+1
2011-12-31usb-target.h: removeRafaël Carré2-1/+0
2011-12-31creative zvm isp1583 defines: move to isp1583.hRafaël Carré1-76/+0
2011-12-31usb_drv_connected() is declared in usb_drv.hRafaël Carré1-3/+0
2011-12-31move usb_pin_init() declaration to PP's system-target.hRafaël Carré1-1/+0
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré1-1/+0
2011-12-16Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis2-66/+20
2011-12-08FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero3-8/+2
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis1-1/+1
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-2/+19
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-0/+1
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis1-7/+7
2011-01-02Fix yellowMichael Sparmann2-0/+2
2011-01-02Fix redMichael Sparmann1-0/+1
2011-01-02Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann2-29/+3
2010-08-28firmware/ : use lcd_putsf() (only in debug code)Rafaël Carré1-7/+3
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz1-1/+1
2010-07-31Various minor clean-ups for Zen VisionBertrik Sikken1-4/+1
2010-06-11ata-creative-zvm: make sure return value is definedRafaël Carré1-3/+3
2010-05-06Fix last sprintf warning.Thomas Martitz1-0/+1
2010-05-06Fix the remaining reds.Thomas Martitz1-0/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-04-07Make ATA code not bother to retry requests that return IDNF (specified sector...Torne Wuff1-0/+1
2010-01-03Fix tabsAndree Buschmann1-2/+2
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-08-20fix yellowNils Wallménius1-1/+2
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts2-10/+10
2009-06-24Fix RedKarl Kurbjun1-3/+3
2009-05-03Fix redKarl Kurbjun1-3/+3
2009-03-17Okay, this should be the last. I'm sorry for the trouble, but now everything ...Thomas Martitz1-1/+1
2009-03-17One more try: Fix remaining reds and yellowsThomas Martitz1-1/+4
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest of...Karl Kurbjun1-2/+2
2009-02-05Fix red and yellowMaurus Cuelenaere1-1/+2
2009-02-05Creative ZVM:Maurus Cuelenaere5-89/+130
2009-01-19Fix up ZVM builds. It appeared to share common definitions with PP502x target...Michael Sevakis1-0/+5
2008-12-12Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...Michael Sevakis1-1/+0
2008-12-12Fix-m the ruddiness.Michael Sevakis1-2/+0
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-26/+7
2008-12-03Fix some red. The stubs in bootloaders are giving some trouble.Michael Sevakis1-0/+2
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-22/+3
2008-11-26Creative ZVM : cosmeticsRafaël Carré8-978/+978
2008-10-07Correct HAS_BUTTON_HOLDMaurus Cuelenaere1-0/+2
2008-09-10Some header file / static function fixes for creative zvmBertrik Sikken2-3/+4
2008-09-08Get rid of static buffer and use buffer_alloc() insteadMaurus Cuelenaere1-3/+13