summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/tcc77x
AgeCommit message (Expand)AuthorFilesLines
2021-04-26Nuke all TCC77x targets: iAudio 7, Sansa C100, M200(v1-3), Logik DAXSolomon Peachy40-3267/+0
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat4-12/+12
2012-05-07remove debug-target.hRafaël Carré2-1/+0
2012-04-06arm: factor all exception handlers out of the crt0.S filesAmaury Pouly1-29/+0
2012-02-29Fix bugs in lcd drivers after b37e6bcAndrew Ryabinin1-1/+1
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon2-2/+2
2012-01-08button-target.h : move prototypes to button.hRafaël Carré4-36/+0
2012-01-04dbg_hw_info(): remove duplicate prototypesRafaël Carré1-23/+0
2012-01-04dbg_ports(): remove duplicate prototypeRafaël Carré1-1/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2-2/+2
2011-10-11Switch to SYS mode on arm FS#12322 by meMarcin Bukat1-11/+12
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat2-2/+2
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann1-1/+1
2010-11-06move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat2-2/+2
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-7/+1
2010-08-28firmware/ : use lcd_putsf() (only in debug code)Rafaël Carré1-13/+6
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken5-1/+6
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2-2/+0
2010-03-08Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...Thomas Martitz1-2/+2
2010-02-07Remove tabsAndree Buschmann1-3/+3
2010-01-24ARM: lr addresses the next instruction after the failing one in undefined ins...Rafaël Carré1-1/+1
2010-01-03Fix tabsAndree Buschmann3-10/+10
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-09-18i7: _backlight_init() turn backlight on, as we can miss panic messageVitja Makarov1-0/+2
2009-09-18tcc77x: add tcc77x_cscfg_bw() helper for external memory bus width setupVitja Makarov2-1/+14
2009-09-17i7: Fix memory bus initialization, thanks to Genia Bezman!Vitja Makarov1-1/+1
2009-09-04iaudio7: Implement udelay, mostly based on D2 port, except Z-clock initializa...Vitja Makarov2-0/+17
2009-09-02i7: Notify the backlight driver when the HOLD button is toggled, same as D2Vitja Makarov1-0/+12
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-29Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré2-9/+8
2009-06-01c100: Get a regular build compiling. Very little functionality.Marc Guay1-73/+10
2009-05-27Set up the c100 for dual-booting.Marc Guay1-2/+2
2009-05-25Improve the c100 keymap and button names.Marc Guay2-17/+18
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken1-1/+0
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2009-01-08Replace some nasty hard-coded offsets with labelsDave Chapman1-4/+5
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-0/+5
2008-12-26i7: set low-battery values and enable shutdown on low-batteryVitja Makarov1-2/+2
2008-12-21iaudio7: add battery voltage monitoringVitja Makarov2-3/+87
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis4-73/+3
2008-11-30Move tcc77x/usb-tcc77x.c to usb-tcc.c as it is more general than just tcc77x ...Frank Gevaerts1-799/+0
2008-11-26Get rid of remaining audiohw_enable_output style codec setup and use pre/post...Michael Sevakis3-15/+0
2008-10-27Strange little kernel optimization to ease targeting the timer tick and to li...Michael Sevakis1-13/+1
2008-10-20Using polling instead of interrupts make TX work better, storage worked, but ...Vitja Makarov1-29/+48
2008-10-19Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently u...Dave Chapman1-256/+0
2008-10-14telechips usb: not ready for use but, something is working, needs improvement.Vitja Makarov2-4/+740
2008-09-22Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik ...Dave Chapman3-15/+88
2008-09-19Fix ata2501 serial readingVitja Makarov1-27/+14
2008-09-16Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour o...Rob Purchase4-3/+21