summaryrefslogtreecommitdiff
path: root/firmware/target/mips (follow)
Commit message (Expand)AuthorAge
* usb_drv_connected() is declared in usb_drv.hRafaël Carré2011-12-31
* move usb_pin_init() declaration to PP's system-target.hRafaël Carré2011-12-31
* usb_init_device(): move prototype to usb.hRafaël Carré2011-12-31
* Fix red.Boris Gjenero2011-12-21
* Add missing includes found using -Wmissing-declarations.Boris Gjenero2011-12-21
* Add KEEP() around vectors in linker scripts.Boris Gjenero2011-12-18
* Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis2011-12-17
* thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...Michael Sevakis2011-12-10
* Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero2011-12-09
* Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis2011-09-01
* Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis2011-06-29
* Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat2011-06-05
* Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis2011-03-02
* Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann2011-02-02
* Fix red: defined(x || y) is not valid C preprocessorMaurus Cuelenaere2011-01-21
* Fix Onda VX747+ LCD not working on bootMaurus Cuelenaere2011-01-21
* Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis2011-01-18
* Fix Onda VX777 LCD not working on bootMaurus Cuelenaere2011-01-18
* Onda VX767: get some facts about the state of the current LCD driver straightMaurus Cuelenaere2010-11-11
* move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat2010-11-06
* */app.lds: remove STUBOFFSETRafaël Carré2010-09-20
* Also rename cpucache_invalidate() function for mips. There's more in the targ...Thomas Martitz2010-09-09
* jz4740 debug: use lcd_putsf() instead of redefining itRafaël Carré2010-08-28
* mips is predefined by gcc, but we want it for paths. Don't let others fall in...Thomas Martitz2010-08-24
* Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz2010-08-12
* Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...Nils Wallménius2010-07-15
* Properly fix warning by copying the swap16 and swap32 inline functions from s...Nils Wallménius2010-07-15
* Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts2010-06-06
* remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts2010-06-05
* Threading: Split processor support code into respective target files. C files...Michael Sevakis2010-06-02
* Cleanup r26253 red and yellow.Michael Sevakis2010-05-24
* Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis2010-05-24
* ata: do some threading-related corrections (some sync related where it matter...Michael Sevakis2010-05-21
* Hopefully finish off the red from r26051.Michael Sevakis2010-05-15
* PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis2010-05-12
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Ingenic Jz4740: Use lcd_putsf() instead of lcd_puts() in exception handlerMaurus Cuelenaere2010-05-06
* Ingenic Jz4740: eliminate EP0 state machine + small cleanupsMaurus Cuelenaere2010-05-03
* Ingenic Jz4740: cleanup USB driver a bit (no externally visible functional ch...Maurus Cuelenaere2010-05-03
* Remove pcm_mute() which has been unused since r19308Rafaël Carré2010-04-27
* Onda VX747/VX777: only enable SD clock when transferring dataMaurus Cuelenaere2010-01-03
* Onda VX747/VX777: fix not closing I²C all timesMaurus Cuelenaere2010-01-03
* Onda VX747/VX777: update battery charge cycleMaurus Cuelenaere2010-01-03
* Onda VX747/VX777: cleanup linker files a bitMaurus Cuelenaere2010-01-03
* Onda VX747/VX777: centralise LCD clock en-/disabling.Maurus Cuelenaere2010-01-03
* Onda VX747/VX777: disable LCD when backlight is off (saves power)Maurus Cuelenaere2010-01-03
* Onda VX747: fix USB charging detectionMaurus Cuelenaere2010-01-03
* Onda VX747/VX777: fix FM radioMaurus Cuelenaere2009-12-18
* Onda VX747(+)/VX777: update battery discharge curveMaurus Cuelenaere2009-12-08
* Ingenic Jz4740: fix CPU boosting (was reversed)Maurus Cuelenaere2009-12-05