Easier to configure MRI in makefile.
authorAdam Green <adamgr@foo.bar>
Fri, 1 Feb 2013 07:40:13 +0000 (23:40 -0800)
committerAdam Green <adamgr@foo.bar>
Fri, 1 Feb 2013 07:40:13 +0000 (23:40 -0800)
commitb00f1a6b586fd2cfae439b3f0dd1c170d8db73a2
tree966ed4dcb44e8d24d0b3ba6553a0af946459686d
parent09f67f258ea7bf9241ca5b691730bed8c5593afc
Easier to configure MRI in makefile.

The default mode for MRI's usage in Smoothie is the same as before
where it only executes if a crash is encountered and isn't really
useable for things like single stepping, etc.

Now you can change the ENABLE_DEBUG_MONITOR make variable from 0 to 1
and it will switch MRI into a fuller debug experience where it takes
over UART0 and stops at init so that you have an opportunity to set
any breakpoints you might be interested in.
makefile