IBot - compatibility matrix

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

IBot

Version: 1.3
More details

Compatibility matrix

Board Claims compatibility Inclusion
LAB3
LAB4
LAB5
DW_bot
LAB2
arduino:avr:uno
1.8.4
Yes PASS FAIL FAIL FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
No FAIL FAIL FAIL FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
No FAIL FAIL FAIL FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
No FAIL FAIL FAIL FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
No FAIL FAIL FAIL FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 930 bytes (2%) of program storage space. Maximum is 32256 bytes.
Global variables use 13 bytes (0%) of dynamic memory, leaving 2035 bytes for local variables. Maximum is 2048 bytes.

examples/DW_bot

Result: FAIL


					
					

examples/LAB2

Result: FAIL


					
					

examples/LAB3

Result: FAIL


					
					

examples/LAB4

Result: FAIL


					
					

examples/LAB5

Result: FAIL


					
				
				

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

WARNING: library IBot claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In constructor 'I_Sensor::I_Sensor(int, ...)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:12:2: error: 'va_start' was not declared in this scope
  va_start ( arguments, s_cnt );
  ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:12:2: note: suggested alternative: 'stat'
  va_start ( arguments, s_cnt );
  ^~~~~~~~
  stat
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:16:34: error: expected primary-expression before 'int'
   s_pos[i] = va_arg ( arguments, int );
                                  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:16:14: error: 'va_arg' was not declared in this scope
   s_pos[i] = va_arg ( arguments, int );
              ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:19:2: error: 'va_end' was not declared in this scope
  va_end ( arguments );
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:19:2: note: suggested alternative: 'rand'
  va_end ( arguments );
  ^~~~~~
  rand
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In constructor 'I_Motor::I_Motor(int, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:36:3: error: 'TCCR2A' was not declared in this scope
   TCCR2A |= 0b00000011;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:37:3: error: 'TCCR2B' was not declared in this scope
   TCCR2B |= 0b00000100;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:38:3: error: 'TIMSK2' was not declared in this scope
   TIMSK2 |= 0b00000011;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:38:3: note: suggested alternative: 'TIMER'
   TIMSK2 |= 0b00000011;
   ^~~~~~
   TIMER
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:39:3: error: 'OCR2A' was not declared in this scope
   OCR2A = 0;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:44:3: error: 'TCCR2A' was not declared in this scope
   TCCR2A |= 0b00000011;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:45:3: error: 'TCCR2B' was not declared in this scope
   TCCR2B |= 0b00000100;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:46:3: error: 'TIMSK2' was not declared in this scope
   TIMSK2 |= 0b00000111;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:46:3: note: suggested alternative: 'TIMER'
   TIMSK2 |= 0b00000111;
   ^~~~~~
   TIMER
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:47:3: error: 'OCR2B' was not declared in this scope
   OCR2B = 0;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In member function 'void I_Motor::speed(int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:74:3: error: 'OCR2A' was not declared in this scope
   OCR2A = num;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:77:3: error: 'OCR2B' was not declared in this scope
   OCR2B = num;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In member function 'void I_Motor::stop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:85:3: error: 'OCR2A' was not declared in this scope
   OCR2A = 0;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:88:3: error: 'OCR2B' was not declared in this scope
   OCR2B = 0;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:120:4: error: expected constructor, destructor, or type conversion before '(' token
 ISR(TIMER2_COMPA_vect){
    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:124:4: error: expected constructor, destructor, or type conversion before '(' token
 ISR(TIMER2_COMPB_vect){
    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:128:4: error: expected constructor, destructor, or type conversion before '(' token
 ISR(TIMER2_OVF_vect){
    ^

examples/DW_bot

Result: FAIL


					
					

examples/LAB2

Result: FAIL


					
					

examples/LAB3

Result: FAIL


					
					

examples/LAB4

Result: FAIL


					
					

examples/LAB5

Result: FAIL


					
				
				

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library IBot claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In constructor 'I_Motor::I_Motor(int, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:36:3: error: 'TCCR2A' was not declared in this scope
   TCCR2A |= 0b00000011;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:36:3: note: suggested alternative: 'TCB2'
   TCCR2A |= 0b00000011;
   ^~~~~~
   TCB2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:37:3: error: 'TCCR2B' was not declared in this scope
   TCCR2B |= 0b00000100;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:37:3: note: suggested alternative: 'TCB2'
   TCCR2B |= 0b00000100;
   ^~~~~~
   TCB2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:38:3: error: 'TIMSK2' was not declared in this scope
   TIMSK2 |= 0b00000011;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:38:3: note: suggested alternative: 'TIMERB2'
   TIMSK2 |= 0b00000011;
   ^~~~~~
   TIMERB2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:39:3: error: 'OCR2A' was not declared in this scope
   OCR2A = 0;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:44:3: error: 'TCCR2A' was not declared in this scope
   TCCR2A |= 0b00000011;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:44:3: note: suggested alternative: 'TCB2'
   TCCR2A |= 0b00000011;
   ^~~~~~
   TCB2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:45:3: error: 'TCCR2B' was not declared in this scope
   TCCR2B |= 0b00000100;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:45:3: note: suggested alternative: 'TCB2'
   TCCR2B |= 0b00000100;
   ^~~~~~
   TCB2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:46:3: error: 'TIMSK2' was not declared in this scope
   TIMSK2 |= 0b00000111;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:46:3: note: suggested alternative: 'TIMERB2'
   TIMSK2 |= 0b00000111;
   ^~~~~~
   TIMERB2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:47:3: error: 'OCR2B' was not declared in this scope
   OCR2B = 0;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In member function 'void I_Motor::speed(int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:74:3: error: 'OCR2A' was not declared in this scope
   OCR2A = num;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:77:3: error: 'OCR2B' was not declared in this scope
   OCR2B = num;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In member function 'void I_Motor::stop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:85:3: error: 'OCR2A' was not declared in this scope
   OCR2A = 0;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:88:3: error: 'OCR2B' was not declared in this scope
   OCR2B = 0;
   ^~~~~

examples/DW_bot

Result: FAIL


					
					

examples/LAB2

Result: FAIL


					
					

examples/LAB3

Result: FAIL


					
					

examples/LAB4

Result: FAIL


					
					

examples/LAB5

Result: FAIL


					
				
				

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

WARNING: library IBot claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In constructor 'I_Sensor::I_Sensor(int, ...)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:12:2: error: 'va_start' was not declared in this scope
  va_start ( arguments, s_cnt );
  ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:12:2: note: suggested alternative: 'u_short'
  va_start ( arguments, s_cnt );
  ^~~~~~~~
  u_short
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:16:34: error: expected primary-expression before 'int'
   s_pos[i] = va_arg ( arguments, int );
                                  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:16:14: error: 'va_arg' was not declared in this scope
   s_pos[i] = va_arg ( arguments, int );
              ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:19:2: error: 'va_end' was not declared in this scope
  va_end ( arguments );
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:19:2: note: suggested alternative: 'rand'
  va_end ( arguments );
  ^~~~~~
  rand
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In constructor 'I_Motor::I_Motor(int, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:36:3: error: 'TCCR2A' was not declared in this scope
   TCCR2A |= 0b00000011;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:36:3: note: suggested alternative: 'TCC2'
   TCCR2A |= 0b00000011;
   ^~~~~~
   TCC2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:37:3: error: 'TCCR2B' was not declared in this scope
   TCCR2B |= 0b00000100;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:37:3: note: suggested alternative: 'TCC2'
   TCCR2B |= 0b00000100;
   ^~~~~~
   TCC2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:38:3: error: 'TIMSK2' was not declared in this scope
   TIMSK2 |= 0b00000011;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:39:3: error: 'OCR2A' was not declared in this scope
   OCR2A = 0;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:44:3: error: 'TCCR2A' was not declared in this scope
   TCCR2A |= 0b00000011;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:44:3: note: suggested alternative: 'TCC2'
   TCCR2A |= 0b00000011;
   ^~~~~~
   TCC2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:45:3: error: 'TCCR2B' was not declared in this scope
   TCCR2B |= 0b00000100;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:45:3: note: suggested alternative: 'TCC2'
   TCCR2B |= 0b00000100;
   ^~~~~~
   TCC2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:46:3: error: 'TIMSK2' was not declared in this scope
   TIMSK2 |= 0b00000111;
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:47:3: error: 'OCR2B' was not declared in this scope
   OCR2B = 0;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In member function 'void I_Motor::speed(int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:74:3: error: 'OCR2A' was not declared in this scope
   OCR2A = num;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:77:3: error: 'OCR2B' was not declared in this scope
   OCR2B = num;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In member function 'void I_Motor::stop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:85:3: error: 'OCR2A' was not declared in this scope
   OCR2A = 0;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:88:3: error: 'OCR2B' was not declared in this scope
   OCR2B = 0;
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:120:4: error: expected constructor, destructor, or type conversion before '(' token
 ISR(TIMER2_COMPA_vect){
    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:124:4: error: expected constructor, destructor, or type conversion before '(' token
 ISR(TIMER2_COMPB_vect){
    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:128:4: error: expected constructor, destructor, or type conversion before '(' token
 ISR(TIMER2_OVF_vect){
    ^

examples/DW_bot

Result: FAIL


					
					

examples/LAB2

Result: FAIL


					
					

examples/LAB3

Result: FAIL


					
					

examples/LAB4

Result: FAIL


					
					

examples/LAB5

Result: FAIL


					
				
				

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

WARNING: library IBot claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In constructor 'I_Motor::I_Motor(int, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:36:3: error: 'TCCR2A' was not declared in this scope
   TCCR2A |= 0b00000011;
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:37:3: error: 'TCCR2B' was not declared in this scope
   TCCR2B |= 0b00000100;
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:38:3: error: 'TIMSK2' was not declared in this scope
   TIMSK2 |= 0b00000011;
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:39:3: error: 'OCR2A' was not declared in this scope
   OCR2A = 0;
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:44:3: error: 'TCCR2A' was not declared in this scope
   TCCR2A |= 0b00000011;
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:45:3: error: 'TCCR2B' was not declared in this scope
   TCCR2B |= 0b00000100;
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:46:3: error: 'TIMSK2' was not declared in this scope
   TIMSK2 |= 0b00000111;
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:47:3: error: 'OCR2B' was not declared in this scope
   OCR2B = 0;
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In member function 'void I_Motor::speed(int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:74:3: error: 'OCR2A' was not declared in this scope
   OCR2A = num;
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:77:3: error: 'OCR2B' was not declared in this scope
   OCR2B = num;
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: In member function 'void I_Motor::stop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:85:3: error: 'OCR2A' was not declared in this scope
   OCR2A = 0;
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:88:3: error: 'OCR2B' was not declared in this scope
   OCR2B = 0;
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:120:4: error: expected constructor, destructor, or type conversion before '(' token
 ISR(TIMER2_COMPA_vect){
    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:124:4: error: expected constructor, destructor, or type conversion before '(' token
 ISR(TIMER2_COMPB_vect){
    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IBot/src/IBot.cpp:128:4: error: expected constructor, destructor, or type conversion before '(' token
 ISR(TIMER2_OVF_vect){
    ^

examples/DW_bot

Result: FAIL


					
					

examples/LAB2

Result: FAIL


					
					

examples/LAB3

Result: FAIL


					
					

examples/LAB4

Result: FAIL


					
					

examples/LAB5

Result: FAIL