Make LPC1768 pinmapping not specific to Re-ARM (#8063)
* Merging early because of build failures. See #8105 * Make LPC1768 pinmapping not specific to Re-ARM * Add HAL_PIN_TYPE and LPC1768 pin features * M43 Updates * Move pin map into pinsDebug_LPC1768.h * Incorporate comments and M226 * Fix persistent store compilation issues * Update pin features * Update MKS SBASE pins * Use native LPC1768 pin numbers in M42, M43, and M226
This commit is contained in:
@ -31,13 +31,13 @@
|
||||
//#define MOSI_PIN P0_9
|
||||
//#define SS_PIN P0_6
|
||||
/** external */
|
||||
#define SCK_PIN 52 //P0_15
|
||||
#define MISO_PIN 50 //P0_17
|
||||
#define MOSI_PIN 51 //P0_18
|
||||
#define SS_PIN 53 //P1_23
|
||||
#define SCK_PIN P0_15
|
||||
#define MISO_PIN P0_17
|
||||
#define MOSI_PIN P0_18
|
||||
#define SS_PIN P1_23
|
||||
#define SDSS SS_PIN
|
||||
|
||||
#if (defined(IS_REARM) && !(defined(LPC_SOFTWARE_SPI))) // signal LCDs that they need to use the hardware SPI
|
||||
#if (defined(TARGET_LPC1768) && !(defined(LPC_SOFTWARE_SPI))) // signal LCDs that they need to use the hardware SPI
|
||||
#define SHARED_SPI
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user