aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-23Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugGDB_BETA_1Tat-Chee Wan (USM)
2011-05-23Don't send another ack after responding to ctrl-c from debuggerTat-Chee Wan (USM)
2011-05-23don't reset nxtcommchannel in _dbg__comm_readbuf_reset since it is called ↵Tat-Chee Wan (USM)
after each received message
2011-05-23updated comments in headerTat-Chee Wan (USM)
2011-05-16Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-05-16work in progressTat-Chee Wan (USM)
Try to read more bytes than in buffer. Initial Bluetooth code (not working).
2011-05-06Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-05-06call socket close() to delete nxt object in pyfantomTat-Chee Wan (USM)
2011-05-05cleaned up debugging outputTat-Chee Wan (USM)
2011-05-05Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-05-05modified recv() to accept a buffer length argument in usbsock.pyTat-Chee Wan (USM)
2011-05-05Added del method to make sure that nxt object is cleaned upTat-Chee Wan (USM)
2011-05-04Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTC Wan
2011-05-04more testing codeTC Wan
Testing code for testing pyfantom read() and write(). read() must be provided with number of bytes to read argument which does not exceed the actual buffer contents size. Otherwise an Exception would be thrown.
2011-05-04work in progressTat-Chee Wan (USM)
Attempting to debug pyfantom issues. Works in fantomglue, but not in usbsock
2011-05-04added test case for fantomglue using pyfantom test caseTat-Chee Wan (USM)
2011-05-04Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-05-04work in progressTat-Chee Wan (USM)
Tracing Exception in NXTIterator.get_nxt() which is triggered when invoking fantomglue.find_devices()
2011-05-03Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-05-03Fix silly typosTat-Chee Wan (USM)
2011-05-03Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-05-03check for non-zero attribute before invoking del methodTat-Chee Wan (USM)
2011-05-03Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-05-03fixed minor cut and past errorsTat-Chee Wan (USM)
2011-04-30fixed fantomglue importTat-Chee Wan (USM)
2011-04-30fixed indentation error (?)Tat-Chee Wan (USM)
2011-04-30Removed explicit user home directory from pathTat-Chee Wan (USM)
2011-04-30Added test scripts to invoke python for i386 architecture, for local ↵Tat-Chee Wan (USM)
directory testing
2011-04-27Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-04-27wip pyfantom supportTC Wan
Some minor cleanups for pyfantom support
2011-04-27Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-04-27wip pyfantom integration with nxt-pythonTat-Chee Wan (USM)
Work In Progress: refactor nxt-python to add pyfantom support
2011-04-27ignore pyfantom.py script in gitTC Wan
2011-04-21reenable nxos test compilation, added comment regarding buffer usageTC Wan
2011-04-18Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-04-15modified communications module to handle bluetooth comms for nxt firmwareTat-Chee Wan (USM)
2011-04-04Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-04-04optimized access to carry flagTat-Chee Wan (USM)
2011-04-04Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-04-04left out adc opcode supportTat-Chee Wan (USM)
2011-04-04thumb bcond handlerTat-Chee Wan (USM)
2011-04-04work in progress to pass cpsr condition codes to thumb routine handlerTat-Chee Wan (USM)
2011-04-04work in progress for thumb branch-conditional supportTat-Chee Wan (USM)
2011-04-04draft thumb instruction decoder with optional blx supportTat-Chee Wan (USM)
2011-04-04work in progress for thumb instruction handlingTat-Chee Wan (USM)
2011-04-04optimized reference to halfword bitmask valuesTat-Chee Wan (USM)
2011-04-02work in progress for arm code eval handlerTat-Chee Wan (USM)
2011-04-02work in progress for arm instruction decoderTat-Chee Wan (USM)
2011-04-02removed unused macrosTat-Chee Wan (USM)
2011-04-02added exception vector addressesTat-Chee Wan (USM)