Skip to content
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

Fix build for mbed core 4.1.5 using correct ctor #50

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

pennam
Copy link
Collaborator

@pennam pennam commented Jul 17, 2024

Fixes #49

Copy link

Memory usage change @ 7fa1ba7

Board flash % RAM for global variables %
arduino:mbed_portenta:envie_m7 N/A N/A N/A N/A
Click for full report table
Board examples/BreakoutRTCGet
flash
% examples/BreakoutRTCGet
RAM for global variables
% examples/BreakoutRTCSet
flash
% examples/BreakoutRTCSet
RAM for global variables
% examples/BreakoutWebServer
flash
% examples/BreakoutWebServer
RAM for global variables
% examples/GpioManagement
flash
% examples/GpioManagement
RAM for global variables
% examples/LM75BTemperature
flash
% examples/LM75BTemperature
RAM for global variables
% examples/PDMRootMeanSquare
flash
% examples/PDMRootMeanSquare
RAM for global variables
% examples/analogRead
flash
% examples/analogRead
RAM for global variables
% examples/analogWrite
flash
% examples/analogWrite
RAM for global variables
%
arduino:mbed_portenta:envie_m7 N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Click for full report CSV
Board,examples/BreakoutRTCGet<br>flash,%,examples/BreakoutRTCGet<br>RAM for global variables,%,examples/BreakoutRTCSet<br>flash,%,examples/BreakoutRTCSet<br>RAM for global variables,%,examples/BreakoutWebServer<br>flash,%,examples/BreakoutWebServer<br>RAM for global variables,%,examples/GpioManagement<br>flash,%,examples/GpioManagement<br>RAM for global variables,%,examples/LM75BTemperature<br>flash,%,examples/LM75BTemperature<br>RAM for global variables,%,examples/PDMRootMeanSquare<br>flash,%,examples/PDMRootMeanSquare<br>RAM for global variables,%,examples/analogRead<br>flash,%,examples/analogRead<br>RAM for global variables,%,examples/analogWrite<br>flash,%,examples/analogWrite<br>RAM for global variables,%
arduino:mbed_portenta:envie_m7,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Aug 15, 2024
Copy link

Memory usage change @ 0ba2d0e

Board flash % RAM for global variables %
arduino:mbed_portenta:envie_m7 N/A N/A N/A N/A
Click for full report table
Board examples/BreakoutRTCGet
flash
% examples/BreakoutRTCGet
RAM for global variables
% examples/BreakoutRTCSet
flash
% examples/BreakoutRTCSet
RAM for global variables
% examples/BreakoutWebServer
flash
% examples/BreakoutWebServer
RAM for global variables
% examples/GpioManagement
flash
% examples/GpioManagement
RAM for global variables
% examples/LM75BTemperature
flash
% examples/LM75BTemperature
RAM for global variables
% examples/PDMRootMeanSquare
flash
% examples/PDMRootMeanSquare
RAM for global variables
% examples/analogRead
flash
% examples/analogRead
RAM for global variables
% examples/analogWrite
flash
% examples/analogWrite
RAM for global variables
%
arduino:mbed_portenta:envie_m7 N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
Click for full report CSV
Board,examples/BreakoutRTCGet<br>flash,%,examples/BreakoutRTCGet<br>RAM for global variables,%,examples/BreakoutRTCSet<br>flash,%,examples/BreakoutRTCSet<br>RAM for global variables,%,examples/BreakoutWebServer<br>flash,%,examples/BreakoutWebServer<br>RAM for global variables,%,examples/GpioManagement<br>flash,%,examples/GpioManagement<br>RAM for global variables,%,examples/LM75BTemperature<br>flash,%,examples/LM75BTemperature<br>RAM for global variables,%,examples/PDMRootMeanSquare<br>flash,%,examples/PDMRootMeanSquare<br>RAM for global variables,%,examples/analogRead<br>flash,%,examples/analogRead<br>RAM for global variables,%,examples/analogWrite<br>flash,%,examples/analogWrite<br>RAM for global variables,%
arduino:mbed_portenta:envie_m7,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A

@pennam pennam merged commit 390b592 into arduino-libraries:main Jan 14, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Library won't compile due to breaking change in Ethernet library API
2 participants