summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320
AgeCommit message (Expand)Author
2017-10-26Unify storage threads into oneMichael Sevakis
2017-08-16Fix stupid omissionFranklin Wei
2017-08-16Remove mutex_* calls from the MR:500 SPI driverFranklin Wei
2017-03-12Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis
2016-05-25Sansa Connect: change bootloader linker fileTomasz Moń
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis
2014-01-05Add missing kernel.h includes (hopefully all of them), take #2.Thomas Martitz
2014-01-05Add missing kernel.h includes (hopefully all of them).Thomas Martitz
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis
2013-04-15Still at it for 0c7b787. Might be done now.Michael Sevakis
2012-05-07remove debug-target.hRafaël Carré
2012-04-06fix tms320dm320 crt0.SMarcin Bukat
2012-04-06arm: factor all exception handlers out of the crt0.S filesAmaury Pouly
2012-03-19mrobe500: fix warrnig in bootloaderMarcin Bukat
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis
2012-02-28Fix build errors and warningsJonathan Gordon
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon
2012-01-08adc-target.h: cleanupRafaël Carré
2012-01-08button-target.h : move prototypes to button.hRafaël Carré
2012-01-07Clean spi.h and spi-target.hRafaël Carré
2012-01-07lcd_remote_powersave: unusedRafaël Carré
2012-01-07mr500: move remote button reading code to buttom-mr500.cRafaël Carré
2012-01-07move _remote_backlight_* to common headerRafaël Carré
2012-01-07remote_detect(): move to lcd-remote.hRafaël Carré
2012-01-07move lcd remote common declarations to lcd-remote.hRafaël Carré
2012-01-07lcd-remote-target.h: remove more duplicatesRafaël Carré
2012-01-07lcd-remote-target.h: remove duplicate declarationsRafaël Carré
2012-01-04dbg_hw_info(): remove duplicate prototypesRafaël Carré
2012-01-04dbg_ports(): remove duplicate prototypeRafaël Carré
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz
2011-12-31usb-target.h: removeRafaël Carré
2011-12-31creative zvm isp1583 defines: move to isp1583.hRafaël Carré
2011-12-31usb_drv_connected() is declared in usb_drv.hRafaël Carré
2011-12-31move usb_pin_init() declaration to PP's system-target.hRafaël Carré
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré
2011-12-26Sansa Connect: Set unknown GIOs to state with lowest power consumption. This ...Tomasz Moń
2011-12-24TMS320DM320: Add generic I/O debug window for targets other than mrobe 500.Tomasz Moń
2011-12-22TMS320DM320: Disable CLOCKOUT signal to save some power.Tomasz Moń
2011-12-22Sansa Connect: Significantly decrease MIN_YIELD_PERIOD in sdmmc driver.Tomasz Moń
2011-12-21TMS320DM320: Ensure udelay() will not end before specified amount of time.Tomasz Moń
2011-12-21TMS320DM320: Check for TIMER1 bit in udelay().Tomasz Moń
2011-12-21TMS320DM320: Prevent lockup in udelay() when this function is called with int...Tomasz Moń
2011-12-21Sansa Connect: Put DAC (needed for analog video output) in Powerdown mode.Tomasz Moń
2011-12-21Fix comment in sdmmc to reflect what it really means.Tomasz Moń
2011-12-21Sansa Connect: Don't enable DAC clock as it's not necessary.Tomasz Moń
2011-12-21Sansa Connect: Add udelay() in sdmmc card initialization to prevent dead locks.Tomasz Moń
2011-12-20Sansa Connect: use udelay() in AVR spi_txrx().Tomasz Moń
2011-12-20TMS320DM320: Use TIMER1 (tick generator) to make udelay() precise.Tomasz Moń
2011-12-20Sansa Connect: Disable EMIF clock after booting main binary. Raise the thresh...Tomasz Moń