summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/tms320dm320
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Fix a pile of yellow in the bootloaderSolomon Peachy2-35/+33
2017-10-26Unify storage threads into oneMichael Sevakis1-94/+45
2017-08-16Fix stupid omissionFranklin Wei1-1/+0
2017-08-16Remove mutex_* calls from the MR:500 SPI driverFranklin Wei1-6/+0
2017-03-12Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis1-2/+0
2016-05-25Sansa Connect: change bootloader linker fileTomasz Moń2-7/+14
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat8-30/+30
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-27/+8
2014-01-05Add missing kernel.h includes (hopefully all of them), take #2.Thomas Martitz1-1/+1
2014-01-05Add missing kernel.h includes (hopefully all of them).Thomas Martitz2-1/+3
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis3-12/+12
2013-04-15Still at it for 0c7b787. Might be done now.Michael Sevakis1-10/+0
2012-05-07remove debug-target.hRafaël Carré2-1/+0
2012-04-06fix tms320dm320 crt0.SMarcin Bukat1-13/+13
2012-04-06arm: factor all exception handlers out of the crt0.S filesAmaury Pouly1-45/+0
2012-03-19mrobe500: fix warrnig in bootloaderMarcin Bukat1-1/+2
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis2-10/+6
2012-02-28Fix build errors and warningsJonathan Gordon1-1/+1
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon4-9/+9
2012-01-08adc-target.h: cleanupRafaël Carré2-50/+0
2012-01-08button-target.h : move prototypes to button.hRafaël Carré3-25/+1
2012-01-07Clean spi.h and spi-target.hRafaël Carré5-19/+9
2012-01-07lcd_remote_powersave: unusedRafaël Carré2-1/+2
2012-01-07mr500: move remote button reading code to buttom-mr500.cRafaël Carré3-56/+48
2012-01-07move _remote_backlight_* to common headerRafaël Carré1-8/+0
2012-01-07remote_detect(): move to lcd-remote.hRafaël Carré1-2/+0
2012-01-07move lcd remote common declarations to lcd-remote.hRafaël Carré1-5/+0
2012-01-07lcd-remote-target.h: remove more duplicatesRafaël Carré1-2/+0
2012-01-07lcd-remote-target.h: remove duplicate declarationsRafaël Carré1-2/+0
2012-01-04dbg_hw_info(): remove duplicate prototypesRafaël Carré1-22/+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 Martitz3-3/+3
2011-12-31usb-target.h: removeRafaël Carré3-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é2-33/+0
2011-12-31move usb_pin_init() declaration to PP's system-target.hRafaël Carré2-2/+0
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré2-2/+0
2011-12-26Sansa Connect: Set unknown GIOs to state with lowest power consumption. This ...Tomasz Moń3-4/+17
2011-12-24TMS320DM320: Add generic I/O debug window for targets other than mrobe 500.Tomasz Moń2-12/+170
2011-12-22TMS320DM320: Disable CLOCKOUT signal to save some power.Tomasz Moń2-142/+141
2011-12-22Sansa Connect: Significantly decrease MIN_YIELD_PERIOD in sdmmc driver.Tomasz Moń1-2/+2
2011-12-21TMS320DM320: Ensure udelay() will not end before specified amount of time.Tomasz Moń1-4/+27
2011-12-21TMS320DM320: Check for TIMER1 bit in udelay().Tomasz Moń1-3/+3
2011-12-21TMS320DM320: Prevent lockup in udelay() when this function is called with int...Tomasz Moń1-2/+17
2011-12-21Sansa Connect: Put DAC (needed for analog video output) in Powerdown mode.Tomasz Moń1-3/+4
2011-12-21Fix comment in sdmmc to reflect what it really means.Tomasz Moń1-2/+2
2011-12-21Sansa Connect: Don't enable DAC clock as it's not necessary.Tomasz Moń1-4/+4
2011-12-21Sansa Connect: Add udelay() in sdmmc card initialization to prevent dead locks.Tomasz Moń2-4/+10
2011-12-20Sansa Connect: use udelay() in AVR spi_txrx().Tomasz Moń2-9/+7
2011-12-20TMS320DM320: Use TIMER1 (tick generator) to make udelay() precise.Tomasz Moń1-7/+31