summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2005-01-24TABs removedJens Arnold
2005-01-24Some more gmini hw supportJean-Philippe Bernardy
2005-01-23int -> long where neededJean-Philippe Bernardy
2005-01-23int -> long where neededJean-Philippe Bernardy
2005-01-23Support for %l* plus __attribute__ printf supportJean-Philippe Bernardy
2005-01-23Gmini has software poweroff.Jens Arnold
2005-01-23(1) Remapped BUTTON_CANCEL->BUTTON_OFF for gmini better representing its func...Jens Arnold
2005-01-22Forgot to commit removal of string.c when reviving memcpy.c and memset.cJens Arnold
2005-01-22long policyJean-Philippe Bernardy
2005-01-22simplification and better integration of the gmini portJean-Philippe Bernardy
2005-01-22long policyJean-Philippe Bernardy
2005-01-22Assembler optimized strlen() for SH1, both smaller & faster. Moved strlen() i...Jens Arnold
2005-01-21Revived C implementations of memcpy() and memset() for platforms without asm ...Jens Arnold
2005-01-21more MMIO supportJean-Philippe Bernardy
2005-01-21Removed double definition of CONFIG_LCD.Jens Arnold
2005-01-20Factored out some macrosJean-Philippe Bernardy
2005-01-20Support for gmini ATA interfaceJean-Philippe Bernardy
2005-01-20fixed indentationJean-Philippe Bernardy
2005-01-20Support for gmini100 series LCDJean-Philippe Bernardy
2005-01-17The current lcd_bitmap() implementation is safe for enabling partial font hei...Jens Arnold
2005-01-17iRiver fix: The larger LCD_HEIGHT needs larger area fill bitmaps.Jens Arnold
2005-01-12Rombox now properly uses all available DRAM for 8 MB builds.Jens Arnold
2005-01-12New channel configuration setting, allowing fine-grained control of the stere...Jens Arnold
2005-01-10Jean-Philippe Bernardy: minor correctionDaniel Stenberg
2005-01-10Now define the exact LCD controller in use.Daniel Stenberg
2005-01-10Jean-Philippe Bernardy: TCC730 adjustmentsDaniel Stenberg
2005-01-10Jean-Philippe Bernardy: fixed to use long for 32 bit valuesDaniel Stenberg
2005-01-10gmini adjustments, with a new CONFIG_LCD setup being preparedDaniel Stenberg
2005-01-10Jean-Philippe Bernardy: gmini100 keypad supportDaniel Stenberg
2005-01-10Jean-Philippe Bernardy: removed bad emu_debugf() callDaniel Stenberg
2005-01-10Jean-Philippe Bernardy: gmini supportDaniel Stenberg
2005-01-10Jean-Philippe Bernardy: C versions of memset() and memcpy() for archs withDaniel Stenberg
2005-01-10Reverted latest change due to compiler warning. led() doesn't do anythingDaniel Stenberg
2005-01-09don't include the types, we use plain C variable typesDaniel Stenberg
2005-01-09Jean-Philippe Bernardy: ADC support for TCC730Daniel Stenberg
2005-01-09Jean-Philippe Bernardy: only flash with LED if there is a led available!Daniel Stenberg
2005-01-09Jean-Philippe Bernardy: ported to gmini120Daniel Stenberg
2005-01-09Jean-Philippe Bernardy: TCC730 support addedDaniel Stenberg
2005-01-09Jean-Philippe Bernardy: gmini keypad addedDaniel Stenberg
2005-01-09Jean-Philippe Bernardy: calmrisc header file (gmini work)Daniel Stenberg
2005-01-09Use the register shadow variable in all places.Jens Arnold
2005-01-05Fixed some warnings.Jens Arnold
2005-01-05unmount function in preparation for MMC hotswap, more mutexingJörg Hohensohn
2005-01-04Multivolume: prevent file rename attempts across volumes.Jens Arnold
2005-01-04modify fat cache entries atomic, this was potentially unsafeJörg Hohensohn
2005-01-04Early and basic gmini 120 config. Needs attention and corrections.Daniel Stenberg
2005-01-03select the card within the mutex, seems more safeJörg Hohensohn
2005-01-03using a pointer instead of array dereferencing saves ~250 bytesJörg Hohensohn
2005-01-03Correct handling of FAT16 root directory when it does not start on a pseudo c...Jens Arnold
2005-01-01finally: multivolume for Ondio officially enabled (use MMC and internal 128MB...Jörg Hohensohn