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 19 h user890104 /emcore/ Remove tags and branches folders from emCORE, since it never had any. Move everything from trunk to the base emCORE folder.  
959 4268 d 11 h theseven /emcore/trunk/tools/ emcore.py: Fix device console commands on python 3  
951 4270 d 23 h theseven /emcore/trunk/tools/ libemcore: Use bulk transfers if possible  
938 4280 d 8 h theseven /emcore/trunk/tools/ emcore.py: Make i2cwrite command work with python 3.x as well  
937 4280 d 9 h theseven /emcore/trunk/tools/ emcore.py: Fix i2cwrite command  
896 4585 d 17 h theseven /emcore/trunk/ emCORE: Fix USB console and optimize its performance  
851 5167 d 15 h theseven /emcore/trunk/tools/ emcore.py: Make hexdump python3-aware  
792 5211 d 12 h theseven /emcore/trunk/tools/ emcore.py: Fix a couple bugs  
791 5211 d 16 h theseven /emcore/trunk/tools/ emcore.py: Add ipodclassic_disablebbt and ipodclassic_reloadbbt commands  
787 5211 d 20 h theseven /emcore/trunk/tools/ (lib)emcore.py: Add ipodclassic_readbbt command, make ipodclassic_writebbt work with Python 3  
778 5222 d 13 h farthen /emcore/trunk/tools/ Add real time clock support to emcore python tools  
776 5247 d 20 h theseven /emcore/trunk/tools/ emcore.py: Make ipodnano2g_restorenand handle blank pages correctly
TODO: Make this more efficient
 
775 5247 d 20 h theseven /emcore/trunk/tools/ emcore.py: Repair ipodnano2g_dumpnand and ipodnano2g_wipenand functions, add ipodnano2g_restorenand function  
774 5248 d 14 h theseven /emcore/trunk/tools/ emCORE python tools: Update mutex struct, increase default timeout and add up/downloadbyte functions  
675 5448 d 19 h farthen /emcore/trunk/tools/ emcore tools: rename user memory to malloc pool, libemcore.getusermemrange() to libemcore.getmallocpoolbounds() and emcore.getinfo("usermemrange") to emcore.getinfo("mallocpoolbounds")  
645 5480 d 13 h theseven /emcore/trunk/tools/ Oops, that didn't belong there  
644 5480 d 13 h theseven /emcore/trunk/tools/ emcore.py: Align disk access buffers. This greatly speeds up transferring of large files  
609 5489 d 19 h farthen /emcore/trunk/tools/ emCORE tools/libemcore.py: getprocinfo: Download mutex and wakeup structs and store them in the thread information, too.
emcore.py: getprocinfo: Display the owner of a mutex and improve the representation of the block_type.
 
606 5490 d 9 h farthen /emcore/trunk/tools/ emCORE tools: emcore.py: getprocinfo: Improve register formatting a little bit  
605 5490 d 9 h farthen /emcore/trunk/tools/ emCORE tools: emcore.py: getprocinfo: Only display thread blocking information if the thread is blocked  
602 5490 d 11 h theseven /emcore/trunk/tools/ [lib]emcore.py: Fix ipodclassic_writebbt command  
599 5490 d 15 h farthen /emcore/trunk/tools/ i fail  
590 5490 d 17 h farthen /emcore/trunk/tools/ emCORE tools: emcore.py: Console output belongs to stdout  
585 5490 d 23 h theseven /emcore/trunk/tools/ [lib]emcore.py: Fix ipodclassic_hddaccess and make ipodclassic_writebbt use allocated memory if no buffer is provided  
582 5491 d 15 h farthen /emcore/trunk/tools/ emCORE tools: Partial Python 3 support. Some commands don't work yet.  
579 5493 d 19 h farthen /emcore/trunk/tools/ emcore tools: getfuncdoc(): fix default argument order being scrambled  
578 5493 d 19 h theseven /emcore/trunk/tools/ emcore.py: Make hexdump even more flexible  
577 5493 d 20 h theseven /emcore/trunk/tools/ emcore.py: hexdump: fix endianness  
576 5493 d 21 h theseven /emcore/trunk/tools/ emcore.py: hexdump: zero-pad the hex values  
575 5493 d 21 h theseven /emcore/trunk/tools/ emcore.py: New function: Hexdump  
574 5493 d 21 h theseven /emcore/trunk/tools/ emcore.py: Fix a wrong docstring  
548 5496 d 12 h farthen /emcore/trunk/tools/ emcore tools: force little endian on all struct.pack/struct.unpack calls.  
536 5496 d 19 h farthen /emcore/trunk/tools/ emCORE tools: emcore.py: Fix runfirmware  
533 5496 d 23 h theseven /emcore/trunk/tools/ emcore.py: Show correct address in i2cread command  
532 5497 d 10 h farthen /emcore/trunk/tools/ emcore tools: Convert numbers that were previously hex only to hex with 0x prefix, to binary with 0b prefix and to decimal with no prefix. This BREAKS anything that relied on numbers without prefix being converted to hex.  
522 5497 d 11 h theseven /emcore/trunk/tools/ emcore.py: Fix another forgotten conversion  
518 5498 d 11 h farthen /emcore/trunk/tools/ emcore tools: Improve readability for even more strings, make all hex representations of numbers the same case.  
517 5498 d 11 h farthen /emcore/trunk/tools/ emcore tools: Fix indentation  
516 5498 d 11 h farthen /emcore/trunk/tools/ emcore tools: Fix createthread. Fix execfirmware. emcore.py: Make the strings more readable  
506 5501 d 12 h farthen /emcore/trunk/tools/ emcore tools: Implement a scheduler_thread structure and use it. Deprecate scheduler_thread version 1 and support scheduler_thread version 2. Change some lists to enums as that type fits them more.