esp32_gamepad - compatibility matrix

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

esp32_gamepad

Version: 1.0.1
More details

Compatibility matrix

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

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/src/esp32_gamepad.cpp:21:10: fatal error: esp_bt_main.h: No such file or directory
 #include "esp_bt_main.h"
          ^~~~~~~~~~~~~~~
compilation terminated.

examples/rfcomm_test

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/src/esp32_gamepad.cpp:21:10: fatal error: esp_bt_main.h: No such file or directory
 #include "esp_bt_main.h"
          ^~~~~~~~~~~~~~~
compilation terminated.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/src/esp32_gamepad.cpp:21:10: fatal error: esp_bt_main.h: No such file or directory
 #include "esp_bt_main.h"
          ^~~~~~~~~~~~~~~
compilation terminated.

examples/rfcomm_test

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/src/esp32_gamepad.cpp:21:10: fatal error: esp_bt_main.h: No such file or directory
 #include "esp_bt_main.h"
          ^~~~~~~~~~~~~~~
compilation terminated.

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/src/esp32_gamepad.cpp:21:10: fatal error: esp_bt_main.h: No such file or directory
 #include "esp_bt_main.h"
          ^~~~~~~~~~~~~~~
compilation terminated.

examples/rfcomm_test

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/src/esp32_gamepad.cpp:21:10: fatal error: esp_bt_main.h: No such file or directory
 #include "esp_bt_main.h"
          ^~~~~~~~~~~~~~~
compilation terminated.

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/src/esp32_gamepad.cpp:21:10: fatal error: esp_bt_main.h: No such file or directory
 #include "esp_bt_main.h"
          ^~~~~~~~~~~~~~~
compilation terminated.

examples/rfcomm_test

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/src/esp32_gamepad.cpp:21:10: fatal error: esp_bt_main.h: No such file or directory
 #include "esp_bt_main.h"
          ^~~~~~~~~~~~~~~
compilation terminated.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: PASS

Sketch uses 411198 bytes (31%) of program storage space. Maximum is 1310720 bytes.
Global variables use 19428 bytes (5%) of dynamic memory, leaving 308252 bytes for local variables. Maximum is 327680 bytes.

examples/rfcomm_test

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/examples/rfcomm_test/rfcomm_test.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/examples/rfcomm_test/rfcomm_test.ino:124:73: error: cannot convert '<anonymous enum>' to 'SPILCD* {aka tagSPILCD*}' for argument '1' to 'int spilcdInit(SPILCD*, int, int, int32_t, int, int, int, int, int, int, int)'
   spilcdInit(LCD_ST7735S_B, 1, 1, 0, 32000000, 4, 21, 22, 26, -1, 23, 18); // Mike Rankin's color coin cell pin numbering
                                                                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/examples/rfcomm_test/rfcomm_test.ino:126:25: error: 'LCD_ORIENTATION_ROTATED' was not declared in this scope
    spilcdSetOrientation(LCD_ORIENTATION_ROTATED);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/examples/rfcomm_test/rfcomm_test.ino:131:17: error: too few arguments to function 'int spilcdFill(SPILCD*, short unsigned int, int)'
   spilcdFill(0,1);
                 ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/examples/rfcomm_test/rfcomm_test.ino:11:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/bb_spi_lcd/src/bb_spi_lcd.h:160:5: note: declared here
 int spilcdFill(SPILCD *pLCD, unsigned short usPattern, int bRender);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/examples/rfcomm_test/rfcomm_test.ino:132:69: error: 'FONT_NORMAL' was not declared in this scope
   spilcdWriteString(0,0,(char *)"Starting discovery...", 0xffff, 0, FONT_NORMAL, 1);
                                                                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/examples/rfcomm_test/rfcomm_test.ino:135:59: error: 'FONT_STRETCHED' was not declared in this scope
     spilcdWriteString(0,16,(char *)"SS found!", 0x6e0, 0, FONT_STRETCHED, 1);
                                                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/examples/rfcomm_test/rfcomm_test.ino:147:60: error: 'FONT_STRETCHED' was not declared in this scope
     spilcdWriteString(0,16,(char *)"Not found", 0xf800, 0, FONT_STRETCHED, 1);
                                                            ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/examples/rfcomm_test/rfcomm_test.ino:151:75: error: 'FONT_SMALL' was not declared in this scope
     spilcdWriteString(0,64,(char *)"press any key to continue", 0x7ff, 0, FONT_SMALL, 1);
                                                                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/examples/rfcomm_test/rfcomm_test.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/examples/rfcomm_test/rfcomm_test.ino:163:17: error: too few arguments to function 'int spilcdFill(SPILCD*, short unsigned int, int)'
   spilcdFill(0,1);
                 ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/examples/rfcomm_test/rfcomm_test.ino:11:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/bb_spi_lcd/src/bb_spi_lcd.h:160:5: note: declared here
 int spilcdFill(SPILCD *pLCD, unsigned short usPattern, int bRender);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/esp32_gamepad/examples/rfcomm_test/rfcomm_test.ino:167:44: error: 'FONT_STRETCHED' was not declared in this scope
     spilcdWriteString(0,0,szTemp, 0xffff,0,FONT_STRETCHED, 1);
                                            ^