summaryrefslogtreecommitdiff
path: root/Debugger/debug_comm.S
AgeCommit message (Expand)Author
2011-03-23cannot use teq for negative one constant value comparisonTC Wan
2011-03-23variable length big endian hex value conversion routine for gdb param parsingTC Wan
2011-03-23cannot use rol, covert to ror insteadTC Wan
2011-03-23rewrite multibyte ascii to hex conversion routines to take care of little end...TC Wan
2011-03-23work in progressTat-Chee Wan (USM)
2011-03-23changed output routines to use little endian as defaultTat-Chee Wan (USM)
2011-03-23fix char2hex to allow lower case ascii hex charsTat-Chee Wan (USM)
2011-03-22clarified comments regarding usb and gdb message formatsTat-Chee Wan (USM)
2011-03-22rework message handling logic to take care of packet acknowledgements sent by...Tat-Chee Wan (USM)
2011-03-18second attempt at determining whether we are in debug modeTat-Chee Wan (USM)
2011-03-18we should only invoke bkpt in ccommhandledebug in normal operation modeTat-Chee Wan (USM)
2011-03-15buffer pointer variable not accessible from debug_stub moduleTat-Chee Wan (USM)
2011-03-15misc bugfixes for gdb message parsing and error reportingTat-Chee Wan (USM)
2011-02-21forgot to update _dbg__usb_readbuf_reset routine callsTat-Chee Wan (USM)
2011-02-21we can't use teq for true value since it is 32-bitsTat-Chee Wan (USM)
2011-02-21more refactory to support nxt firmware, cleanup codeTat-Chee Wan (USM)
2011-02-21checkin refactored code for nxt firmware supportTat-Chee Wan (USM)
2011-02-14made _copy_msg_to_usbbuf conditional since we need different logic for nxt fi...Tat-Chee Wan (USM)
2011-02-14initial nxt firmware support hooksTat-Chee Wan (USM)
2011-02-11added preliminary run loop separationTat-Chee Wan (USM)
2011-01-18implemented get/set registers and insert/remove breakpoints commandsTat-Chee Wan (USM)
2011-01-18fixing command decoder after changes made to comm routinesTat-Chee Wan (USM)
2011-01-12implement usb message fragmentation and send logicTat-Chee Wan (USM)
2011-01-12checkin wipTC Wan
2011-01-12checkin wipTC Wan
2011-01-12fix logical errors in dbg__getDebugMsgTC Wan
2011-01-12cleanup ascii to hex conversion routinesTC Wan
2011-01-11implemented segment reassemblyTC Wan
2011-01-10fixed obsolete response header constantsTC Wan
2011-01-04fixed comment regarding header length for telegram size calculationTC Wan
2011-01-04adjusted nxt message to 3 byte header formatTC Wan
2010-12-28xfer between usb and message buffersTC Wan
2010-12-27fix indirect function call to nxos routinesTC Wan
2010-12-27referenced c functions via a dummy header fileTC Wan
2010-12-23checkin wip for communications supportTC Wan
2010-12-02changed the license clause, misc cleanupsTC Wan
2010-12-01restructure repositoryTC Wan