Subversion Repositories freemyipod

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
548 5496 d 17 h farthen /emcore/trunk/tools/ emcore tools: force little endian on all struct.pack/struct.unpack calls.  
532 5497 d 15 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.  
518 5498 d 16 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 16 h farthen /emcore/trunk/tools/ emcore tools: Fix indentation  
516 5498 d 16 h farthen /emcore/trunk/tools/ emcore tools: Fix createthread. Fix execfirmware. emcore.py: Make the strings more readable  
508 5501 d 17 h farthen /emcore/trunk/tools/ libemcore.py: bugfix: Unlocking the scheduler again may be a good idea...  
506 5501 d 17 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.  
501 5502 d 17 h farthen /emcore/trunk/tools/ emcore tools: rename misc.Logger.log() to misc.Logger.write() and change the default logging destination to stderr  
500 5502 d 17 h farthen /emcore/trunk/tools/ libemcore: remove the test when called directly. This one was broken anyways and not really useful, too.  
499 5502 d 17 h farthen /emcore/trunk/tools/ libemcore: Let the users pass the misc.Logger object themselves and implement this is emcore.py  
487 5511 d 23 h theseven /emcore/trunk/tools/ libemcore.py: Oops, another typo...  
485 5512 d 0 h theseven /emcore/trunk/tools/ libemcore.py: Oops...  
484 5512 d 0 h theseven /emcore/trunk/tools/ libemcore.py: Fix some bugs and add lots of debugging output  
480 5512 d 2 h theseven /emcore/trunk/tools/ libemcore: Remove another leftover default size for file operations  
479 5512 d 3 h theseven /emcore/trunk/ emCORE: Fix file I/O via USB  
478 5512 d 14 h farthen /emcore/trunk/tools/ emcore tools: fix missing newlines  
475 5512 d 14 h farthen /emcore/trunk/tools/ emcore tools: bugfix: mixed hex and decimal in some default arguments  
473 5512 d 15 h farthen /emcore/trunk/tools/ libemcore: Fix an obvious bug in free() and implement free_all() which implements monitor command 57 introduced by r471  
472 5512 d 15 h farthen /emcore/trunk/tools/ emcore tools: adapt file I/O to use malloc() by default  
452 5514 d 22 h theseven /emcore/trunk/tools/ [lib]emcore.py: Adapt "run" command to new interface  

Show All