uStepper S-lite - compatibility matrix

This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.

uStepper S-lite

Version: 1.1.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
arduino:avr:uno
1.8.4
Yes ⚠️ FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
Yes ⚠️ FAIL
arduino:megaavr:nona4809
1.8.7
Yes ⚠️ FAIL
arduino:samd:mkrwifi1010
1.8.12
Yes ⚠️ FAIL
esp32:esp32:d1_mini32
1.0.6
Yes ⚠️ FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:71:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.h:131:2: error: #error !!This library only supports the ATmega328pb MCU!!
 #error !!This library only supports the ATmega328pb MCU!!
  ^~~~~
��������������������������������/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/i2cMaster.cpp:45:41: note: suggested alternative: 'TWINT'
  while (!(_SFR_MEM8(this->twcr) & (1 << TWINT1)))
                                         ^~~~~~
                                         TWINT
/home/ec/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:370:5: note: suggested alternative: 'TCCR0B'
     TCCR3B &= ~(1 << CS30);
     ^~~~~~
     TCCR0B
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:370:22: error: 'CS30' was not declared in this scope
     TCCR3B &= ~(1 << CS30);
                      ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:370:22: note: suggested alternative: 'CS00'
     TCCR3B &= ~(1 << CS30);
                      ^~~~
                      CS00
   ^~~~~~
                      TWINT
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/i2cMaster.cpp:132:38: error: 'TWEN1' was not declared in this scope
   if(this->cmd((1 << TWINT1) | (1 << TWEN1) | (1 << TWEA1)) == false)
                                      ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir//home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:679:2: note: suggested alternative: 'TCCR0B'
  TCCR3B |= (1 << CS30);
  ^~~~~~
  TCCR0B
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:679:18: error: 'CS30' was not declared in this scope
  TCCR3B |= (1 << CS30);
                  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:679:18: note: suggested alternative: 'CS00'
  TCCR3B |= (1 << CS30);
                  ^~~~
                  CS00
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp: In member function 'void uStepperSLite::moveSteps(int32_t, bool, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:870:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B |= (1 << CS30);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:870:2: note: suggested alternative: 'TCCR0B'
  TCCR3B |= (1 << CS30);
  ^~~~~~
  TCCR0B
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:870:18: error: 'CS30' was not declared in this scope
  TCCR3B |= (1 << CS30);
                  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:870:18: note: suggested alternative: 'CS00'
  TCCR3B |= (1 << CS30);
                  ^~~~
                  CS00
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp: In member function 'void uStepperSLite::hardStop(bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:895:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B |= (1 << CS30);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:895:2: note: suggested alternative: 'TCCR0B'
  TCCR3B |= (1 << CS30);
  ^~~~~~
  TCCR0B
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:895:18: error: 'CS30' was not declared in this scope
  TCCR3B |= (1 << CS30);
                  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:895:18: note: suggested alternative: 'CS00'
  TCCR3B |= (1 << CS30);
                  ^~~~
                  CS00
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp: In member function 'void uStepperSLite::softStop(bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:946:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B |= (1 << CS30);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:946:2: note: suggested alternative: 'TCCR0B'
  TCCR3B |= (1 << CS30);
  ^~~~~~
  TCCR0B
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:946:18: error: 'CS30' was not declared in this scope
  TCCR3B |= (1 << CS30);
                  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:946:18: note: suggested alternative: 'CS00'
  TCCR3B |= (1 << CS30);
                  ^~~~
                  CS00
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp: In member function 'void uStepperSLite::setup(uint8_t, float, float, float, float, bool, uint8_t, uint8_t, uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1129:2: error: 'TCNT3' was not declared in this scope
  TCNT3 = 0;
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1129:2: note: suggested alternative: 'TCNT0'
  TCNT3 = 0;
  ^~~~~
  TCNT0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1130:2: error: 'ICR3' was not declared in this scope
  ICR3 = 159;
  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1130:2: note: suggested alternative: 'ICR1'
  ICR3 = 159;
  ^~~~
  ICR1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1131:2: error: 'TIFR3' was not declared in this scope
  TIFR3 = 0;
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1131:2: note: suggested alternative: 'TIFR0'
  TIFR3 = 0;
  ^~~~~
  TIFR0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1132:2: error: 'TIMSK3' was not declared in this scope
  TIMSK3 = (1 << OCIE3A);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1132:2: note: suggested alternative: 'TIMSK0'
  TIMSK3 = (1 << OCIE3A);
  ^~~~~~
  TIMSK0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1132:17: error: 'OCIE3A' was not declared in this scope
  TIMSK3 = (1 << OCIE3A);
                 ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1132:17: note: suggested alternative: 'OCIE0A'
  TIMSK3 = (1 << OCIE3A);
                 ^~~~~~
                 OCIE0A
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1133:2: error: 'TCCR3A' was not declared in this scope
  TCCR3A = (1 << WGM31);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1133:2: note: suggested alternative: 'TCCR0A'
  TCCR3A = (1 << WGM31);
  ^~~~~~
  TCCR0A
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1133:17: error: 'WGM31' was not declared in this scope
  TCCR3A = (1 << WGM31);
                 ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1133:17: note: suggested alternative: 'WGM21'
  TCCR3A = (1 << WGM31);
                 ^~~~~
                 WGM21
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1134:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B = (1 << WGM32) | (1 << WGM33);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1134:2: note: suggested alternative: 'TCCR0B'
  TCCR3B = (1 << WGM32) | (1 << WGM33);
  ^~~~~~
  TCCR0B
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1134:17: error: 'WGM32' was not declared in this scope
  TCCR3B = (1 << WGM32) | (1 << WGM33);
                 ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1134:17: note: suggested alternative: 'WGM12'
  TCCR3B = (1 << WGM32) | (1 << WGM33);
                 ^~~~~
                 WGM12
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1134:32: error: 'WGM33' was not declared in this scope
  TCCR3B = (1 << WGM32) | (1 << WGM33);
                                ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1134:32: note: suggested alternative: 'WGM13'
  TCCR3B = (1 << WGM32) | (1 << WGM33);
                                ^~~~~
                                WGM13
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp: In member function 'void uStepperSLite::pid(float)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1352:3: error: 'TCCR3B' was not declared in this scope
   TCCR3B |= (1 << CS30);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1352:3: note: suggested alternative: 'TCCR0B'
   TCCR3B |= (1 << CS30);
   ^~~~~~
   TCCR0B
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1352:19: error: 'CS30' was not declared in this scope
   TCCR3B |= (1 << CS30);
                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:1

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/TMC2208.cpp:39:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/TMC2208.h:41:11: fatal error: util/delay.h: No such file or directory
  #include <util/delay.h>
           ^~~~~~~~~~~~~~
