Skip to content

Modified file system for science kit rev 2 #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 7, 2022

Conversation

Rocketct
Copy link
Contributor

@Rocketct Rocketct commented Oct 5, 2022

Modified the file system of the old library in order to add the support for the new science kit rev 2

@Rocketct Rocketct requested a review from facchinm October 5, 2022 10:21
@per1234 per1234 added topic: documentation Related to documentation for the project type: enhancement Proposed improvement labels Oct 5, 2022
Modified the file system of the old library in order to add the support for the new science kit rev 2
@github-actions
Copy link

github-actions bot commented Oct 5, 2022

Memory usage change @ c7a1b55

Board flash % RAM for global variables %
arduino:mbed_nano:nano33ble N/A N/A N/A N/A
arduino:mbed_nano:nanorp2040connect N/A N/A N/A N/A
arduino:samd:mkrwifi1010 N/A N/A N/A N/A
Click for full report table
Board examples/ScienceKit/Nano33BLESenseFirmware
flash
% examples/ScienceKit/Nano33BLESenseFirmware
RAM for global variables
% examples/ScienceKit/RP2040ConnectFirmware
flash
% examples/ScienceKit/RP2040ConnectFirmware
RAM for global variables
% examples/ScienceKit/PhysicsLabFirmware
flash
% examples/ScienceKit/PhysicsLabFirmware
RAM for global variables
%
arduino:mbed_nano:nano33ble N/A N/A N/A N/A
arduino:mbed_nano:nanorp2040connect N/A N/A N/A N/A
arduino:samd:mkrwifi1010 N/A N/A N/A N/A
Click for full report CSV
Board,examples/ScienceKit/Nano33BLESenseFirmware<br>flash,%,examples/ScienceKit/Nano33BLESenseFirmware<br>RAM for global variables,%,examples/ScienceKit/RP2040ConnectFirmware<br>flash,%,examples/ScienceKit/RP2040ConnectFirmware<br>RAM for global variables,%,examples/ScienceKit/PhysicsLabFirmware<br>flash,%,examples/ScienceKit/PhysicsLabFirmware<br>RAM for global variables,%
arduino:mbed_nano:nano33ble,N/A,N/A,N/A,N/A
arduino:mbed_nano:nanorp2040connect,,,,,N/A,N/A,N/A,N/A
arduino:samd:mkrwifi1010,,,,,,,,,N/A,N/A,N/A,N/A

added Support for rScienceKit rev 2 and modified .github actions
@github-actions
Copy link

github-actions bot commented Oct 5, 2022

Memory usage change @ cc5ed7a

Board flash % RAM for global variables %
arduino:mbed_nano:nano33ble N/A N/A N/A N/A
arduino:mbed_nano:nanorp2040connect N/A N/A N/A N/A
arduino:samd:mkrwifi1010 N/A N/A N/A N/A
Click for full report table
Board examples/ScienceKitR2/Nano33BLESenseFirmware
flash
% examples/ScienceKitR2/Nano33BLESenseFirmware
RAM for global variables
% examples/ScienceKit/RP2040ConnectFirmware
flash
% examples/ScienceKit/RP2040ConnectFirmware
RAM for global variables
% examples/ScienceKitR2/PhysicsLabFirmware
flash
% examples/ScienceKitR2/PhysicsLabFirmware
RAM for global variables
%
arduino:mbed_nano:nano33ble N/A N/A N/A N/A
arduino:mbed_nano:nanorp2040connect N/A N/A N/A N/A
arduino:samd:mkrwifi1010 N/A N/A N/A N/A
Click for full report CSV
Board,examples/ScienceKitR2/Nano33BLESenseFirmware<br>flash,%,examples/ScienceKitR2/Nano33BLESenseFirmware<br>RAM for global variables,%,examples/ScienceKit/RP2040ConnectFirmware<br>flash,%,examples/ScienceKit/RP2040ConnectFirmware<br>RAM for global variables,%,examples/ScienceKitR2/PhysicsLabFirmware<br>flash,%,examples/ScienceKitR2/PhysicsLabFirmware<br>RAM for global variables,%
arduino:mbed_nano:nano33ble,N/A,N/A,N/A,N/A
arduino:mbed_nano:nanorp2040connect,,,,,N/A,N/A,N/A,N/A
arduino:samd:mkrwifi1010,,,,,,,,,N/A,N/A,N/A,N/A

added the new library for BMM150

NOTE: actually is not public i'm refering in the code to it as BoschSensorClass.h
@github-actions
Copy link

github-actions bot commented Oct 6, 2022

Memory usage change @ e9d2979

Board flash % RAM for global variables %
arduino:mbed_nano:nano33ble N/A N/A N/A N/A
arduino:mbed_nano:nanorp2040connect N/A N/A N/A N/A
arduino:samd:mkrwifi1010 N/A N/A N/A N/A
Click for full report table
Board examples/ScienceKit/Nano33BLESenseFirmware
flash
% examples/ScienceKit/Nano33BLESenseFirmware
RAM for global variables
% examples/ScienceKit/RP2040ConnectFirmware
flash
% examples/ScienceKit/RP2040ConnectFirmware
RAM for global variables
% examples/ScienceKit/PhysicsLabFirmware
flash
% examples/ScienceKit/PhysicsLabFirmware
RAM for global variables
%
arduino:mbed_nano:nano33ble N/A N/A N/A N/A
arduino:mbed_nano:nanorp2040connect N/A N/A N/A N/A
arduino:samd:mkrwifi1010 N/A N/A N/A N/A
Click for full report CSV
Board,examples/ScienceKit/Nano33BLESenseFirmware<br>flash,%,examples/ScienceKit/Nano33BLESenseFirmware<br>RAM for global variables,%,examples/ScienceKit/RP2040ConnectFirmware<br>flash,%,examples/ScienceKit/RP2040ConnectFirmware<br>RAM for global variables,%,examples/ScienceKit/PhysicsLabFirmware<br>flash,%,examples/ScienceKit/PhysicsLabFirmware<br>RAM for global variables,%
arduino:mbed_nano:nano33ble,N/A,N/A,N/A,N/A
arduino:mbed_nano:nanorp2040connect,,,,,N/A,N/A,N/A,N/A
arduino:samd:mkrwifi1010,,,,,,,,,N/A,N/A,N/A,N/A

@facchinm facchinm merged commit e95a33e into arduino-libraries:master Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants