Subversion Repositories freemyipod

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
978 716 d 17 h user890104 /emcore/ Remove tags and branches folders from emCORE, since it never had any. Move everything from trunk to the base emCORE folder.  
892 4585 d 19 h theseven /emcore/trunk/ emCORE: Fix missing files and some other breakage, add userspace USB API  
845 5173 d 12 h theseven /emcore/trunk/ emCORE: Extend power management API  
817 5207 d 12 h theseven /emcore/trunk/ emCORE: Fix build error on targets without storage drivers  
814 5207 d 12 h theseven /emcore/trunk/ emCORE: Add more detailed tracking of handle owners  
763 5307 d 19 h user890104 /emcore/trunk/ emCORE: Add RTC driver for Nano2G and Classic, add accelerometer driver for Nano4G and Touch2G. Syscall API vesrion increased to 5.  
709 5419 d 9 h theseven /emcore/trunk/ emCORE: #ifdef lcd_get_format syscall definition correctly  
704 5419 d 19 h theseven /emcore/trunk/ emCORE: Improved panic and CPU exception handling  
634 5482 d 14 h theseven /emcore/trunk/ emCORE: Add an API to request the number of total and free kilobytes on a volume  
625 5484 d 19 h theseven /emcore/trunk/ emCORE: Add realign function, which is an alignment-aware realloc  
623 5486 d 10 h theseven /emcore/trunk/ emCORE: Expose a dozen more syscalls  
593 5490 d 15 h theseven /emcore/trunk/ emCORE: Merge yield() and context_switch(), which are essentially the same thing  
565 5495 d 12 h theseven /emcore/trunk/ emCORE: Detect malloc heap size correctly, improve the default heap walker, and expose a function for walking the global malloc heap  
557 5495 d 21 h theseven /emcore/trunk/ emCORE: Allow clock gate state to be read out  
497 5502 d 14 h theseven /emcore/trunk/ emCORE: Rework text rendering code, allow for fully alpha-blended rendering on RGB888 framebuffers  
496 5503 d 19 h theseven /emcore/trunk/ emCORE: Remove old LCD-native rendering code.  
492 5504 d 6 h theseven /emcore/trunk/ emCORE: Rework LCD driver interface  
491 5508 d 10 h theseven / emCORE: Fix another dozen bugs  
489 5511 d 8 h theseven / emCORE: Fix a lot of bugs  
479 5511 d 20 h theseven /emcore/trunk/ emCORE: Fix file I/O via USB  
466 5512 d 11 h theseven / emCORE: Make shared libraries actually work  
453 5514 d 15 h theseven /emcore/trunk/ emCORE: Switch to new executable format  
427 5518 d 9 h farthen /emcore/trunk/ emCORE: change every 'emBIOS' text string to 'emCORE'  
424 5518 d 13 h theseven /emcore/ Create emCORE branch  
338 5545 d 18 h theseven /embios/trunk/ emBIOS: execimage doesn't have anything to do with storage  
258 5586 d 0 h theseven /embios/trunk/ emBIOS: Allow hooking of DMA IRQs from userspace.  
158 5668 d 20 h theseven /embios/trunk/ Expose storage_get_info via the syscall interface  
143 5671 d 12 h theseven /embios/trunk/ Add syscalls for AES, HMAC-SHA1 and mounting/unmounting of partitions  
138 5672 d 14 h theseven / iLoader as an emBIOS app  
132 5673 d 10 h theseven /embios/trunk/ Implement nano2g clickwheel driver  
131 5673 d 11 h theseven /embios/trunk/ Remove low level NAND access APIs from the syscall interface. This is not something we want, now that nandfsck is integrated into the core  
130 5673 d 11 h theseven /embios/trunk/ Add generic button event proxy  
127 5673 d 12 h theseven /embios/trunk/ Add execfirmware syscall and USB command  
125 5673 d 13 h theseven /embios/trunk/ Add TLSF allocator  
124 5673 d 15 h theseven /embios/trunk/ Integrate nandfsck into the FTL  
122 5673 d 19 h theseven /embios/trunk/ Add progress bar API  
118 5674 d 12 h theseven /embios/trunk/ Add get_platform_id() syscall  
117 5674 d 13 h theseven /embios/trunk/ Add backlight driver  
116 5674 d 14 h theseven / Fix a bunch of bugs  
111 5674 d 20 h theseven / Implement the most important part of the syscall interface