summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/tms320dm320
AgeCommit message (Expand)AuthorFilesLines
2009-08-01M:Robe 500/M66591: Add support for full-speed USB transfers, and fix the UART...Karl Kurbjun1-2/+1
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts2-10/+10
2009-07-08M:Robe 500: fix a bug where the remote LCD was not properly sleepingKarl Kurbjun1-1/+4
2009-07-08M:robe 500 - Set the mask on the remote so that it indicates the battery statusKarl Kurbjun1-8/+22
2009-07-06DM320: Add the same fix from r21647Karl Kurbjun1-1/+2
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré1-27/+0
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré2-16/+3
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-1/+1
2009-06-29Move SH7034 timer code in the target treeRafaël Carré1-1/+1
2009-06-29Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré2-9/+8
2009-06-24Fix some forgotten OR's in some button-target.h filesMaurus Cuelenaere1-2/+2
2009-06-24Fix RedKarl Kurbjun1-3/+3
2009-06-24M:Robe 500: RTC is now working, Added some SPI flexibility per end device and...Karl Kurbjun4-18/+39
2009-06-21Fix more missing mutex_init calls.Bertrik Sikken1-0/+2
2009-06-13M:Robe 500: Fix up 256 color blitting when in portrait mode, fix a mistake in...Karl Kurbjun2-118/+109
2009-06-08M:Robe 500: Add missing file.Karl Kurbjun1-0/+23
2009-06-08Fix Creative ZVM buildKarl Kurbjun1-0/+1
2009-06-08M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets...Karl Kurbjun6-53/+76
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0
2009-05-15M:Robe 500: Commit some minor changes and some keymap changes (short press po...Karl Kurbjun4-66/+5
2009-05-04CONFIG_BACKLIGHT_FADING is always defined, so better ask for BACKLIGHT_NO_FAD...Thomas Martitz1-1/+1
2009-05-04M:Robe 500: Add backlight cleanups and fix power management so that dangerous...Karl Kurbjun2-9/+16
2009-05-03Fix redKarl Kurbjun1-3/+3
2009-05-02M:Robe 500 - Fix some of the Keymaps, touchscreen improvements to decrease in...Karl Kurbjun9-78/+95
2009-04-28M:Robe 500: Fix red, commit missing work, reduce lcd wakeup time.Karl Kurbjun1-3/+2
2009-04-28M:Robe 500: Rearrage TSC2100 reads to make touchscreen more reliable, add hac...Karl Kurbjun9-148/+88
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz1-7/+0
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken2-2/+0
2009-04-21Add second buffer for YUV blitting, progressbar and FPS display in mpegplayer...Karl Kurbjun3-79/+92
2009-04-18M:Robe 500: Move all remote specific code into a common file for reuse on oth...Karl Kurbjun4-54/+78
2009-04-17M:Robe 500: Remove some dead code and cleanup button handlingKarl Kurbjun2-109/+41
2009-04-16M:Robe 500: Add support for hold button on the remote.Karl Kurbjun1-9/+34
2009-04-16M:Robe 500 LCD text scrolling: Fix update corruptionKarl Kurbjun1-22/+20
2009-04-15M:Robe 500 fix the backlight brightness setting.Karl Kurbjun1-5/+13
2009-04-14M:Robe 500 Fix a bug in the UART receive buffer - remote does not appear to s...Karl Kurbjun4-164/+207
2009-04-11Clean up errors and warningKarl Kurbjun2-0/+3
2009-04-11M:Robe 500: Start of proper remote support, touchscreen works without remote ...Karl Kurbjun5-9/+344
2009-04-10M:Robe 500: Remove some dead test code in bootloader, reorganize the bootload...Karl Kurbjun3-44/+77
2009-04-09Fix redKarl Kurbjun1-0/+8
2009-04-09M:Robe 500: More LCD initialization, QVGA (vs. VGA) is now enabled by default...Karl Kurbjun2-73/+225
2009-04-01Add initial support for changing the LCD mode in MPEG player for hardware YUV...Karl Kurbjun1-5/+26
2009-04-01Correct a bit in the app.ldsKarl Kurbjun1-11/+14
2009-04-01M:Robe 500i: More LCD initialization, and beginnings of support for QVGA as w...Karl Kurbjun6-153/+210
2009-03-26Add support for powering down the LCD (saves 50 mA when disabled)Karl Kurbjun2-6/+63
2009-03-25Correct charger detection on M:Robe 500.Karl Kurbjun1-1/+2
2009-03-24More M:Robe 500 work: PCM stopping and pausing roughly works, added some keym...Karl Kurbjun10-114/+188
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-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-1/+1
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2