Include pins.h in dependencies script (#19468)

This commit is contained in:
Victor Oliveira
2020-09-23 17:06:36 -03:00
committed by GitHub
parent 362145f608
commit 90bc1993b6
169 changed files with 213 additions and 181 deletions

View File

@@ -27,7 +27,7 @@
#define BOARD_INFO_NAME "ADSK"
#if !defined(__SAM3X8E__) && !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#if NOT_TARGET(__SAM3X8E__, __AVR_ATmega1280__, __AVR_ATmega2560__)
#error "Oops! Select 'Arduino Due or Mega' in 'Tools > Board.'"
#endif

View File

@@ -26,7 +26,7 @@
* https://reprap.org/wiki/Alligator_Board
*/
#ifndef __SAM3X8E__
#if NOT_TARGET(__SAM3X8E__)
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif

View File

@@ -37,7 +37,7 @@
* https://github.com/ultimachine/Archim/wiki
*/
#ifndef __SAM3X8E__
#if NOT_TARGET(__SAM3X8E__)
#error "Oops! Select 'Archim' in 'Tools > Board.'"
#endif

View File

@@ -37,7 +37,7 @@
* https://github.com/ultimachine/Archim/wiki
*/
#ifndef __SAM3X8E__
#if NOT_TARGET(__SAM3X8E__)
#error "Oops! Select 'Archim' in 'Tools > Board.'"
#elif DISABLED(TMC_USE_SW_SPI)
#error "Archim2 requires Software SPI. Enable TMC_USE_SW_SPI in Configuration_adv.h."

View File

@@ -24,7 +24,7 @@
* CNControls V15 for HMS434 with DUE pin assignments
*/
#ifndef __SAM3X8E__
#if NOT_TARGET(__SAM3X8E__)
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif

View File

@@ -25,7 +25,7 @@
* DUE3DOM pin assignments
*/
#ifndef __SAM3X8E__
#if NOT_TARGET(__SAM3X8E__)
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif

View File

@@ -25,7 +25,7 @@
* DUE3DOM MINI pin assignments
*/
#ifndef __SAM3X8E__
#if NOT_TARGET(__SAM3X8E__)
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif

View File

@@ -25,7 +25,7 @@
* PRINTRBOARD_G2
*/
#ifndef __SAM3X8E__
#if NOT_TARGET(__SAM3X8E__)
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif

View File

@@ -25,7 +25,7 @@
* RADDS
*/
#ifndef __SAM3X8E__
#if NOT_TARGET(__SAM3X8E__)
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif

View File

@@ -39,7 +39,7 @@
* A15 | NC
*/
#if !defined(__SAM3X8E__) && !defined(__AVR_ATmega2560__)
#if NOT_TARGET(__SAM3X8E__, __AVR_ATmega2560__)
#error "Oops! Select 'Arduino Due' or 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif

View File

@@ -43,7 +43,7 @@
* A15 | A11
*/
#if !defined(__SAM3X8E__) && !defined(__AVR_ATmega2560__)
#if NOT_TARGET(__SAM3X8E__, __AVR_ATmega2560__)
#error "Oops! Select 'Arduino Due' or 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif

View File

@@ -28,7 +28,7 @@
* Use 4k7 thermistor tables
*/
#ifndef __SAM3X8E__
#if NOT_TARGET(__SAM3X8E__)
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif

View File

@@ -60,7 +60,7 @@
* (Search the web for "Arduino DUE Board Pinout" to see the correct header.)
*/
#ifndef __SAM3X8E__
#if NOT_TARGET(__SAM3X8E__)
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif

View File

@@ -32,7 +32,7 @@
* |
*/
#ifndef __SAM3X8E__
#if NOT_TARGET(__SAM3X8E__)
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif

View File

@@ -32,7 +32,7 @@
* |
*/
#ifndef __SAM3X8E__
#if NOT_TARGET(__SAM3X8E__)
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif

View File

@@ -26,7 +26,7 @@
* https://reprapworld.com/documentation/datasheet_ultratronics10_05.pdf
*/
#ifndef ARDUINO_ARCH_SAM
#if NOT_TARGET(ARDUINO_ARCH_SAM)
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif