summaryrefslogtreecommitdiff
path: root/firmware/target/arm/olympus (follow)
Commit message (Expand)AuthorAge
* Fix red/yellowMarcin Bukat2015-01-12
* Get rid of stupid _backlight_* function namesMarcin Bukat2015-01-12
* Fix some more straggling stuffMichael Sevakis2014-08-08
* Combine PortalPlayer .lds files into one for app and boot.Michael Sevakis2013-07-19
* Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.Michael Sevakis2012-05-01
* Increase mr100 remote lcd thread stack (fixes FS#12640)Frank Gevaerts2012-04-11
* Fix build errors and warningsJonathan Gordon2012-02-28
* lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon2012-02-28
* button-target.h : move prototypes to button.hRafaël Carré2012-01-08
* lcd-remote-target.h: Use only in firmware/target/Rafaël Carré2012-01-07
* move _remote_backlight_* to common headerRafaël Carré2012-01-07
* remote_detect(): move to lcd-remote.hRafaël Carré2012-01-07
* move lcd remote common declarations to lcd-remote.hRafaël Carré2012-01-07
* lcd-remote-target.h: remove more duplicatesRafaël Carré2012-01-07
* lcd-remote-target.h: remove duplicate declarationsRafaël Carré2012-01-07
* Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2012-01-03
* Fix path to PP crt0Rafaël Carré2012-01-03
* Make more local functions static.Boris Gjenero2011-12-21
* Add KEEP() around vectors in linker scripts.Boris Gjenero2011-12-18
* FS#12397 : On targets which load .data directly into its final location and l...Boris Gjenero2011-11-22
* Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis2011-03-02
* */app.lds: remove STUBOFFSETRafaël Carré2010-09-20
* FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré2010-06-11
* Port the greylib blitting optimisation to m:robe 100. It's even more efficien...Jens Arnold2010-05-31
* Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...Thomas Martitz2010-03-08
* Fix remaining reds. I forgot to change the app.lds of the other PP targets (i...Thomas Martitz2010-03-03
* Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode2009-11-03
* mrobe100: power off HDD (courtesy of lowlight) ~2h extra playtime Robert Kukla2009-08-14
* initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla2009-07-26
* ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold2009-07-11
* Clean up the Synaptics touchpad driver.Mark Arigo2009-06-19
* Remove unnecessary #include "adc.h"Bertrik Sikken2009-04-25
* Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis2009-02-20
* Backlight brightness and button lights for the Philips HDD1630Mark Arigo2009-02-18
* Move the PP5020 ADC defines to the c-file instead of repeating them across th...Mark Arigo2009-01-27
* Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis2008-12-24
* Working touchpad for the Philips HDD1630 using the Synaptics driver. Like the...Mark Arigo2008-12-19
* Move the Synaptics touchpad driver for the m:robe 100 to a common place. It w...Mark Arigo2008-12-17
* Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis2008-12-03
* Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...Jens Arnold2008-11-07
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* make mrobe100 touchstrip driver less sensitive by checking for the finger bit...Dominik Wenger2008-06-27
* Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis2008-06-03
* Make the H10 bootloader work again. Also fix the same problem that might be a...Barry Wardell2008-05-04
* Make the linker complain if the bootloader isn't going to fit into IRAM on PP...Barry Wardell2008-05-01
* Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2008-04-29
* m:robe 100 - backlight PWM fadingRobert Kukla2008-04-25
* move some data around to place qh_array at the start of iram. This saves up t...Frank Gevaerts2008-04-20
* m:robe 100 - enable setting for buttonlight brightnessRobert Kukla2008-04-15
* Make the greyscale library work on the m:robe 100. Testing on target done by ...Jens Arnold2008-04-07