Subversion Repositories freemyipod

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
604 5493 d 4 h farthen /emcore/trunk/tools/ emCORE tools: misc.py: c_enum: Fix non-equality check  
600 5493 d 10 h theseven /emcore/trunk/tools/ even more fail...  
586 5493 d 18 h farthen /emcore/trunk/tools/ emCORE tools: misc.py: fix leftover  
584 5493 d 18 h theseven /emcore/trunk/tools/ misc.py: Fix to_int and to_bool, don't globally modify core objects and provide better error details  
582 5494 d 10 h farthen /emcore/trunk/tools/ emCORE tools: Partial Python 3 support. Some commands don't work yet.  
579 5496 d 14 h farthen /emcore/trunk/tools/ emcore tools: getfuncdoc(): fix default argument order being scrambled  
549 5499 d 6 h farthen /emcore/trunk/tools/ emcore tools: Add shortnames to the hwtypes and include a function that returns their id.  
532 5500 d 6 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.  
514 5501 d 10 h farthen /emcore/trunk/tools/ emcore tools/misc.py: Allow converting c_enum objects to int  
510 5501 d 17 h farthen /emcore/trunk/tools/ emcore tools: misc.py: Fix Python 2.6 compatibility.  
505 5504 d 8 h farthen /emcore/trunk/tools/ emcore tools: Implement support for ctype structures and enums  
501 5505 d 7 h farthen /emcore/trunk/tools/ emcore tools: rename misc.Logger.log() to misc.Logger.write() and change the default logging destination to stderr  
427 5521 d 6 h farthen /emcore/trunk/ emCORE: change every 'emBIOS' text string to 'emCORE'  
424 5521 d 9 h theseven /emcore/ Create emCORE branch  
401 5538 d 4 h farthen /embios/trunk/tools/ libembios.py: Enable logging and include some debug strings.  
400 5538 d 6 h farthen /embios/trunk/tools/ misc.py: Logger: Implement logging to a file  
398 5538 d 6 h farthen /embios/trunk/tools/ libembios.py: Implement target specific functions.
misc.py: Implement gethwname()
 
396 5538 d 6 h farthen /embios/trunk/tools/ embios.py/libembios: Extract reusable functions and classes and put them into misc.py.
libembios: Running it directly with "gendoc"as first argument generates a human readable function reference. Running it with "test" runs the tests.