Skip to content

Use wifi fw version cbor encoder of CloudUtils #14

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fabik111
Copy link
Collaborator

@fabik111 fabik111 commented Jun 4, 2025

Changes:

  • use WiFi FW version cbor encoder from CloudUtils
  • remove the internal definition

This PR relies on arduino-libraries/Arduino_CloudUtils#33

@fabik111 fabik111 requested a review from pennam June 4, 2025 15:27
@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Jun 4, 2025
@fabik111 fabik111 force-pushed the move-wifi-version-encoder branch from 6ccc823 to dca92d2 Compare June 4, 2025 15:36
Copy link

codecov bot commented Jun 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.15%. Comparing base (30febb2) to head (dca92d2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   90.04%   90.15%   +0.11%     
==========================================
  Files           7        7              
  Lines         713      691      -22     
  Branches       86       83       -3     
==========================================
- Hits          642      623      -19     
+ Misses         71       68       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

github-actions bot commented Jun 4, 2025

Memory usage change @ dca92d2

Board flash % RAM for global variables %
arduino:mbed_giga:giga 💚 -152 - -152 -0.01 - -0.01 💚 -32 - -32 -0.01 - -0.01
arduino:mbed_nano:nanorp2040connect 💚 -150 - -150 -0.0 - -0.0 💚 -24 - -24 -0.01 - -0.01
arduino:mbed_nicla:nicla_vision 💚 -152 - -152 -0.01 - -0.01 💚 -32 - -32 -0.01 - -0.01
arduino:mbed_opta:opta 💚 -88 - -88 -0.0 - -0.0 💚 -32 - -32 -0.01 - -0.01
arduino:mbed_portenta:envie_m7 N/A N/A N/A N/A
arduino:renesas_portenta:portenta_c33 💚 -128 - -128 -0.01 - -0.01 💚 -32 - -32 -0.01 - -0.01
arduino:renesas_uno:unor4wifi 💚 -136 - -136 -0.05 - -0.05 💚 -24 - -24 -0.07 - -0.07
arduino:samd:mkrwifi1010 💚 -144 - -144 -0.05 - -0.05 💚 -24 - -24 -0.07 - -0.07
arduino:samd:nano_33_iot 💚 -144 - -144 -0.05 - -0.05 💚 -24 - -24 -0.07 - -0.07
Click for full report table
Board examples/NetworkConfiguratorDemo
flash
% examples/NetworkConfiguratorDemo
RAM for global variables
%
arduino:mbed_giga:giga -152 -0.01 -32 -0.01
arduino:mbed_nano:nanorp2040connect -150 -0.0 -24 -0.01
arduino:mbed_nicla:nicla_vision -152 -0.01 -32 -0.01
arduino:mbed_opta:opta -88 -0.0 -32 -0.01
arduino:mbed_portenta:envie_m7 N/A N/A N/A N/A
arduino:renesas_portenta:portenta_c33 -128 -0.01 -32 -0.01
arduino:renesas_uno:unor4wifi -136 -0.05 -24 -0.07
arduino:samd:mkrwifi1010 -144 -0.05 -24 -0.07
arduino:samd:nano_33_iot -144 -0.05 -24 -0.07
Click for full report CSV
Board,examples/NetworkConfiguratorDemo<br>flash,%,examples/NetworkConfiguratorDemo<br>RAM for global variables,%
arduino:mbed_giga:giga,-152,-0.01,-32,-0.01
arduino:mbed_nano:nanorp2040connect,-150,-0.0,-24,-0.01
arduino:mbed_nicla:nicla_vision,-152,-0.01,-32,-0.01
arduino:mbed_opta:opta,-88,-0.0,-32,-0.01
arduino:mbed_portenta:envie_m7,N/A,N/A,N/A,N/A
arduino:renesas_portenta:portenta_c33,-128,-0.01,-32,-0.01
arduino:renesas_uno:unor4wifi,-136,-0.05,-24,-0.07
arduino:samd:mkrwifi1010,-144,-0.05,-24,-0.07
arduino:samd:nano_33_iot,-144,-0.05,-24,-0.07

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: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants