summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pnx0101 (follow)
Commit message (Expand)AuthorAge
* Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis2017-03-12
* Get rid of stupid _backlight_* function namesMarcin Bukat2015-01-12
* Remove data_abort_handler from ARM crt0 files.Boris Gjenero2013-05-24
* Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis2013-04-15
* remove debug-target.hRafaël Carré2012-05-07
* Revise the PCM callback system after adding multichannel audio.Michael Sevakis2012-03-03
* 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
* pnx0101: debug-target.h content is not usedRafaël Carré2012-01-04
* dbg_ports(): remove duplicate prototypeRafaël Carré2012-01-04
* Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2012-01-03
* usb-target.h: removeRafaël Carré2011-12-31
* usb_init_device(): move prototype to usb.hRafaël Carré2011-12-31
* 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
* Switch to SYS mode on arm FS#12322 by meMarcin Bukat2011-10-11
* 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_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat2010-11-06
* Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis2010-05-24
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* ARM: lr addresses the next instruction after the failing one in undefined ins...Rafaël Carré2010-01-24
* Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré2009-06-29
* Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré2009-06-29
* Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré2009-06-29
* Move SH7034 timer code in the target treeRafaël Carré2009-06-29
* Move PNX0101 timer code in the target treeRafaël Carré2009-06-29
* Fix duplicate #includesBertrik Sikken2009-05-17
* Remove unnecessary #include "adc.h"Bertrik Sikken2009-04-25
* Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis2009-01-08
* Argh. Being stupid. Missed one. Nap time.Michael Sevakis2008-12-12
* Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...Michael Sevakis2008-12-12
* Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis2008-12-12
* Move kernel tick initialization and handling to the target tree for ones rema...Michael Sevakis2008-10-29
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Remove wrong usage of '.global'. These symbols are imported, not exported.Jens Arnold2008-04-29
* Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2008-04-29
* explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla2008-04-07
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold2008-03-24
* Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun2008-03-13
* Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold2007-11-12
* Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis2007-10-06
* PNX0101: new register names and polishing support for Clock Generation UnitTomasz Malesinski2007-09-20
* Accept FS#7765 by Catalin Patulea, fixes an incorrect struct definitionNils Wallménius2007-09-13
* Accept patch in FS#7751 by Catalin Patulea, move ifp port specific pcm code t...Nils Wallménius2007-09-11
* FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman2007-09-04
* First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold2007-08-17
* Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold2007-08-14
* Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis2007-07-14