Add A5984 to example configurations
This commit is contained in:
		@@ -576,11 +576,11 @@
 | 
			
		||||
 * The options are used to determine driver pulse timings as well as more advanced functionality.
 | 
			
		||||
 * Stepper timing options can be overridden in Configuration_adv.h
 | 
			
		||||
 *
 | 
			
		||||
 * Options: A4988, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
 | 
			
		||||
 * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
 | 
			
		||||
 *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
 | 
			
		||||
 *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
 | 
			
		||||
 *          TMC5130, TMC5130_STANDALONE
 | 
			
		||||
 * :['A4988', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
 | 
			
		||||
 * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
 | 
			
		||||
 */
 | 
			
		||||
#define X_DRIVER_TYPE  A4988
 | 
			
		||||
#define Y_DRIVER_TYPE  A4988
 | 
			
		||||
 
 | 
			
		||||
@@ -842,6 +842,7 @@
 | 
			
		||||
 *     0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
 | 
			
		||||
 *    20 : Minimum for TMC2xxx drivers
 | 
			
		||||
 *   200 : Minimum for A4988 drivers
 | 
			
		||||
 *   400 : Minimum for A5984 drivers
 | 
			
		||||
 *   500 : Minimum for LV8729 drivers (guess, no info in datasheet)
 | 
			
		||||
 *   650 : Minimum for DRV8825 drivers
 | 
			
		||||
 *  1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
 | 
			
		||||
@@ -854,8 +855,7 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Minimum stepper driver pulse width (in µs)
 | 
			
		||||
 *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
 | 
			
		||||
 *   1 : Minimum for A4988 stepper drivers
 | 
			
		||||
 *   1 : Minimum for LV8729 stepper drivers
 | 
			
		||||
 *   1 : Minimum for A4988, A5984, and LV8729 stepper drivers
 | 
			
		||||
 *   2 : Minimum for DRV8825 stepper drivers
 | 
			
		||||
 *   3 : Minimum for TB6600 stepper drivers
 | 
			
		||||
 *  30 : Minimum for TB6560 stepper drivers
 | 
			
		||||
 
 | 
			
		||||
@@ -842,6 +842,7 @@
 | 
			
		||||
 *     0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
 | 
			
		||||
 *    20 : Minimum for TMC2xxx drivers
 | 
			
		||||
 *   200 : Minimum for A4988 drivers
 | 
			
		||||
 *   400 : Minimum for A5984 drivers
 | 
			
		||||
 *   500 : Minimum for LV8729 drivers (guess, no info in datasheet)
 | 
			
		||||
 *   650 : Minimum for DRV8825 drivers
 | 
			
		||||
 *  1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
 | 
			
		||||
@@ -854,8 +855,7 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Minimum stepper driver pulse width (in µs)
 | 
			
		||||
 *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
 | 
			
		||||
 *   1 : Minimum for A4988 stepper drivers
 | 
			
		||||
 *   1 : Minimum for LV8729 stepper drivers
 | 
			
		||||
 *   1 : Minimum for A4988, A5984, and LV8729 stepper drivers
 | 
			
		||||
 *   2 : Minimum for DRV8825 stepper drivers
 | 
			
		||||
 *   3 : Minimum for TB6600 stepper drivers
 | 
			
		||||
 *  30 : Minimum for TB6560 stepper drivers
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user