compilation terminated.

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:71:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.h:131:2: error: #error !!This library only supports the ATmega328pb MCU!!
 #error !!This library only supports the ATmega328pb MCU!!
  ^~~~~
�����������/home/ec2-user/arduin/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/i2cMaster.cpp:45:41: note: suggested alternative: 'TWI_t'
  while (!(_SFR_MEM8(this->twcr) & (1 << TWINT1)))
                                         ^~~~~~
                                     /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:80:5: note: suggested alternative: 'PIN0'
  if(PIND & 0x04)
     ^~~~
     PIN0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:88:6: error: 'PINB' was not declared in this scope
  if((PINB & (0x08)))   //CCW
      ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:88:6: note: suggested alternative: 'PIN0'
  if((PINB & (0x08)))   //CCW
      ^~~~
      PIN0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp: In function 'void INT1_vect()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:115:5: error: 'PIND' was not declared in this scope
  if(PIND & 0x04)
     ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:115:5: note: suggested alternative: 'PIN0'
  if(PIND & 0x04)
     ^~~~
     PIN0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp: In function 'void TIMER1_COMPA_vect()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:370:5: error: 'TCCR3B' was not declared in this scope
     TCCR3B &= ~(1 << CS30);
     ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:370:5: note: suggested alternative: 'TWCR'
     TCCR3B &= ~(1 << CS30);
     ^~~~~~
     TWCR
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:370:22: error: 'CS30' was not declared in this scope
     TCCR3B &= ~(1 << CS30);
                      ^~~~
