freemyipod r2 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r1‎ | r2 | r3 >
Date:21:33, 26 July 2010
Author:theseven
Status:new
Tags:
Comment:
emBIOS: Initial commit. LCD console works on Nano2G so far.
Modified paths:
  • /embios/trunk (modified) (history)
  • /embios/trunk/Makefile (added) (history)
  • /embios/trunk/SOURCES (added) (history)
  • /embios/trunk/arm-support.S (added) (history)
  • /embios/trunk/console.c (added) (history)
  • /embios/trunk/console.h (added) (history)
  • /embios/trunk/drawing.S (added) (history)
  • /embios/trunk/drawing.h (added) (history)
  • /embios/trunk/fat32.c (added) (history)
  • /embios/trunk/fat32.h (added) (history)
  • /embios/trunk/format.c (added) (history)
  • /embios/trunk/format.h (added) (history)
  • /embios/trunk/global.h (added) (history)
  • /embios/trunk/init.c (added) (history)
  • /embios/trunk/lcdconsole.c (added) (history)
  • /embios/trunk/lcdconsole.h (added) (history)
  • /embios/trunk/main.c (added) (history)
  • /embios/trunk/panic.c (added) (history)
  • /embios/trunk/panic.h (added) (history)
  • /embios/trunk/snprintf.c (added) (history)
  • /embios/trunk/snprintf.h (added) (history)
  • /embios/trunk/strlen.c (added) (history)
  • /embios/trunk/target (added) (history)
  • /embios/trunk/target/ipodnano2g (added) (history)
  • /embios/trunk/target/ipodnano2g/aes.c (added) (history)
  • /embios/trunk/target/ipodnano2g/aes.h (added) (history)
  • /embios/trunk/target/ipodnano2g/config.h (added) (history)
  • /embios/trunk/target/ipodnano2g/crt0.S (added) (history)
  • /embios/trunk/target/ipodnano2g/hash.c (added) (history)
  • /embios/trunk/target/ipodnano2g/hash.h (added) (history)
  • /embios/trunk/target/ipodnano2g/i2c.S (added) (history)
  • /embios/trunk/target/ipodnano2g/i2c.h (added) (history)
  • /embios/trunk/target/ipodnano2g/lcd.S (added) (history)
  • /embios/trunk/target/ipodnano2g/lcd.h (added) (history)
  • /embios/trunk/target/ipodnano2g/ls.x (added) (history)
  • /embios/trunk/target/ipodnano2g/mmu.c (added) (history)
  • /embios/trunk/target/ipodnano2g/mmu.h (added) (history)
  • /embios/trunk/target/ipodnano2g/nand.c (added) (history)
  • /embios/trunk/target/ipodnano2g/nand.h (added) (history)
  • /embios/trunk/target/ipodnano2g/s5l8701.h (added) (history)
  • /embios/trunk/target/ipodnano2g/storage.c (added) (history)
  • /embios/trunk/target/ipodnano2g/storage.h (added) (history)
  • /embios/trunk/target/ipodnano2g/target.h (added) (history)
  • /embios/trunk/target/ipodnano2g/timer.h (added) (history)
  • /embios/trunk/ucl.S (added) (history)
  • /embios/trunk/ucl.h (added) (history)
  • /embios/trunk/util.c (added) (history)
  • /embios/trunk/util.h (added) (history)