mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-12 01:08:03 -06:00
Update EP heading
This commit is contained in:
parent
c655837be6
commit
283c52164f
155 changed files with 1240 additions and 620 deletions
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1783,10 +1783,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1782,10 +1782,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1785,10 +1785,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1788,10 +1788,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1777,10 +1777,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1783,10 +1783,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1783,10 +1783,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1782,10 +1782,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1777,10 +1777,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1780,10 +1780,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1785,10 +1785,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1783,10 +1783,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1782,10 +1782,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1786,10 +1786,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1780,10 +1780,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1772,10 +1772,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1785,10 +1785,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1785,10 +1785,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1776,10 +1776,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
#define SERIAL_STATS_DROPPED_RX
|
#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1783,10 +1783,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
//#define EMERGENCY_PARSER
|
//#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
|
@ -1781,10 +1781,14 @@
|
||||||
//#define SERIAL_STATS_DROPPED_RX
|
//#define SERIAL_STATS_DROPPED_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable an emergency-command parser to intercept certain commands as they
|
/**
|
||||||
// enter the serial receive buffer, so they cannot be blocked.
|
* Emergency Command Parser
|
||||||
// Currently handles M108, M112, M410
|
*
|
||||||
// Does not work on boards using AT90USB (USBCON) processors!
|
* Add a low-level parser to intercept certain commands as they
|
||||||
|
* enter the serial receive buffer, so they cannot be blocked.
|
||||||
|
* Currently handles M108, M112, M410, M876
|
||||||
|
* NOTE: Not yet implemented for all platforms.
|
||||||
|
*/
|
||||||
#define EMERGENCY_PARSER
|
#define EMERGENCY_PARSER
|
||||||
|
|
||||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue