aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_macros.h
AgeCommit message (Collapse)Author
2011-02-14initial nxt firmware support hooksTat-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-12updated comments for macrosTat-Chee Wan (USM)
2010-12-23checkin wip for communications supportTC Wan
Start implementing USB communications support
2010-12-02added instruction decode tablesTC Wan
Work in Progress
2010-12-02changed the license clause, misc cleanupsTC Wan
The armdebug project is now dual licensed to make it easier to integrate with the LEGO NXT firmware. You can choose either to use the GPLv2 or the LEGO Open Source License to integrate this into other projects. Misc cleanups: Removed types.h Moved Debugger Macros into its own file to improve readability. Added COPYING, LEGO license and GPL license texts.