summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire/mpio/hd200
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Fix more warnings.Solomon Peachy1-1/+5
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-2/+2
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-8/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-1/+1
2011-06-17Coldfire: Fix the modification of IMR. Interrupts must be masked at the core ...Michael Sevakis1-1/+1
2011-05-08Fix tabs in .c and .h files in firmware/ Bertrik Sikken2-8/+8
2010-11-12MPIO: move files a bit in preparation for HD300 portMarcin Bukat8-597/+68
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat1-6/+6
2010-10-22Set svn propertiesbootloader_mpiohd200_v1Marcin Bukat11-11/+11
2010-10-22MPIO HD200 - squash long standing bug in bootloader which prevented booting O...Marcin Bukat1-0/+3
2010-08-08HD200 - Use DMA transfers in lcd_update() and lcd_update_rect(). Gives 12-26%...Marcin Bukat1-16/+86
2010-07-17HD200: Add timeout in usb_enable(false) to prevent infinite loop when somethi...Marcin Bukat1-1/+6
2010-07-16HD200: Change move.w -> move.b in lcd-as-hd200.S when doing transfers to lcd ...Marcin Bukat1-21/+21
2010-07-16MPIO HD200 grey blitting: Use line reads for the pixel values as well. Almost...Jens Arnold1-24/+56
2010-07-08HD200 - calibrate battery indicator based on measurements and battery_benchesMarcin Bukat1-5/+4
2010-07-07HD200 - fix misleading comment in system-hd200.cMarcin Bukat1-18/+18
2010-07-06HD200 - turn off charging IC by defaultMarcin Bukat1-1/+1
2010-07-06HD200 - Fix GPIO setup in button_init_device()- this change fixes sound outpu...Marcin Bukat1-7/+6
2010-07-06HD200 - more work on remote handlingMarcin Bukat1-4/+26
2010-07-03HD200 - Increase ADC clock when boosted. Scan all 4 ADC channels during syste...Marcin Bukat2-5/+5
2010-07-03HD200 - add support for remote in button_read_device()Marcin Bukat1-6/+54
2010-06-15HD200 - use line transfers in lcd_grey_data. This gives ~25% speedup.Marcin Bukat1-7/+77
2010-06-14HD200 - make USB bridge handling more correctMarcin Bukat1-13/+5
2010-06-11Port greylib blitting optimisation to MPIO HD200. ISR speedup is ~10%; furthe...Jens Arnold1-40/+31
2010-06-11HD200 - clean up usb related functionsMarcin Bukat1-10/+6
2010-06-11HD200 - power_init() rework based on latest power consumption measurementsMarcin Bukat1-24/+41
2010-06-11HD200 - small cleanup in button_init_device()Marcin Bukat1-3/+3
2010-06-08HD200 - fix lcd power save command (not used currently)Marcin Bukat1-2/+8
2010-05-20fix commentsMarcin Bukat1-2/+2
2010-05-20HD200 - increase sligtly wait states for lcd. This removes clicks in playback...Marcin Bukat1-2/+2
2010-05-20HD200 - fix button readings afrer PLL settings changeMarcin Bukat2-7/+7
2010-05-20HD200 - fix PLL settings. This fixes looong standing bug heavily affecting pe...Marcin Bukat1-4/+6
2010-05-19HD200 - lm339 response time is at best 300 ns so adcclk can not be too highMarcin Bukat1-0/+9
2010-05-18HD200 - change how adc is scanned (inspired by amiconn)Marcin Bukat2-22/+21
2010-05-17HD200 - decrease wait states for lcd when boostedMarcin Bukat1-1/+1
2010-05-17HD200 minor lcd asm routines adjustmentsMarcin Bukat1-5/+5
2010-05-10HD200 - Remove checks if driver is initialized. lcd_init_device() is always c...Marcin Bukat1-71/+49
2010-05-10HD200 - Reduce wait states when writing to lcd.Marcin Bukat1-2/+2
2010-05-06HD200 - fix stupid bug in lcd_grey_dataMarcin Bukat1-1/+0
2010-05-04HD200 - fix random partition corruption on USB unplug (hopefully)Marcin Bukat1-2/+3
2010-05-04HD200 - move adc channel variable to iram as it is used in ISRMarcin Bukat1-1/+1
2010-05-04HD200 - fix backlight flashes during startupMarcin Bukat1-1/+4
2010-04-30HD200 - implement blit functionsMarcin Bukat2-19/+117
2010-04-30HD200 - small fix in backlight codeMarcin Bukat1-1/+6
2010-04-30HD200 - remove moving average filtering of ADC readoutsMarcin Bukat1-12/+1
2010-04-26Add MPIO HD200 port - new filesMarcin Bukat11-0/+1091