BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
freemyipod
(root)
/
/
emcore
/
tools
/
libemcore.py
– Rev 978
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
978
717 d 22 h
user890104
/emcore/
Remove tags and branches folders from emCORE, since it never had any. Move everything from trunk to the base emCORE folder.
964
4238 d 5 h
theseven
/
emCORE/UMSboot: Fix USB concurrent IN transfer problems on S5L8702 and S5L8720
953
4272 d 2 h
theseven
/
emCORE/UMSboot: Fix some more USB trouble
951
4272 d 3 h
theseven
/emcore/trunk/tools/
libemcore: Use bulk transfers if possible
949
4272 d 13 h
theseven
/emcore/trunk/
emCORE: Add bulk transfers to USB debugger for better performance
922
4312 d 18 h
theseven
/emcore/trunk/tools/
emCORE tools: Some minor fixes
912
4322 d 16 h
user890104
/emcore/trunk/tools/
libemcore: Accept one more USB PID (0xE001)
896
4586 d 21 h
theseven
/emcore/trunk/
emCORE: Fix USB console and optimize its performance
892
4587 d 1 h
theseven
/emcore/trunk/
emCORE: Fix missing files and some other breakage, add userspace USB API
891
4588 d 2 h
theseven
/emcore/trunk/
emCORE: Implant new USB stack, handle debugging via EP0
807
5210 d 15 h
theseven
/emcore/trunk/tools/
libemcore.py: Fix Python 3 problem in emcore.py's ls function
802
5211 d 21 h
theseven
/emcore/trunk/tools/
libemcore.py: Revert accidentally committed change
801
5212 d 0 h
theseven
/emcore/trunk/tools/
libemcore.py: Fix a couple more Python 3 incompatibilities
787
5213 d 0 h
theseven
/emcore/trunk/tools/
(lib)emcore.py: Add ipodclassic_readbbt command, make ipodclassic_writebbt work with Python 3
780
5219 d 16 h
user890104
/emcore/trunk/tools/
libemcore: replace tabs with spaces to make Python on Windows stop complaining
779
5223 d 14 h
user890104
/emcore/trunk/tools/
libemcore: fix storage_get_info
778
5223 d 17 h
farthen
/emcore/trunk/tools/
Add real time clock support to emcore python tools
774
5249 d 18 h
theseven
/emcore/trunk/tools/
emCORE python tools: Update mutex struct, increase default timeout and add up/downloadbyte functions
769
5289 d 20 h
user890104
/emcore/trunk/tools/
libemcore: fix a copy/paste bug
704
5421 d 0 h
theseven
/emcore/trunk/
emCORE: Improved panic and CPU exception handling
689
5444 d 18 h
farthen
/emcore/trunk/tools/
emcore tools: libemcore.py: very small cosmetic change
675
5449 d 23 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")
615
5490 d 11 h
theseven
/emcore/trunk/tools/
libemcore.py: Automatically reload BBT after writing it (iPod Classic)
609
5490 d 23 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.
602
5491 d 15 h
theseven
/emcore/trunk/tools/
[lib]emcore.py: Fix ipodclassic_writebbt command
592
5491 d 21 h
farthen
/emcore/trunk/tools/
emCORE tools: libemcore.py: Fix some accidentally introduced tabs
589
5491 d 21 h
farthen
/emcore/trunk/tools/
emCORE tools: libemcore.py: Fix encoding of appheader
588
5491 d 21 h
theseven
/emcore/trunk/tools/
libemcore.py: Fix readstring: Handle null pointers and control characters gracefully
587
5491 d 22 h
theseven
/emcore/trunk/tools/
libemcore.py: Fix null pointer dereference
585
5492 d 3 h
theseven
/emcore/trunk/tools/
[lib]emcore.py: Fix ipodclassic_hddaccess and make ipodclassic_writebbt use allocated memory if no buffer is provided
583
5492 d 18 h
farthen
/emcore/trunk/tools/
emCORE tools: Fix libemcore.run for Python 3
582
5492 d 19 h
farthen
/emcore/trunk/tools/
emCORE tools: Partial Python 3 support. Some commands don't work yet.
548
5497 d 16 h
farthen
/emcore/trunk/tools/
emcore tools: force little endian on all struct.pack/struct.unpack calls.
532
5498 d 14 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
5499 d 14 h
farthen
/emcore/trunk/tools/
emcore tools: Improve readability for even more strings, make all hex representations of numbers the same case.
517
5499 d 15 h
farthen
/emcore/trunk/tools/
emcore tools: Fix indentation
516
5499 d 15 h
farthen
/emcore/trunk/tools/
emcore tools: Fix createthread. Fix execfirmware. emcore.py: Make the strings more readable
508
5502 d 16 h
farthen
/emcore/trunk/tools/
libemcore.py: bugfix: Unlocking the scheduler again may be a good idea...
506
5502 d 16 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
5503 d 15 h
farthen
/emcore/trunk/tools/
emcore tools: rename misc.Logger.log() to misc.Logger.write() and change the default logging destination to stderr