Subversion Repositories freemyipod

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
99 5678 d 1 h theseven / Make the syscall interface work, add simple hello world app  
95 5678 d 7 h theseven /embios/trunk/ Add support for accessing the boot flash on Nano2G  
91 5678 d 19 h theseven /embios/trunk/ Remove unused main.c file and add target-specific CFLAGS/LDFLAGS  
89 5678 d 19 h theseven /embios/trunk/ Fix Nano2G flash bug and add boot-time application loader  
87 5678 d 22 h theseven /embios/trunk/ Fix Nano4G I2C (with polling for now) and do some cleanup  
85 5678 d 23 h theseven /embios/trunk/ Merge 4g_compat branch. I2C on Nano4G is known broken and the Nano4G LCD console is dog slow. The rest seems to be working fine.  
72 5679 d 22 h theseven /embios/trunk/ Finally make the FAT code work  
71 5679 d 23 h theseven /embios/trunk/ Import Rockbox libc, and use its headers instead of system headers, which have been causing trouble all over the place  
54 5681 d 20 h theseven /embios/trunk/ Use even more of the Rockbox storage framework, rework FTL and NAND drivers a bit  
49 5682 d 10 h theseven /embios/trunk/ Fix a few FAT code includes  
47 5682 d 19 h farthen /embios/trunk/ Make the rockbox fat code compile except for the mutex stuff in disk.c  
43 5683 d 2 h theseven /embios/trunk/ Implement an SWI syscall interface and breakpoints  
29 5684 d 0 h theseven /embios/trunk/ Impelement powering off on iPod Nano 2G and console access via USB  
15 5686 d 0 h theseven /embios/trunk/ - added usb support
- added kernel debugger
- added interrupt driven i2c for nano2g
- loads of bug fixes
- nano4g is badly out of sync
 
14 5689 d 2 h theseven /embios/trunk/ Implement preemptive multitasking kernel  
10 5691 d 1 h theseven /embios/trunk/ Add ipodnano4g target  
5 5692 d 8 h theseven /embios/trunk/ - Remove bad comment from the Makefile, which made compilation fail on Windows
- Use TARGET_whatever defines to allow ifdef'ing target-specific code properly
 
3 5693 d 1 h theseven /embios/trunk/ Fix a dependency generation bug and a mistyped filename in SOURCES  
2 5694 d 1 h theseven /embios/trunk/ emBIOS: Initial commit. LCD console works on Nano2G so far.