SparkFun BNO080 Cortex Based IMU - compatibility matrix

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

SparkFun BNO080 Cortex Based IMU

Version: 1.1.11
More details

Compatibility matrix

Board Claims compatibility Inclusion
Example1-RotationVector
Example18-AccessMultiple
Example5-StepCounter
SPI
Example10-PrintPacket
Example2-Accelerometer
Example6-MetaData
Example7-StabilityClassifier
Example9-Calibrate
Example20-Sleep
Example21-ResetCheck
Example8-ActivityClassifier
Example12-LinearAccelerometer
Example13-TimeStamp
Example14-TwoSensors
Example15-RawReadings
Example17-EulerAngles
Example11-AdvancedConfig
Example16-GyroIntegratedRotationVector
Example19-Interrupt
Example3-Gyro
Example4-Magnetometer
arduino:avr:uno
1.8.4
Yes PASS PASS PASS PASS FAIL PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS FAIL PASS PASS PASS PASS
arduino:mbed_nano:nanorp2040connect
2.7.2
Yes PASS PASS PASS PASS FAIL PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS FAIL PASS PASS PASS PASS
arduino:megaavr:nona4809
1.8.7
Yes PASS PASS PASS PASS FAIL PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS FAIL PASS PASS PASS PASS
arduino:samd:mkrwifi1010
1.8.12
Yes PASS PASS PASS PASS FAIL PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS FAIL PASS PASS PASS PASS
esp32:esp32:d1_mini32
1.0.6
Yes PASS PASS PASS PASS FAIL PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 1636 bytes (5%) of program storage space. Maximum is 32256 bytes.
Global variables use 122 bytes (5%) of dynamic memory, leaving 1926 bytes for local variables. Maximum is 2048 bytes.

examples/Example1-RotationVector

Result: PASS

Sketch uses 11902 bytes (36%) of program storage space. Maximum is 32256 bytes.
Global variables use 818 bytes (39%) of dynamic memory, leaving 1230 bytes for local variables. Maximum is 2048 bytes.

examples/Example10-PrintPacket

Result: PASS

Sketch uses 7298 bytes (22%) of program storage space. Maximum is 32256 bytes.
Global variables use 710 bytes (34%) of dynamic memory, leaving 1338 bytes for local variables. Maximum is 2048 bytes.

examples/Example11-AdvancedConfig

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_BNO080_Cortex_Based_IMU/examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_BNO080_Cortex_Based_IMU/examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino:34:3: error: 'Wire1' was not declared in this scope
   Wire1.begin();
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_BNO080_Cortex_Based_IMU/examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino:34:3: note: suggested alternative: 'Wire'
   Wire1.begin();
   ^~~~~
   Wire

examples/Example12-LinearAccelerometer

Result: PASS

Sketch uses 10886 bytes (33%) of program storage space. Maximum is 32256 bytes.
Global variables use 722 bytes (35%) of dynamic memory, leaving 1326 bytes for local variables. Maximum is 2048 bytes.

examples/Example13-TimeStamp

Result: PASS

Sketch uses 11852 bytes (36%) of program storage space. Maximum is 32256 bytes.
Global variables use 722 bytes (35%) of dynamic memory, leaving 1326 bytes for local variables. Maximum is 2048 bytes.

examples/Example14-TwoSensors

Result: PASS

Sketch uses 12484 bytes (38%) of program storage space. Maximum is 32256 bytes.
Global variables use 1220 bytes (59%) of dynamic memory, leaving 828 bytes for local variables. Maximum is 2048 bytes.

examples/Example15-RawReadings

Result: PASS

Sketch uses 8422 bytes (26%) of program storage space. Maximum is 32256 bytes.
Global variables use 712 bytes (34%) of dynamic memory, leaving 1336 bytes for local variables. Maximum is 2048 bytes.

examples/Example16-GyroIntegratedRotationVector

Result: PASS

Sketch uses 11958 bytes (37%) of program storage space. Maximum is 32256 bytes.
Global variables use 818 bytes (39%) of dynamic memory, leaving 1230 bytes for local variables. Maximum is 2048 bytes.

examples/Example17-EulerAngles

Result: PASS

Sketch uses 13646 bytes (42%) of program storage space. Maximum is 32256 bytes.
Global variables use 722 bytes (35%) of dynamic memory, leaving 1326 bytes for local variables. Maximum is 2048 bytes.

examples/Example18-AccessMultiple

Result: PASS

Sketch uses 11814 bytes (36%) of program storage space. Maximum is 32256 bytes.
Global variables use 828 bytes (40%) of dynamic memory, leaving 1220 bytes for local variables. Maximum is 2048 bytes.

examples/Example19-Interrupt

Result: PASS

Sketch uses 12094 bytes (37%) of program storage space. Maximum is 32256 bytes.
Global variables use 932 bytes (45%) of dynamic memory, leaving 1116 bytes for local variables. Maximum is 2048 bytes.

examples/Example2-Accelerometer

Result: PASS

Sketch uses 10862 bytes (33%) of program storage space. Maximum is 32256 bytes.
Global variables use 722 bytes (35%) of dynamic memory, leaving 1326 bytes for local variables. Maximum is 2048 bytes.

examples/Example20-Sleep

Result: PASS

Sketch uses 12200 bytes (37%) of program storage space. Maximum is 32256 bytes.
Global variables use 824 bytes (40%) of dynamic memory, leaving 1224 bytes for local variables. Maximum is 2048 bytes.

examples/Example21-ResetCheck

Result: PASS

Sketch uses 11244 bytes (34%) of program storage space. Maximum is 32256 bytes.
Global variables use 834 bytes (40%) of dynamic memory, leaving 1214 bytes for local variables. Maximum is 2048 bytes.

examples/Example3-Gyro

Result: PASS

Sketch uses 10866 bytes (33%) of program storage space. Maximum is 32256 bytes.
Global variables use 722 bytes (35%) of dynamic memory, leaving 1326 bytes for local variables. Maximum is 2048 bytes.

examples/Example4-Magnetometer

Result: PASS

Sketch uses 10944 bytes (33%) of program storage space. Maximum is 32256 bytes.
Global variables use 722 bytes (35%) of dynamic memory, leaving 1326 bytes for local variables. Maximum is 2048 bytes.

examples/Example5-StepCounter

Result: PASS

Sketch uses 8154 bytes (25%) of program storage space. Maximum is 32256 bytes.
Global variables use 710 bytes (34%) of dynamic memory, leaving 1338 bytes for local variables. Maximum is 2048 bytes.

examples/Example6-MetaData

Result: PASS

Sketch uses 10808 bytes (33%) of program storage space. Maximum is 32256 bytes.
Global variables use 836 bytes (40%) of dynamic memory, leaving 1212 bytes for local variables. Maximum is 2048 bytes.

examples/Example7-StabilityClassifier

Result: PASS

Sketch uses 8270 bytes (25%) of program storage space. Maximum is 32256 bytes.
Global variables use 710 bytes (34%) of dynamic memory, leaving 1338 bytes for local variables. Maximum is 2048 bytes.

examples/Example8-ActivityClassifier

Result: PASS

Sketch uses 8448 bytes (26%) of program storage space. Maximum is 32256 bytes.
Global variables use 839 bytes (40%) of dynamic memory, leaving 1209 bytes for local variables. Maximum is 2048 bytes.

examples/Example9-Calibrate

Result: PASS

Sketch uses 12398 bytes (38%) of program storage space. Maximum is 32256 bytes.
Global variables use 812 bytes (39%) of dynamic memory, leaving 1236 bytes for local variables. Maximum is 2048 bytes.

examples/SPI

Result: FAIL


					
				
				

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: PASS

Sketch uses 83608 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44392 bytes (16%) of dynamic memory, leaving 225944 bytes for local variables. Maximum is 270336 bytes.

examples/Example1-RotationVector

Result: PASS

Sketch uses 93618 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example10-PrintPacket

Result: PASS

Sketch uses 86078 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example11-AdvancedConfig

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_BNO080_Cortex_Based_IMU/examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_BNO080_Cortex_Based_IMU/examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino:34:3: error: 'Wire1' was not declared in this scope
   Wire1.begin();
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_BNO080_Cortex_Based_IMU/examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino:34:3: note: suggested alternative: 'Wire'
   Wire1.begin();
   ^~~~~
   Wire

examples/Example12-LinearAccelerometer

Result: PASS

Sketch uses 92618 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example13-TimeStamp

Result: PASS

Sketch uses 93628 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example14-TwoSensors

Result: PASS

Sketch uses 93914 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 45012 bytes (16%) of dynamic memory, leaving 225324 bytes for local variables. Maximum is 270336 bytes.

examples/Example15-RawReadings

Result: PASS

Sketch uses 87130 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example16-GyroIntegratedRotationVector

Result: PASS

Sketch uses 93718 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example17-EulerAngles

Result: PASS

Sketch uses 99296 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example18-AccessMultiple

Result: PASS

Sketch uses 93254 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example19-Interrupt

Result: PASS

Sketch uses 94216 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44992 bytes (16%) of dynamic memory, leaving 225344 bytes for local variables. Maximum is 270336 bytes.

examples/Example2-Accelerometer

Result: PASS

Sketch uses 92596 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example20-Sleep

Result: PASS

Sketch uses 93806 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44708 bytes (16%) of dynamic memory, leaving 225628 bytes for local variables. Maximum is 270336 bytes.

examples/Example21-ResetCheck

Result: PASS

Sketch uses 92816 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44708 bytes (16%) of dynamic memory, leaving 225628 bytes for local variables. Maximum is 270336 bytes.

examples/Example3-Gyro

Result: PASS

Sketch uses 92596 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example4-Magnetometer

Result: PASS

Sketch uses 92678 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example5-StepCounter

Result: PASS

Sketch uses 86756 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example6-MetaData

Result: PASS

Sketch uses 92464 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example7-StabilityClassifier

Result: PASS

Sketch uses 86900 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/Example8-ActivityClassifier

Result: PASS

Sketch uses 86926 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44712 bytes (16%) of dynamic memory, leaving 225624 bytes for local variables. Maximum is 270336 bytes.

examples/Example9-Calibrate

Result: PASS

Sketch uses 94166 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44704 bytes (16%) of dynamic memory, leaving 225632 bytes for local variables. Maximum is 270336 bytes.

examples/SPI

Result: FAIL


					
				
				

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS

Sketch uses 5482 bytes (11%) of program storage space. Maximum is 49152 bytes.
Global variables use 335 bytes (5%) of dynamic memory, leaving 5809 bytes for local variables. Maximum is 6144 bytes.

examples/Example1-RotationVector

Result: PASS

Sketch uses 15376 bytes (31%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example10-PrintPacket

Result: PASS

Sketch uses 10833 bytes (22%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example11-AdvancedConfig

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_BNO080_Cortex_Based_IMU/examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_BNO080_Cortex_Based_IMU/examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino:34:3: error: 'Wire1' was not declared in this scope
   Wire1.begin();
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_BNO080_Cortex_Based_IMU/examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino:34:3: note: suggested alternative: 'Wire'
   Wire1.begin();
   ^~~~~
   Wire

examples/Example12-LinearAccelerometer

Result: PASS

Sketch uses 14391 bytes (29%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example13-TimeStamp

Result: PASS

Sketch uses 15327 bytes (31%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example14-TwoSensors

Result: PASS

Sketch uses 15996 bytes (32%) of program storage space. Maximum is 49152 bytes.
Global variables use 1074 bytes (17%) of dynamic memory, leaving 5070 bytes for local variables. Maximum is 6144 bytes.

examples/Example15-RawReadings

Result: PASS

Sketch uses 11957 bytes (24%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example16-GyroIntegratedRotationVector

Result: PASS

Sketch uses 15494 bytes (31%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example17-EulerAngles

Result: PASS

Sketch uses 17189 bytes (34%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example18-AccessMultiple

Result: PASS

Sketch uses 15347 bytes (31%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example19-Interrupt

Result: PASS

Sketch uses 15928 bytes (32%) of program storage space. Maximum is 49152 bytes.
Global variables use 1016 bytes (16%) of dynamic memory, leaving 5128 bytes for local variables. Maximum is 6144 bytes.

examples/Example2-Accelerometer

Result: PASS

Sketch uses 14367 bytes (29%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example20-Sleep

Result: PASS

Sketch uses 15675 bytes (31%) of program storage space. Maximum is 49152 bytes.
Global variables use 794 bytes (12%) of dynamic memory, leaving 5350 bytes for local variables. Maximum is 6144 bytes.

examples/Example21-ResetCheck

Result: PASS

Sketch uses 14744 bytes (29%) of program storage space. Maximum is 49152 bytes.
Global variables use 790 bytes (12%) of dynamic memory, leaving 5354 bytes for local variables. Maximum is 6144 bytes.

examples/Example3-Gyro

Result: PASS

Sketch uses 14371 bytes (29%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example4-Magnetometer

Result: PASS

Sketch uses 14451 bytes (29%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example5-StepCounter

Result: PASS

Sketch uses 11687 bytes (23%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example6-MetaData

Result: PASS

Sketch uses 14337 bytes (29%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example7-StabilityClassifier

Result: PASS

Sketch uses 11803 bytes (24%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/Example8-ActivityClassifier

Result: PASS

Sketch uses 11983 bytes (24%) of program storage space. Maximum is 49152 bytes.
Global variables use 797 bytes (12%) of dynamic memory, leaving 5347 bytes for local variables. Maximum is 6144 bytes.

examples/Example9-Calibrate

Result: PASS

Sketch uses 15970 bytes (32%) of program storage space. Maximum is 49152 bytes.
Global variables use 788 bytes (12%) of dynamic memory, leaving 5356 bytes for local variables. Maximum is 6144 bytes.

examples/SPI

Result: FAIL


					
				
				

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: PASS

Sketch uses 14780 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 3656 bytes (11%) of dynamic memory, leaving 29112 bytes for local variables. Maximum is 32768 bytes.

examples/Example1-RotationVector

Result: PASS

Sketch uses 32644 bytes (12%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example10-PrintPacket

Result: PASS

Sketch uses 17476 bytes (6%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example11-AdvancedConfig

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_BNO080_Cortex_Based_IMU/examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_BNO080_Cortex_Based_IMU/examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino:34:3: error: 'Wire1' was not declared in this scope
   Wire1.begin();
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_BNO080_Cortex_Based_IMU/examples/Example11-AdvancedConfig/Example11-AdvancedConfig.ino:34:3: note: suggested alternative: 'Wire'
   Wire1.begin();
   ^~~~~
   Wire

examples/Example12-LinearAccelerometer

Result: PASS

Sketch uses 31444 bytes (11%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example13-TimeStamp

Result: PASS

Sketch uses 32572 bytes (12%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example14-TwoSensors

Result: PASS

Sketch uses 33060 bytes (12%) of program storage space. Maximum is 262144 bytes.
Global variables use 4272 bytes (13%) of dynamic memory, leaving 28496 bytes for local variables. Maximum is 32768 bytes.

examples/Example15-RawReadings

Result: PASS

Sketch uses 18628 bytes (7%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example16-GyroIntegratedRotationVector

Result: PASS

Sketch uses 32772 bytes (12%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example17-EulerAngles

Result: PASS

Sketch uses 38556 bytes (14%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example18-AccessMultiple

Result: PASS

Sketch uses 32364 bytes (12%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example19-Interrupt

Result: PASS

Sketch uses 32612 bytes (12%) of program storage space. Maximum is 262144 bytes.
Global variables use 4148 bytes (12%) of dynamic memory, leaving 28620 bytes for local variables. Maximum is 32768 bytes.

examples/Example2-Accelerometer

Result: PASS

Sketch uses 31420 bytes (11%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example20-Sleep

Result: PASS

Sketch uses 32844 bytes (12%) of program storage space. Maximum is 262144 bytes.
Global variables use 3968 bytes (12%) of dynamic memory, leaving 28800 bytes for local variables. Maximum is 32768 bytes.

examples/Example21-ResetCheck

Result: PASS

Sketch uses 31756 bytes (12%) of program storage space. Maximum is 262144 bytes.
Global variables use 3968 bytes (12%) of dynamic memory, leaving 28800 bytes for local variables. Maximum is 32768 bytes.

examples/Example3-Gyro

Result: PASS

Sketch uses 31420 bytes (11%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example4-Magnetometer

Result: PASS

Sketch uses 31524 bytes (12%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example5-StepCounter

Result: PASS

Sketch uses 18232 bytes (6%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example6-MetaData

Result: PASS

Sketch uses 31356 bytes (11%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example7-StabilityClassifier

Result: PASS

Sketch uses 18420 bytes (7%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/Example8-ActivityClassifier

Result: PASS

Sketch uses 18504 bytes (7%) of program storage space. Maximum is 262144 bytes.
Global variables use 3976 bytes (12%) of dynamic memory, leaving 28792 bytes for local variables. Maximum is 32768 bytes.

examples/Example9-Calibrate

Result: PASS

Sketch uses 33228 bytes (12%) of program storage space. Maximum is 262144 bytes.
Global variables use 3964 bytes (12%) of dynamic memory, leaving 28804 bytes for local variables. Maximum is 32768 bytes.

examples/SPI

Result: FAIL


					
				
				

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: PASS

Sketch uses 204418 bytes (15%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13912 bytes (4%) of dynamic memory, leaving 313768 bytes for local variables. Maximum is 327680 bytes.

examples/Example1-RotationVector

Result: PASS

Sketch uses 225378 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/Example10-PrintPacket

Result: PASS

Sketch uses 218422 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14472 bytes (4%) of dynamic memory, leaving 313208 bytes for local variables. Maximum is 327680 bytes.

examples/Example11-AdvancedConfig

Result: PASS

Sketch uses 225262 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/Example12-LinearAccelerometer

Result: PASS

Sketch uses 224770 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/Example13-TimeStamp

Result: PASS

Sketch uses 225310 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/Example14-TwoSensors

Result: PASS

Sketch uses 225810 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14792 bytes (4%) of dynamic memory, leaving 312888 bytes for local variables. Maximum is 327680 bytes.

examples/Example15-RawReadings

Result: PASS

Sketch uses 219638 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14472 bytes (4%) of dynamic memory, leaving 313208 bytes for local variables. Maximum is 327680 bytes.

examples/Example16-GyroIntegratedRotationVector

Result: PASS

Sketch uses 225530 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/Example17-EulerAngles

Result: PASS

Sketch uses 229202 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/Example18-AccessMultiple

Result: PASS

Sketch uses 225642 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/Example19-Interrupt

Result: PASS

Sketch uses 225998 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 15016 bytes (4%) of dynamic memory, leaving 312664 bytes for local variables. Maximum is 327680 bytes.

examples/Example2-Accelerometer

Result: PASS

Sketch uses 224746 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/Example20-Sleep

Result: PASS

Sketch uses 225570 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/Example21-ResetCheck

Result: PASS

Sketch uses 225114 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/Example3-Gyro

Result: PASS

Sketch uses 224746 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/Example4-Magnetometer

Result: PASS

Sketch uses 224870 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/Example5-StepCounter

Result: PASS

Sketch uses 219202 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14472 bytes (4%) of dynamic memory, leaving 313208 bytes for local variables. Maximum is 327680 bytes.

examples/Example6-MetaData

Result: PASS

Sketch uses 224562 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/Example7-StabilityClassifier

Result: PASS

Sketch uses 219434 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14472 bytes (4%) of dynamic memory, leaving 313208 bytes for local variables. Maximum is 327680 bytes.

examples/Example8-ActivityClassifier

Result: PASS

Sketch uses 219506 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14480 bytes (4%) of dynamic memory, leaving 313200 bytes for local variables. Maximum is 327680 bytes.

examples/Example9-Calibrate

Result: PASS

Sketch uses 226050 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14488 bytes (4%) of dynamic memory, leaving 313192 bytes for local variables. Maximum is 327680 bytes.

examples/SPI

Result: FAIL