mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -06:00
Update SERIAL_DMA and FREEZE_FEATURE comments (#1043)
* ✨🐛 HC32 - Add SERIAL_DMA, fix SDIO and MEATPACK Co-authored-by: Chris <52449218+shadow578@users.noreply.github.com> * 📝Improve Freeze Feature comment Co-authored-by: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
This commit is contained in:
parent
1531cffb11
commit
344b5a83cb
366 changed files with 1098 additions and 732 deletions
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4302,7 +4302,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2725,7 +2725,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4316,7 +4316,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2716,7 +2716,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4307,7 +4307,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4308,7 +4308,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4303,7 +4303,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4303,7 +4303,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4303,7 +4303,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2720,7 +2720,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4311,7 +4311,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2712,7 +2712,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4303,7 +4303,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4307,7 +4307,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4307,7 +4307,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2717,7 +2717,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4309,7 +4309,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2716,7 +2716,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4307,7 +4307,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2716,7 +2716,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4307,7 +4307,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2723,7 +2723,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4314,7 +4314,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4309,7 +4309,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4307,7 +4307,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2716,7 +2716,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4307,7 +4307,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2714,7 +2714,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4301,7 +4301,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2716,7 +2716,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4308,7 +4308,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2720,7 +2720,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4309,7 +4309,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2722,7 +2722,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4311,7 +4311,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4309,7 +4309,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2716,7 +2716,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4307,7 +4307,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2716,7 +2716,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4293,7 +4293,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2716,7 +2716,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4307,7 +4307,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2716,7 +2716,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4307,7 +4307,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2716,7 +2716,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4307,7 +4307,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
|
@ -2715,7 +2715,7 @@
|
||||||
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
* This feature is EXPERIMENTAL so use with caution and test thoroughly.
|
||||||
* Enable this option to receive data on the serial ports via the onboard DMA
|
* Enable this option to receive data on the serial ports via the onboard DMA
|
||||||
* controller for more stable and reliable high-speed serial communication.
|
* controller for more stable and reliable high-speed serial communication.
|
||||||
* Only some STM32 MCUs are currently supported.
|
* Support is currently limited to some STM32 MCUs and all HC32 MCUs.
|
||||||
* Note: This has no effect on emulated USB serial ports.
|
* Note: This has no effect on emulated USB serial ports.
|
||||||
*/
|
*/
|
||||||
//#define SERIAL_DMA
|
//#define SERIAL_DMA
|
||||||
|
@ -4306,7 +4306,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instant freeze / unfreeze functionality
|
* Instant freeze / unfreeze functionality
|
||||||
* Potentially useful for emergency stop that allows being resumed.
|
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||||
|
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||||
* @section interface
|
* @section interface
|
||||||
*/
|
*/
|
||||||
//#define FREEZE_FEATURE
|
//#define FREEZE_FEATURE
|
||||||
|
|
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