pper_S-lite/src/i2cMaster.cpp:141:38: error: 'TWEN1' was not declared in this scope
   if(this->cmd((1 << TWINT1) | (1 << TWEN1)) == false)
                                      ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/i2cMaster.cpp: In member function 'bool i2cMaster::start(/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:443:2: note: suggested alternative: 'TCB1'
  TCNT1 = 0;
  ^~~~~
  TCB1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:444:2: error: 'ICR1' was not declared in this scope
  ICR1 = 32000;
  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:444:2: note: suggested alternative: 'TCB1'
  ICR1 = 32000;
  ^~~~
  TCB1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:445:2: error: 'TIFR1' was not declared in this scope
  TIFR1 = 0;
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:446:2: error: 'TIMSK1' was not declared in this scope
  TIMSK1 = (1 << OCIE1A);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:446:2: note: suggested alternative: 'TIMERB1'
  TIMSK1 = (1 << OCIE1A);
  ^~~~~~
  TIMERB1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:446:17: error: 'OCIE1A' was not declared in this scope
  TIMSK1 = (1 << OCIE1A);
                 ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:447:2: error: 'TCCR1A' was not declared in this scope
  TCCR1A = (1 << WGM11);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:447:2: note: suggested alternative: 'TWCR'
  TCCR1A = (1 << WGM11);
  ^~~~~~
  TWCR
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:447:17: error: 'WGM11' was not declared in this scope
  TCCR1A = (1 << WGM11);
                 ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:448:2: error: 'TCCR1B' was not declared in this scope
  TCCR1B = (1 << WGM12) | (1 << WGM13) | (1 << CS10);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:448:2: note: suggested alternative: 'TWCR'
  TCCR1B = (1 << WGM12) | (1 << WGM13) | (1 << CS10);
  ^~~~~~
  TWCR
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:448:17: error: 'WGM12' was not declared in this scope
  TCCR1B = (1 << WGM12) | (1 << WGM13) | (1 << CS10);
                 ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:448:32: error: 'WGM13' was not declared in this scope
  TCCR1B = (1 << WGM12) | (1 << WGM13) | (1 << CS10);
                                ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:448:47: error: 'CS10' was not declared in this scope
  TCCR1B = (1 << WGM12) | (1 << WGM13) | (1 << CS10);
                                               ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:448:47: note: suggested alternative: 'B110'
  TCCR1B = (1 << WGM12) | (1 << WGM13) | (1 << CS10);
                                               ^~~~
                                               B110
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp: In member function 'void uStepperEncoder::setHome()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:455:9: error: 'TIMSK1' was not declared in this scope
         TIMSK1 &= ~(1 << OCIE1A);
         ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:455:9: note: suggested alternative: 'TIMERB1'
         TIMSK1 &= ~(1 << OCIE1A);
         ^~~~~~
         TIMERB1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:455:26: error: 'OCIE1A' was not declared in this scope
         TIMSK1 &= ~(1 << OCIE1A);
                          ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp: In member function 'uint16_t uStepperEncoder::getStrength()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:478:2: error: 'TIMSK1' was not declared in this scope
  TIMSK1 &= ~(1 << OCIE1A);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:478:2: note: suggested alternative: 'TIMERB1'
  TIMSK1 &= ~(1 << OCIE1A);
  ^~~~~~
  TIMERB1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:478:19: error: 'OCIE1A' was not declared in this scope
  TIMSK1 &= ~(1 << OCIE1A);
                   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp: In member function 'uint8_t uStepperEncoder::getAgc()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:488:2: error: 'TIMSK1' was not declared in this scope
  TIMSK1 &= ~(1 << OCIE1A);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:488:2: note: suggested alternative: 'TIMERB1'
  TIMSK1 &= ~(1 << OCIE1A);
  ^~~~~~
  TIMERB1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:488:19: error: 'OCIE1A' was not declared in this scope
  TIMSK1 &= ~(1 << OCIE1A);
                   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp: In member function 'uint8_t uStepperEncoder::detectMagnet()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:497:2: error: 'TIMSK1' was not declared in this scope
  TIMSK1 &= ~(1 << OCIE1A);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:497:2: note: suggested alternative: 'TIMERB1'
  TIMSK1 &= ~(1 << OCIE1A);
  ^~~~~~
  TIMERB1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:497:19: error: 'OCIE1A' was not declared in this scope
  TIMSK1 &= ~(1 << OCIE1A);
                   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp: In member function 'void uStepperSLite::runContinous(bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:679:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B |= (1 << CS30);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:679:2: note: suggested alternative: 'TWCR'
  TCCR3B |= (1 << CS30);
  ^~~~~~
  TWCR
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:679:18: error: 'CS30' was not declared in this scope
  TCCR3B |= (1 << CS30);
                  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp: In member function 'void uStepperSLite::moveSteps(int32_t, bool, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/uStepperSLite.cpp:870:2: error: 'TCCR3B' wa

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/TMC2208.cpp:39:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/TMC2208.h:41:11: fatal error: util/delay.h: No such file or directory
  #include <util/delay.h>
           ^~~~~~~~~~~~~~
compilation terminated.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/TMC2208.cpp:39:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/uStepper_S-lite/src/TMC2208.h:39:27: fatal error: avr/pgmspace.h: No such file or directory
compilation terminated.