UltiMachine Archim 1 support (#12404)

This commit is contained in:
Ryan
2018-11-13 22:27:39 -08:00
committed by Scott Lahteine
parent 664e20754d
commit 052d102ded
9 changed files with 4224 additions and 69 deletions

View File

@ -49,6 +49,7 @@
#undef UNUSED /* To avoid a macro clash as macros.h already defines it */
#include "../../../core/macros.h" /* For ENABLED()/DISABLED() */
#include "../../../core/boards.h" /* For MB() */
#include "../../../../Configuration.h" /* For CUSTOM_MACHINE_NAME definition - We just need the name, no C++ allowed! */
#include "compiler.h"
@ -88,7 +89,11 @@
//#define USB_DEVICE_LOW_SPEED
//! To define a Full speed device
//#define USB_DEVICE_FULL_SPEED
//#define USB_DEVICE_FULL_SPEED
#if MB(ARCHIM1)
#define USB_DEVICE_FULL_SPEED
#endif
//! To authorize the High speed
#ifndef USB_DEVICE_FULL_SPEED